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

Unified Diff: extensions/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/common/api/api.gyp
diff --git a/extensions/common/api/api.gyp b/extensions/common/api/api.gyp
index 49725aa5c036ea05acac3ec10a35da594d010c64..229a5bc482cc886a7c783c44bb62420d888bb9f6 100644
--- a/extensions/common/api/api.gyp
+++ b/extensions/common/api/api.gyp
@@ -50,7 +50,7 @@
}],
],
'cc_dir': 'extensions/common/api',
- 'root_namespace': 'extensions::core_api',
+ 'root_namespace': 'extensions::core_api::%(namespace)s',
'impl_dir': 'extensions/browser/api',
},
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698