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

Unified Diff: platform_tools/android/gyp/skia_android.gypi

Issue 344213003: Move BenchTimer to tools as Timer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixes Created 6 years, 6 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
Index: platform_tools/android/gyp/skia_android.gypi
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index 9ebee7cc6d9a55aeeb2627dd0de69ccb9027f352..624b599bd6770687655c851fb4adb2f974161360 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -45,13 +45,6 @@
],
},
{
- 'target_name': 'skia_launcher',
- 'type': 'executable',
- 'sources': [
- '../launcher/skia_launcher.cpp',
- ],
- },
- {
'target_name': 'SampleApp_APK',
'type': 'none',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698