Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: gyp/bench.gyp

Issue 1123173005: Experiment with find as a road to Gyp sanity. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: mv Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/bench.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index b2459f9116b948e5b4374be0a9853222cea5a611..de564a96db39a18162ce86973e1255f5f8bce636 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -14,14 +14,6 @@
'type': 'executable',
'sources': [
'../gm/gm.cpp',
- '../bench/CodecBench.cpp',
- '../bench/DecodingBench.cpp',
- '../bench/DecodingSubsetBench.cpp',
- '../bench/GMBench.cpp',
- '../bench/RecordingBench.cpp',
- '../bench/SKPAnimationBench.cpp',
- '../bench/SKPBench.cpp',
- '../bench/nanobench.cpp',
],
'includes': [
'bench.gypi',
@@ -48,9 +40,6 @@
'../../../frameworks/base/libs/hwui/',
'../../../frameworks/native/include/',
],
- 'sources': [
- '../bench/nanobenchAndroid.cpp',
- ],
'dependencies': [
'utils.gyp:android_utils',
],
« no previous file with comments | « no previous file | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698