Index: chrome/common/extensions/api/api.gyp |
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp |
index 9c9d36c0c2d0db503f7470294f951348e96708a0..4aa8af477419744e766cee947e654d47f9bff55d 100644 |
--- a/chrome/common/extensions/api/api.gyp |
+++ b/chrome/common/extensions/api/api.gyp |
@@ -8,10 +8,13 @@ |
'target_name': 'api', |
'type': 'static_library', |
'sources': [ |
- '<@(json_schema_files)', |
'<@(idl_schema_files)', |
+ '<@(json_schema_files)', |
+ ], |
+ 'includes': [ |
+ '../../../../build/json_schema_bundle_compile.gypi', |
+ '../../../../build/json_schema_compile.gypi', |
], |
- 'includes': ['../../../../build/json_schema_compile.gypi'], |
'variables': { |
'chromium_code': 1, |
'json_schema_files': [ |