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

Unified Diff: tools/json_schema_compiler/test/json_schema_compiler_tests.gyp

Issue 183763032: Add an implementation path option to json_schema_compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 27ec4385be869f042e1a6258747d4ec153e286dc..4054f9a0d7b90d470d5976ea5ed5bea9d7506b3c 100644
--- a/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
+++ b/tools/json_schema_compiler/test/json_schema_compiler_tests.gyp
@@ -27,6 +27,7 @@
],
'cc_dir': 'tools/json_schema_compiler/test',
'root_namespace': 'test::api',
+ 'impl_dir': 'chrome/browser/extensions/api'
},
'inputs': [
'<@(schema_files)',

Powered by Google App Engine
This is Rietveld 408576698