aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp/dependencies.gypi
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-02 12:27:21 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-02 12:27:21 +0000
commit4b32101a1562ef73829994a82d46f72f3f0791d0 (patch)
tree576c5b2182635d1fb98c57a4a579e8c3122a9c72 /platform_tools/android/gyp/dependencies.gypi
parent99da601032e4a5808ea33adc1cc721f79b73e4ca (diff)
Update DEPS and GYP to use the copy of Android in platform_tools.
R=borenet@google.com Review URL: https://codereview.chromium.org/13898019 git-svn-id: http://skia.googlecode.com/svn/trunk@8951 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'platform_tools/android/gyp/dependencies.gypi')
-rw-r--r--platform_tools/android/gyp/dependencies.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 031e9c2035..75ff5f3362 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -223,7 +223,7 @@
],
},
'sources': [
- '../../android/app/jni/com_skia_SkiaIntentService.cpp',
+ '../app/jni/com_skia_SkiaIntentService.cpp',
],
},
{
@@ -251,7 +251,7 @@
}],
],
'sources': [
- '../../android/app/jni/com_skia_SkiaSampleRenderer.cpp',
+ '../app/jni/com_skia_SkiaSampleRenderer.cpp',
],
},