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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/domain_reliability.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 b2b0c5ece7122d3d36698d9b2f9168abaf36ac8a..56ae457a85a702518906d3036821c274fef97bad 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -13,7 +13,12 @@ group("all_components") {
"//components/autofill/content/renderer",
"//components/cloud_devices/common",
"//components/dom_distiller/core",
+ "//components/domain_reliability",
"//components/favicon_base",
+ "//components/favicon/core",
+ "//components/history/core/browser",
+ "//components/history/core/common",
+ "//components/history/core/test",
"//components/json_schema",
"//components/language_usage_metrics",
"//components/metrics",
@@ -29,6 +34,7 @@ group("all_components") {
"//components/tracing",
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
+ "//components/url_fixer",
"//components/url_matcher",
"//components/user_prefs",
"//components/variations",
@@ -54,6 +60,12 @@ group("all_components") {
"//components/autofill/content/renderer", # Blocked on content/blink.
"//components/cloud_devices/common", # Should work, needs checking.
"//components/dom_distiller/core", # Blocked on content.
+ "//components/domain_reliability", # Blocked on content.
+ "//components/favicon_base", # Should work, needs checking.
+ "//components/favicon/core", # Blocked on keyed service.
+ "//components/history/core/browser", # Should work, needs checking.
+ "//components/history/core/common", # Should work, needs checking.
+ "//components/history/core/test", # Should work, needs checking.
"//components/json_schema", # Should work, needs checking.
"//components/keyed_service/content", # Blocked on content.
"//components/policy", # Blocked on content (indirectly via autofill).
« 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