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

Side by Side Diff: components/BUILD.gn

Issue 381113004: Add chrome/browser/ui to the 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/tools/build/repack_locales.py ('k') | components/feedback.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/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/favicon_base", 24 "//components/favicon_base",
25 "//components/favicon/core", 25 "//components/favicon/core",
26 "//components/feedback",
26 "//components/history/core/browser", 27 "//components/history/core/browser",
27 "//components/history/core/common", 28 "//components/history/core/common",
28 "//components/history/core/test", 29 "//components/history/core/test",
29 "//components/json_schema", 30 "//components/json_schema",
30 "//components/language_usage_metrics", 31 "//components/language_usage_metrics",
31 "//components/metrics", 32 "//components/metrics",
32 "//components/navigation_metrics", 33 "//components/navigation_metrics",
33 "//components/onc", 34 "//components/onc",
34 "//components/os_crypt", 35 "//components/os_crypt",
35 "//components/policy", 36 "//components/policy",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "//components/autofill/content/common", # Blocked on content. 74 "//components/autofill/content/common", # Blocked on content.
74 "//components/autofill/content/renderer", # Blocked on content/blink. 75 "//components/autofill/content/renderer", # Blocked on content/blink.
75 "//components/captive_portal", # Should work, needs checking. 76 "//components/captive_portal", # Should work, needs checking.
76 "//components/cloud_devices/common", # Should work, needs checking. 77 "//components/cloud_devices/common", # Should work, needs checking.
77 "//components/data_reduction_proxy/browser", # Should work, needs checkin g. 78 "//components/data_reduction_proxy/browser", # Should work, needs checkin g.
78 "//components/data_reduction_proxy/common", # Should work, needs checking . 79 "//components/data_reduction_proxy/common", # Should work, needs checking .
79 "//components/dom_distiller/core", # Blocked on content. 80 "//components/dom_distiller/core", # Blocked on content.
80 "//components/domain_reliability", # Blocked on content. 81 "//components/domain_reliability", # Blocked on content.
81 "//components/favicon_base", # Should work, needs checking. 82 "//components/favicon_base", # Should work, needs checking.
82 "//components/favicon/core", # Blocked on keyed service. 83 "//components/favicon/core", # Blocked on keyed service.
84 "//components/feedback", # Blocked on content.
83 "//components/history/core/browser", # Should work, needs checking. 85 "//components/history/core/browser", # Should work, needs checking.
84 "//components/history/core/common", # Should work, needs checking. 86 "//components/history/core/common", # Should work, needs checking.
85 "//components/history/core/test", # Should work, needs checking. 87 "//components/history/core/test", # Should work, needs checking.
86 "//components/json_schema", # Should work, needs checking. 88 "//components/json_schema", # Should work, needs checking.
87 "//components/keyed_service/content", # Blocked on content. 89 "//components/keyed_service/content", # Blocked on content.
88 "//components/policy", # Blocked on content (indirectly via autofill). 90 "//components/policy", # Blocked on content (indirectly via autofill).
89 "//components/rappor", # Should work, needs checking. 91 "//components/rappor", # Should work, needs checking.
90 "//components/translate/content/browser", # Blocked on content. 92 "//components/translate/content/browser", # Blocked on content.
91 "//components/translate/content/common", # Blocked on content. 93 "//components/translate/content/common", # Blocked on content.
92 "//components/translate/content/renderer", # Blocked on content. 94 "//components/translate/content/renderer", # Blocked on content.
93 "//components/usb_service", # Blocked on content. 95 "//components/usb_service", # Blocked on content.
94 "//components/user_prefs", # Blocked on content. 96 "//components/user_prefs", # Blocked on content.
95 "//components/visitedlink/browser", # Blocked on content. 97 "//components/visitedlink/browser", # Blocked on content.
96 "//components/visitedlink/common", # Blocked on content. 98 "//components/visitedlink/common", # Blocked on content.
97 "//components/visitedlink/renderer", # Blocked on blink 99 "//components/visitedlink/renderer", # Blocked on blink
98 "//components/web_modal", # Blocked on content. 100 "//components/web_modal", # Blocked on content.
99 ] 101 ]
100 } 102 }
101 } 103 }
OLDNEW
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698