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

Unified 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 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 0f11fcc3c5860a2867256a39f08835389af286fa..cc3f897e7a68381ce705cde79849c5ea65c726cc 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -20,6 +20,7 @@ group("all_components") {
"//components/domain_reliability",
"//components/favicon_base",
"//components/favicon/core",
+ "//components/feedback",
"//components/history/core/browser",
"//components/history/core/common",
"//components/history/core/test",
@@ -77,6 +78,7 @@ group("all_components") {
"//components/domain_reliability", # Blocked on content.
"//components/favicon_base", # Should work, needs checking.
"//components/favicon/core", # Blocked on keyed service.
+ "//components/feedback", # Blocked on content.
"//components/history/core/browser", # Should work, needs checking.
"//components/history/core/common", # Should work, needs checking.
"//components/history/core/test", # Should work, needs checking.

Powered by Google App Engine
This is Rietveld 408576698