Chromium Code Reviews| Index: gyp/dm.gyp |
| diff --git a/gyp/dm.gyp b/gyp/dm.gyp |
| index dc75729dc6de001e469aea6c951c5433a6a60cb5..241e26f40d8a390caad15b569f92691e781e959e 100644 |
| --- a/gyp/dm.gyp |
| +++ b/gyp/dm.gyp |
| @@ -20,10 +20,14 @@ |
| 'include_dirs': [ |
| '../../../frameworks/base/libs/hwui/', |
| '../../../frameworks/native/include/', |
| + '../src/utils/android/', |
|
djsollen
2015/03/24 18:02:55
you shouldn't need this as it will be pulled in by
tomhudson
2015/03/24 19:33:08
Done.
|
| ], |
| 'sources': [ |
| '../dm/DMSrcSinkAndroid.cpp', |
| ], |
| + 'dependencies': [ |
| + 'utils.gyp:android_utils', |
| + ], |
| }], |
| ], |
| }] |