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

Unified Diff: components/BUILD.gn

Issue 361373002: components: Add bookmarks to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix 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 | « no previous file | components/bookmarks/browser/BUILD.gn » ('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 0f11fcc3c5860a2867256a39f08835389af286fa..21e425d598b423c243f6e85efdc2863ec9f708a6 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -12,6 +12,9 @@ group("all_components") {
"//components/autofill/content/browser",
"//components/autofill/content/common",
"//components/autofill/content/renderer",
+ "//components/bookmarks/browser",
+ "//components/bookmarks/common",
+ "//components/bookmarks/test",
"//components/captive_portal",
"//components/cloud_devices/common",
"//components/data_reduction_proxy/browser",
« no previous file with comments | « no previous file | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698