Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / gyp / bench.gyp
index 398700f..26849d5 100644 (file)
@@ -11,8 +11,8 @@
       'sources': [
         '../gm/gm.cpp',
         '../bench/GMBench.cpp',
+        '../bench/RecordingBench.cpp',
         '../bench/SKPBench.cpp',
-        '../bench/ResultsWriter.cpp',
         '../bench/nanobench.cpp',
       ],
       'includes': [
         'jsoncpp.gyp:jsoncpp',
         'skia_lib.gyp:skia_lib',
         'tools.gyp:crash_handler',
+        'tools.gyp:proc_stats',
         'tools.gyp:timer',
       ],
+      'conditions': [
+        ['skia_android_framework', {
+          'libraries': [
+            '-lskia',
+          ],
+        }],
+      ],
     },
   ],
 }