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

Side by Side Diff: components/BUILD.gn

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 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 | « chrome/browser/ui/webui/version_handler.cc ('k') | components/version_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 19 matching lines...) Expand all
30 "//components/google/core/browser", 30 "//components/google/core/browser",
31 "//components/search", 31 "//components/search",
32 "//components/search_engines", 32 "//components/search_engines",
33 "//components/sync_bookmarks", 33 "//components/sync_bookmarks",
34 "//components/undo", 34 "//components/undo",
35 "//components/strings", 35 "//components/strings",
36 "//components/leveldb_proto", 36 "//components/leveldb_proto",
37 "//components/pref_registry", 37 "//components/pref_registry",
38 "//components/omnibox/browser", 38 "//components/omnibox/browser",
39 "//components/infobars/core", 39 "//components/infobars/core",
40 "//components/version_ui",
40 ] 41 ]
41 42
42 if (!is_ios) { 43 if (!is_ios) {
43 deps += [ 44 deps += [
44 "//components/dom_distiller/core", 45 "//components/dom_distiller/core",
45 "//components/enhanced_bookmarks", 46 "//components/enhanced_bookmarks",
46 "//components/certificate_reporting", 47 "//components/certificate_reporting",
47 "//components/cdm/browser", 48 "//components/cdm/browser",
48 "//components/about_handler", 49 "//components/about_handler",
49 "//components/auto_login_parser", 50 "//components/auto_login_parser",
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 ] 619 ]
619 if (!is_ios) { 620 if (!is_ios) {
620 deps += [ 621 deps += [
621 "//base", 622 "//base",
622 "//base/test:test_support_perf", 623 "//base/test:test_support_perf",
623 "//content/test:test_support", 624 "//content/test:test_support",
624 "//components/visitedlink/browser", 625 "//components/visitedlink/browser",
625 ] 626 ]
626 } 627 }
627 } 628 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_handler.cc ('k') | components/version_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698