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

Unified Diff: BUILD.gn

Issue 411783003: Add GN Build file for extensions_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android fixes 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 | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4d55a65d7089541d25d7b52ce78ab17289890ac5..66ceb41294641be1fba40ce8c540e6f1d55917ef 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -35,6 +35,7 @@ group("root") {
"//device/bluetooth",
"//device/nfc",
"//device/usb",
+ "//extensions/common",
"//extensions/common/api",
"//gin",
"//gpu",
@@ -164,6 +165,7 @@ group("root") {
"//chrome/service", # Blocked on content.
"//chrome/utility", # Blocked on content.
"//content",
+ "//extensions/common",
"//extensions/common/api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698