Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1093)

Side by Side Diff: ios/chrome/browser/ui/webui/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/ui/voice/BUILD.gn ('k') | ios/chrome/browser/ui/webui/gcm/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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",
36 "//ios/chrome/browser:about_flags",
37 "//ios/chrome/browser:browser_no_public_deps",
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 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/voice/BUILD.gn ('k') | ios/chrome/browser/ui/webui/gcm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698