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

Unified Diff: BUILD.gn

Issue 418763002: Add GN Build file for extensions_browser target. (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 | extensions/browser/BUILD.gn » ('j') | extensions/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a29ef80a2d8c66af9e0955589a242542f0e975f6..d67e528b3a1d54e740a2e2095c0c1ec0353fd4cb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -37,6 +37,7 @@ group("root") {
"//device/bluetooth",
"//device/nfc",
"//device/usb",
+ "//extensions/browser",
"//extensions/common",
"//extensions/common/api",
"//gin",
@@ -174,6 +175,7 @@ group("root") {
"//content",
"//content/shell:content_shell", # Blocked on content.
"//content/test:test_support", # Blocked on content.
+ "//extensions/browser",
"//extensions/common",
"//extensions/common/api",
"//pdf", # Not compiled on Android in GYP yet, either.
« no previous file with comments | « no previous file | extensions/browser/BUILD.gn » ('j') | extensions/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698