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

Unified Diff: chrome/common/extensions/api/BUILD.gn

Issue 437883002: Make the root_namespace argument to json_schema_compiler.gypi a string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: un-escape %% for windows 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: chrome/common/extensions/api/BUILD.gn
diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
index 2dcc3edba95599ec04b2a1d95815ab9283289e14..d4362fb78091c036805a18b9617a50fe8e11445e 100644
--- a/chrome/common/extensions/api/BUILD.gn
+++ b/chrome/common/extensions/api/BUILD.gn
@@ -35,7 +35,7 @@ generated_extensions_api("api") {
}
impl_dir = "//chrome/browser/extensions/api"
- root_namespace = "extensions::api"
+ root_namespace = "extensions::api::%(namespace)s"
bundle = true
deps = [

Powered by Google App Engine
This is Rietveld 408576698