| Index: gyp/gm.gyp
|
| diff --git a/gyp/gm.gyp b/gyp/gm.gyp
|
| index 9b74e74669e3eef1353ac92e67a6260422dc9f1a..b8bd117450e2f5081515d130d5df0770fd05a86b 100644
|
| --- a/gyp/gm.gyp
|
| +++ b/gyp/gm.gyp
|
| @@ -30,10 +30,10 @@
|
| 'type': 'executable',
|
| 'include_dirs' : [
|
| '../src/core',
|
| - '../src/images',
|
| '../src/effects',
|
| - '../src/pipe/utils/',
|
| - '../src/utils/',
|
| + '../src/images',
|
| + '../src/pipe/utils',
|
| + '../src/utils',
|
| '../tools',
|
| ],
|
| 'includes': [
|
| @@ -45,14 +45,15 @@
|
|
|
| '../src/pipe/utils/SamplePipeControllers.h',
|
| '../src/pipe/utils/SamplePipeControllers.cpp',
|
| + '../tools/Resources.cpp',
|
| ],
|
| 'dependencies': [
|
| - 'skia_lib.gyp:skia_lib',
|
| + 'etc1.gyp:libetc1',
|
| 'flags.gyp:flags',
|
| 'gm.gyp:gm_expectations',
|
| 'jsoncpp.gyp:jsoncpp',
|
| 'pdf.gyp:pdf',
|
| - 'etc1.gyp:libetc1',
|
| + 'skia_lib.gyp:skia_lib',
|
| ],
|
| 'conditions': [
|
| ['skia_android_framework', {
|
|
|