Chromium Code Reviews| Index: gyp/opts.gyp |
| diff --git a/gyp/opts.gyp b/gyp/opts.gyp |
| index bd072cb1e8efff9744650a42b211eb537ff25a83..9c6376671b22403f5218f3af729615e8dc620bea 100644 |
| --- a/gyp/opts.gyp |
| +++ b/gyp/opts.gyp |
| @@ -25,6 +25,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'core.gyp:*', |
| + 'effects.gyp:*' |
| ], |
| 'include_dirs': [ |
| '../src/core', |
| @@ -121,6 +122,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'core.gyp:*', |
| + 'effects.gyp:*' |
| ], |
| 'include_dirs': [ |
| '../src/core', |
| @@ -150,6 +152,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'core.gyp:*', |
| + 'effects.gyp:*' |
| ], |
| 'include_dirs': [ |
| '../src/core', |