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

Unified Diff: components/BUILD.gn

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | components/autofill.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e5c27c6f969d0119863799b2f1d57726b8f36b04..5841eab7cc450903f0e8e1e8c882f3671381b742 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -8,6 +8,9 @@ group("all_components") {
visibility = "//:*" # Only for the root targets to bring in.
deps = [
+ "//components/autofill/content/browser",
+ "//components/autofill/content/common",
+ "//components/autofill/content/renderer",
"//components/cloud_devices/common",
"//components/dom_distiller/core",
"//components/favicon_base",
@@ -17,6 +20,7 @@ group("all_components") {
"//components/navigation_metrics",
"//components/onc",
"//components/os_crypt",
+ "//components/policy",
"//components/pref_registry",
"//components/query_parser",
"//components/resources:components_resources",
@@ -27,6 +31,7 @@ group("all_components") {
"//components/translate:translate_core_common",
"//components/url_matcher",
"//components/user_prefs",
+ "//components/variations",
"//components/visitedlink/browser",
"//components/visitedlink/common",
"//components/visitedlink/renderer", # Blocked on blink
@@ -38,10 +43,14 @@ group("all_components") {
if (is_android) {
deps -= [
+ "//components/autofill/content/browser", # Blocked on content/blink.
+ "//components/autofill/content/common", # Blocked on content.
+ "//components/autofill/content/renderer", # Blocked on content/blink.
"//components/cloud_devices/common", # Should work, needs checking.
"//components/dom_distiller/core", # Blocked on content.
"//components/json_schema", # Should work, needs checking.
"//components/keyed_service/content", # Blocked on content.
+ "//components/policy", # Blocked on content (indirectly via autofill).
"//components/user_prefs", # Blocked on content.
"//components/visitedlink/browser", # Blocked on content.
"//components/visitedlink/common", # Blocked on content.
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698