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

Unified Diff: gyp/debugger.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing Created 7 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/core.gyp ('k') | gyp/effects.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/debugger.gyp
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index b935fb056d88ce5f73ee7237ef2251ce1c7e1bad..9ea300d9b25ef4c229facbdf70b937c8c5d3be6d 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -94,17 +94,12 @@
'../debugger/SkObjectParser.cpp',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'images.gyp:images',
- 'effects.gyp:effects',
+ 'skia_lib.gyp:skia_lib',
'bench.gyp:bench_timer',
'tools.gyp:picture_renderer',
],
'conditions': [
[ 'skia_os == "nacl"', {
- 'dependencies': [
- 'utils.gyp:utils', # For SkBase64.h
- ],
'include_dirs': [
'../src/utils',
],
« no previous file with comments | « gyp/core.gyp ('k') | gyp/effects.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698