| Index: chrome/common/extensions/api/api.gyp
|
| diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
|
| index a2c745766c37c860ba5b4ab8397d2bdf63581bef..233cf992035b2369abcb23d41a849c91b3545c54 100644
|
| --- a/chrome/common/extensions/api/api.gyp
|
| +++ b/chrome/common/extensions/api/api.gyp
|
| @@ -77,6 +77,10 @@
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| 'root_namespace': 'extensions::api',
|
| },
|
| + 'dependencies': [
|
| + '<(DEPTH)/skia/skia.gyp:skia',
|
| + '<(DEPTH)/sync/sync.gyp:sync',
|
| + ],
|
| 'conditions': [
|
| ['OS=="android"', {
|
| 'schema_files!': [
|
|
|