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

Unified Diff: chrome/common/extensions/api/api.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: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 1d70bbeda24c37117b891237d572dd1f0204182d..cf38e8524d4319391c5c98dd1d5aa4ea3e3f4469 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -178,6 +178,7 @@
],
'cc_dir': 'chrome/common/extensions/api',
'root_namespace': 'extensions::api',
+ 'impl_dir': 'chrome/browser/extensions/api'
},
'dependencies': [
'<(DEPTH)/skia/skia.gyp:skia',

Powered by Google App Engine
This is Rietveld 408576698