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

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: . 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 aaddab81b0eecd97ffe3d2718dd2673abe37d0f9..767ce3ccaf6f3333aaf0c52e7ef13803f750fdef 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -205,7 +205,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