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

Unified Diff: components/BUILD.gn

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mroe dom distiller 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e5c27c6f969d0119863799b2f1d57726b8f36b04..9273c4dcd3e1a8f99a0eec8752be85e86300b4b7 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -8,8 +8,11 @@ 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/dom_distiller/core", # Blocked on content.
"//components/favicon_base",
"//components/json_schema",
"//components/language_usage_metrics",
@@ -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,6 +43,9 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698