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

Unified Diff: gyp/most.gyp

Issue 2018603003: Remove VisualBench and its Android implementation. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « gyp/kilobench.gyp ('k') | gyp/visualbench.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/most.gyp
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 9e54732a25915f1ebe2dee6781c50df8a71c20cb..47c0d804da173cabee9271c2cf3caf8d072e7fb1 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -26,24 +26,15 @@
'pathops_unittest.gyp:*',
'pathops_skpclip.gyp:*',
'dm.gyp:dm',
- 'visualbench.gyp:visualbench',
'fuzz.gyp:fuzz',
- 'kilobench.gyp:kilobench',
'viewer.gyp:viewer',
],
'conditions': [
[ 'skia_gpu == 0', {
'dependencies!': [
- 'visualbench.gyp:visualbench',
- 'kilobench.gyp:kilobench',
'viewer.gyp:viewer',
]
}],
- [ 'skia_os != "android" and skia_os != "linux"', {
- 'dependencies!': [
- 'kilobench.gyp:kilobench',
- ],
- }],
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
'example.gyp:HelloWorld',
@@ -58,7 +49,6 @@
'dependencies!': [
'example.gyp:HelloWorld',
'SampleApp.gyp:SampleApp',
- 'visualbench.gyp:visualbench',
],
'dependencies': ['iOSShell.gyp:iOSShell' ],
}],
@@ -82,7 +72,6 @@
'dependencies!': [
'example.gyp:HelloWorld',
'SampleApp.gyp:SampleApp',
- 'visualbench.gyp:visualbench',
]
}
],
« no previous file with comments | « gyp/kilobench.gyp ('k') | gyp/visualbench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698