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

Unified Diff: BUILD.gn

Issue 395633002: Add browser_extensions 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 | « no previous file | build/config/features.gni » ('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 9ea0980479a6f6eb28cd8b1e3b7ccf4571c4c08b..62d882c7ec8328f303d3459e508f7cd183d95278 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,7 +32,7 @@ group("root") {
"//components:all_components",
"//content",
"//crypto",
- "//extensions/common/api:extensions_api",
+ "//extensions/common/api",
"//device/usb",
"//gin",
"//gpu",
@@ -152,7 +152,7 @@ group("root") {
"//chrome/service", # Blocked on content.
"//chrome/utility", # Blocked on content.
"//content",
- "//extensions/common/api:extensions_api",
+ "//extensions/common/api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
"//sandbox",
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698