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

Unified Diff: gyp/utils.gyp

Issue 1536013003: Move SkAndroidSDKCanvas to tools and ensure that it is built on all Android builds (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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/tools.gyp ('k') | src/utils/android/SkAndroidSDKCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 39486deb5611b1f7c68dc1f431af768da864180a..eb225e62a25c85d99e39ee0f5a5088eaaf277916 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -105,23 +105,5 @@
],
},
},
- {
- 'target_name': 'android_utils',
- 'product_name': 'skia_android_utils',
- 'type': 'static_library',
- 'standalone_static_library': 1,
- 'dependencies': [
- 'core.gyp:*',
- ],
- 'sources': [
- '../src/utils/android/SkAndroidSDKCanvas.h',
- '../src/utils/android/SkAndroidSDKCanvas.cpp',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../src/utils/android',
- ],
- },
- },
],
}
« no previous file with comments | « gyp/tools.gyp ('k') | src/utils/android/SkAndroidSDKCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698