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

Unified Diff: extensions/BUILD.gn

Issue 489153003: Split bundle generation steps so that API registration is generated in browser, not common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra targets Created 6 years, 4 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: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index fc4892ce3204d5de94a4f1b1ecd592b7fed5a84b..604e679fe9e932e3b50d8369dc96e4d0ab3738f4 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -14,7 +14,7 @@ group("extensions_resources") {
}
# GYP version: extensions/extensions_resources.gyp:extensions_resources
-# (exntensions_resources action)
+# (extensions_resources action)
grit("extensions_resources_grd") {
source = "extensions_resources.grd"
outputs = [
@@ -75,6 +75,7 @@ source_set("test_support") {
"//extensions/browser",
"//extensions/common",
"//extensions/common/api",
+ "//extensions/common/api:api_registration",
"//net:test_support",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698