sdefresne | 87704da2 | 2016-10-26 17:01:19 | [diff] [blame] | 1 | # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | source_set("webui") { |
| 6 | sources = [ |
| 7 | "about_ui.cc", |
| 8 | "about_ui.h", |
| 9 | "crashes_ui.cc", |
| 10 | "crashes_ui.h", |
| 11 | "flags_ui.cc", |
| 12 | "flags_ui.h", |
| 13 | "mojo_web_ui_ios_controller.h", |
| 14 | "physical_web_ui.cc", |
| 15 | "physical_web_ui.h", |
| 16 | "version_handler.cc", |
| 17 | "version_handler.h", |
| 18 | "version_ui.h", |
| 19 | "version_ui.mm", |
| 20 | ] |
| 21 | |
| 22 | deps = [ |
| 23 | "//base", |
| 24 | "//base:i18n", |
| 25 | "//components/crash/core/browser", |
| 26 | "//components/flags_ui", |
| 27 | "//components/physical_web/data_source", |
| 28 | "//components/physical_web/webui", |
| 29 | "//components/prefs", |
| 30 | "//components/resources", |
| 31 | "//components/strings", |
| 32 | "//components/version_info", |
| 33 | "//components/version_ui", |
| 34 | "//google_apis", |
| 35 | "//ios/chrome/app/strings", |
sdefresne | cd5a0de | 2016-10-28 12:32:36 | [diff] [blame^] | 36 | "//ios/chrome/browser", |
sdefresne | 87704da2 | 2016-10-26 17:01:19 | [diff] [blame] | 37 | "//ios/chrome/browser:about_flags", |
sdefresne | 87704da2 | 2016-10-26 17:01:19 | [diff] [blame] | 38 | "//ios/chrome/browser/browser_state", |
| 39 | "//ios/chrome/browser/crash_report", |
| 40 | "//ios/chrome/browser/metrics", |
| 41 | "//ios/chrome/browser/ui", |
| 42 | "//ios/chrome/common", |
| 43 | "//ios/web", |
| 44 | "//net", |
| 45 | "//services/service_manager/public/cpp", |
| 46 | "//third_party/brotli", |
| 47 | "//ui/base", |
| 48 | "//url", |
| 49 | ] |
| 50 | } |