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

Unified Diff: tools/json_schema_compiler/test/json_schema_compiler_tests.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: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
diff --git a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
index 9eb325050db585c39912ba297e22626f3f27ebe6..7921f87c2d10362169f6a176452f7629f2979f18 100644
--- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
+++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
@@ -28,7 +28,7 @@
'error_generation.json'
],
'cc_dir': 'tools/json_schema_compiler/test',
- 'root_namespace': 'test::api',
+ 'root_namespace': 'test::api::%(namespace)s',
},
'inputs': [
'<@(schema_files)',

Powered by Google App Engine
This is Rietveld 408576698