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

Unified Diff: gyp/visualbench.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/most.gyp ('k') | platform_tools/android/apps/settings.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/visualbench.gyp
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
deleted file mode 100644
index fdf0efb37990d75fa4c591eed203aea93643ae16..0000000000000000000000000000000000000000
--- a/gyp/visualbench.gyp
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-# GYP file to build visual bench tool
-{
- 'includes': [
- 'apptype_console.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'visualbench',
- 'type': 'executable',
- 'includes' : [
- 'gmslides.gypi',
- ],
- 'include_dirs' : [
- '../bench',
- '../include/gpu',
- '../include/private',
- '../src/core',
- '../src/effects',
- '../src/gpu',
- '../src/images',
- '../src/image',
- '../src/pdf',
- ],
- 'sources': [
- '../gm/gm.cpp',
- '<!@(python find.py ../tools/VisualBench "*.cpp")',
- '<!@(python find.py ../tools/VisualBench "*.h")',
- '<!@(python find.py ../bench "*.cpp")',
- ],
- 'sources!': [
- '../bench/nanobench.cpp',
- '../bench/nanobenchAndroid.cpp',
- ],
- 'dependencies': [
- 'etc1.gyp:libetc1',
- 'flags.gyp:flags',
- 'jsoncpp.gyp:jsoncpp',
- 'gputest.gyp:skgputest',
- 'pdf.gyp:pdf',
- 'skia_lib.gyp:skia_lib',
- 'tools.gyp:proc_stats',
- 'tools.gyp:sk_tool_utils',
- 'tools.gyp:timer',
- 'tools.gyp:url_data_manager',
- 'views.gyp:views',
- ],
- 'conditions' : [
- [ 'skia_os == "android" and skia_use_sdl == 0', {
- 'dependencies': [
- 'android_deps.gyp:Android_VisualBench',
- 'android_deps.gyp:native_app_glue',
- ],
- 'link_settings': {
- 'libraries': [
- '-landroid',
- '-lGLESv2',
- '-lEGL',
- ],
- },
- }],
- [ 'skia_os == "android" and skia_use_sdl == 1', {
- 'dependencies': [
- 'android_deps.gyp:Android_EntryPoint',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « gyp/most.gyp ('k') | platform_tools/android/apps/settings.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698