Index: gyp/bench.gyp |
diff --git a/gyp/bench.gyp b/gyp/bench.gyp |
index 2b9cd340324f8445b68a9474a230e858135396fc..a7964b86d8e4d8a7bed3bd8ed580be9fa9afe7c3 100644 |
--- a/gyp/bench.gyp |
+++ b/gyp/bench.gyp |
@@ -22,12 +22,14 @@ |
'dependencies': [ |
'flags.gyp:flags_common', |
'jsoncpp.gyp:jsoncpp', |
+ 'pdf.gyp:pdf', |
'skia_lib.gyp:skia_lib', |
'tools.gyp:crash_handler', |
'tools.gyp:proc_stats', |
- 'tools.gyp:timer', |
'tools.gyp:thermal_manager', |
+ 'tools.gyp:timer', |
], |
+ 'include_dirs': [ '../src/pdf' ], |
mtklein
2016/02/24 19:59:43
Think this goes with the rest in the .gypi?
|
'conditions': [ |
['skia_android_framework', { |
'libraries': [ |
@@ -41,11 +43,6 @@ |
'tools.gyp:android_utils', |
], |
}], |
- [ 'skia_pdf', |
- { 'dependencies': [ 'pdf.gyp:pdf' ], |
- 'include_dirs': [ '../src/pdf' ], }, |
- { 'dependencies': [ 'pdf.gyp:nopdf' ], } |
- ], |
], |
}, |
], |