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

Side by Side Diff: components/BUILD.gn

Issue 391603002: components: Add GN build files for three more components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/bookmarks/browser/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
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 # Collection of all components. You wouldn't link to this, but this is rather 5 # Collection of all components. You wouldn't link to this, but this is rather
6 # to reference the files so they can be compiled by the build system. 6 # to reference the files so they can be compiled by the build system.
7 group("all_components") { 7 group("all_components") {
8 visibility = "//:*" # Only for the root targets to bring in. 8 visibility = "//:*" # Only for the root targets to bring in.
9 9
10 deps = [ 10 deps = [
11 "//components/autocomplete", 11 "//components/autocomplete",
12 "//components/autofill/content/browser", 12 "//components/autofill/content/browser",
13 "//components/autofill/content/common", 13 "//components/autofill/content/common",
14 "//components/autofill/content/renderer", 14 "//components/autofill/content/renderer",
15 "//components/bookmarks/browser", 15 "//components/bookmarks/browser",
16 "//components/bookmarks/common", 16 "//components/bookmarks/common",
17 "//components/bookmarks/test", 17 "//components/bookmarks/test",
18 "//components/captive_portal", 18 "//components/captive_portal",
19 "//components/cloud_devices/common", 19 "//components/cloud_devices/common",
20 "//components/data_reduction_proxy/browser", 20 "//components/data_reduction_proxy/browser",
21 "//components/data_reduction_proxy/common", 21 "//components/data_reduction_proxy/common",
22 "//components/dom_distiller/core", 22 "//components/dom_distiller/core",
23 "//components/domain_reliability", 23 "//components/domain_reliability",
24 "//components/enhanced_bookmarks",
25 "//components/favicon/core",
24 "//components/favicon_base", 26 "//components/favicon_base",
25 "//components/favicon/core",
26 "//components/feedback", 27 "//components/feedback",
27 "//components/history/core/browser", 28 "//components/history/core/browser",
28 "//components/history/core/common", 29 "//components/history/core/common",
29 "//components/history/core/test", 30 "//components/history/core/test",
30 "//components/json_schema", 31 "//components/json_schema",
31 "//components/language_usage_metrics", 32 "//components/language_usage_metrics",
33 "//components/leveldb_proto",
32 "//components/metrics", 34 "//components/metrics",
33 "//components/navigation_metrics", 35 "//components/navigation_metrics",
36 "//components/omaha_query_params",
34 "//components/onc", 37 "//components/onc",
35 "//components/os_crypt", 38 "//components/os_crypt",
36 "//components/policy", 39 "//components/policy",
37 "//components/pref_registry", 40 "//components/pref_registry",
38 "//components/query_parser", 41 "//components/query_parser",
39 "//components/rappor", 42 "//components/rappor",
40 "//components/resources:components_resources", 43 "//components/resources:components_resources",
41 "//components/startup_metric_utils", 44 "//components/startup_metric_utils",
42 "//components/strings", 45 "//components/strings",
43 "//components/tracing", 46 "//components/tracing",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "//components/web_modal", # Blocked on content. 104 "//components/web_modal", # Blocked on content.
102 ] 105 ]
103 } 106 }
104 107
105 if (!is_ios && !is_android) { 108 if (!is_ios && !is_android) {
106 deps += [ 109 deps += [
107 "//components/storage_monitor", 110 "//components/storage_monitor",
108 ] 111 ]
109 } 112 }
110 } 113 }
OLDNEW
« no previous file with comments | « no previous file | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698