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

Unified Diff: extensions/shell/common/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: extensions/shell/common/api/api.gyp
diff --git a/extensions/shell/common/api/api.gyp b/extensions/shell/common/api/api.gyp
index 2a4d12662ee40a884c80c398e2d29074bad60755..035341065f491b6ef44384d6fcd600dbd8646acd 100644
--- a/extensions/shell/common/api/api.gyp
+++ b/extensions/shell/common/api/api.gyp
@@ -25,7 +25,7 @@
'shell.idl',
],
'cc_dir': 'extensions/shell/common/api',
- 'root_namespace': 'extensions::shell_api',
+ 'root_namespace': 'extensions::shell_api::%(namespace)s',
'impl_dir': 'extensions/shell/browser/api',
},
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698