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

Unified Diff: chrome/common/extensions/api/api.gyp

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/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 59654151762df9ae13f322bc51da8a8a38811c81..d995e1a01f032ccdf04494b9f22f29884bb8d25f 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -206,7 +206,7 @@
}],
],
'cc_dir': 'chrome/common/extensions/api',
- 'root_namespace': 'extensions::api',
+ 'root_namespace': 'extensions::api::%(namespace)s',
},
'dependencies': [
# Different APIs include some headers from chrome/common that in turn

Powered by Google App Engine
This is Rietveld 408576698