Chromium Code Reviews| Index: chrome/common/extensions/api/api.gyp |
| diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp |
| index 19b28fa7449c0da383b8996e380032c30e0df98e..da226f7788b6c9bec7ae8c010767144c194548ed 100644 |
| --- a/chrome/common/extensions/api/api.gyp |
| +++ b/chrome/common/extensions/api/api.gyp |
| @@ -18,6 +18,9 @@ |
| '../../../../build/json_schema_compile.gypi', |
| 'schemas.gypi', |
| ], |
| + 'dependencies': [ |
| + '<@(schema_dependencies)', |
| + ], |
| }, |
| ], |
| } |