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

Side by Side Diff: components/BUILD.gn

Issue 377393002: Add more components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/browser/BUILD.gn ('k') | components/domain_reliability.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 # 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/autofill/content/browser", 11 "//components/autofill/content/browser",
12 "//components/autofill/content/common", 12 "//components/autofill/content/common",
13 "//components/autofill/content/renderer", 13 "//components/autofill/content/renderer",
14 "//components/cloud_devices/common", 14 "//components/cloud_devices/common",
15 "//components/dom_distiller/core", 15 "//components/dom_distiller/core",
16 "//components/domain_reliability",
16 "//components/favicon_base", 17 "//components/favicon_base",
18 "//components/favicon/core",
19 "//components/history/core/browser",
20 "//components/history/core/common",
21 "//components/history/core/test",
17 "//components/json_schema", 22 "//components/json_schema",
18 "//components/language_usage_metrics", 23 "//components/language_usage_metrics",
19 "//components/metrics", 24 "//components/metrics",
20 "//components/navigation_metrics", 25 "//components/navigation_metrics",
21 "//components/onc", 26 "//components/onc",
22 "//components/os_crypt", 27 "//components/os_crypt",
23 "//components/policy", 28 "//components/policy",
24 "//components/pref_registry", 29 "//components/pref_registry",
25 "//components/query_parser", 30 "//components/query_parser",
26 "//components/resources:components_resources", 31 "//components/resources:components_resources",
27 "//components/startup_metric_utils", 32 "//components/startup_metric_utils",
28 "//components/strings", 33 "//components/strings",
29 "//components/tracing", 34 "//components/tracing",
30 "//components/translate:translate_core_browser", 35 "//components/translate:translate_core_browser",
31 "//components/translate:translate_core_common", 36 "//components/translate:translate_core_common",
37 "//components/url_fixer",
32 "//components/url_matcher", 38 "//components/url_matcher",
33 "//components/user_prefs", 39 "//components/user_prefs",
34 "//components/variations", 40 "//components/variations",
35 "//components/visitedlink/browser", 41 "//components/visitedlink/browser",
36 "//components/visitedlink/common", 42 "//components/visitedlink/common",
37 "//components/visitedlink/renderer", # Blocked on blink 43 "//components/visitedlink/renderer", # Blocked on blink
38 ] 44 ]
39 45
40 if (is_win || is_mac) { 46 if (is_win || is_mac) {
41 deps += [ 47 deps += [
42 "//components/wifi", 48 "//components/wifi",
43 ] 49 ]
44 } 50 }
45 51
46 if (!is_ios) { 52 if (!is_ios) {
47 deps += [ "//components/keyed_service/content" ] 53 deps += [ "//components/keyed_service/content" ]
48 } 54 }
49 55
50 if (is_android) { 56 if (is_android) {
51 deps -= [ 57 deps -= [
52 "//components/autofill/content/browser", # Blocked on content/blink. 58 "//components/autofill/content/browser", # Blocked on content/blink.
53 "//components/autofill/content/common", # Blocked on content. 59 "//components/autofill/content/common", # Blocked on content.
54 "//components/autofill/content/renderer", # Blocked on content/blink. 60 "//components/autofill/content/renderer", # Blocked on content/blink.
55 "//components/cloud_devices/common", # Should work, needs checking. 61 "//components/cloud_devices/common", # Should work, needs checking.
56 "//components/dom_distiller/core", # Blocked on content. 62 "//components/dom_distiller/core", # Blocked on content.
63 "//components/domain_reliability", # Blocked on content.
64 "//components/favicon_base", # Should work, needs checking.
65 "//components/favicon/core", # Blocked on keyed service.
66 "//components/history/core/browser", # Should work, needs checking.
67 "//components/history/core/common", # Should work, needs checking.
68 "//components/history/core/test", # Should work, needs checking.
57 "//components/json_schema", # Should work, needs checking. 69 "//components/json_schema", # Should work, needs checking.
58 "//components/keyed_service/content", # Blocked on content. 70 "//components/keyed_service/content", # Blocked on content.
59 "//components/policy", # Blocked on content (indirectly via autofill). 71 "//components/policy", # Blocked on content (indirectly via autofill).
60 "//components/user_prefs", # Blocked on content. 72 "//components/user_prefs", # Blocked on content.
61 "//components/visitedlink/browser", # Blocked on content. 73 "//components/visitedlink/browser", # Blocked on content.
62 "//components/visitedlink/common", # Blocked on content. 74 "//components/visitedlink/common", # Blocked on content.
63 "//components/visitedlink/renderer", # Blocked on blink 75 "//components/visitedlink/renderer", # Blocked on blink
64 ] 76 ]
65 } 77 }
66 } 78 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/domain_reliability.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698