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

Side by Side Diff: platform_tools/android/gyp/skia_android.gypi

Issue 346753003: Revert of Move BenchTimer to tools as Timer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « gyp/tools.gyp ('k') | platform_tools/android/gyp/skia_launcher.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'CopySampleAppDeps', 4 'target_name': 'CopySampleAppDeps',
5 'type': 'none', 5 'type': 'none',
6 'dependencies': [ 6 'dependencies': [
7 'skia_lib.gyp:skia_lib', 7 'skia_lib.gyp:skia_lib',
8 'SampleApp.gyp:SampleApp', 8 'SampleApp.gyp:SampleApp',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 27 matching lines...) Expand all
38 ]}, { 38 ]}, {
39 'files': [ 39 'files': [
40 '<(SHARED_LIB_DIR)/libSampleApp.so', 40 '<(SHARED_LIB_DIR)/libSampleApp.so',
41 ]} 41 ]}
42 ], 42 ],
43 ], 43 ],
44 }, 44 },
45 ], 45 ],
46 }, 46 },
47 { 47 {
48 'target_name': 'skia_launcher',
49 'type': 'executable',
50 'sources': [
51 '../launcher/skia_launcher.cpp',
52 ],
53 },
54 {
48 'target_name': 'SampleApp_APK', 55 'target_name': 'SampleApp_APK',
49 'type': 'none', 56 'type': 'none',
50 'dependencies': [ 57 'dependencies': [
51 'CopySampleAppDeps', 58 'CopySampleAppDeps',
52 ], 59 ],
53 'variables': { 60 'variables': {
54 'ANDROID_SDK_ROOT': '<!(echo $ANDROID_SDK_ROOT)', 61 'ANDROID_SDK_ROOT': '<!(echo $ANDROID_SDK_ROOT)',
55 # the ninja generator treats PRODUCT_DIR as a relative path to the 62 # the ninja generator treats PRODUCT_DIR as a relative path to the
56 # gyp directory but android ant build wants a path relative to the 63 # gyp directory but android ant build wants a path relative to the
57 # build.xml file so we do that adjustment here. 64 # build.xml file so we do that adjustment here.
(...skipping 25 matching lines...) Expand all
83 '-Dnative.libs.absolute.dir=<(ANDROID_OUT)/libs', 90 '-Dnative.libs.absolute.dir=<(ANDROID_OUT)/libs',
84 '-Dout.final.file=<(ANDROID_OUT)/bin/SkiaAndroid.apk', 91 '-Dout.final.file=<(ANDROID_OUT)/bin/SkiaAndroid.apk',
85 '-Dsdk.dir=<(ANDROID_SDK_ROOT)', 92 '-Dsdk.dir=<(ANDROID_SDK_ROOT)',
86 'debug', 93 'debug',
87 ], 94 ],
88 }, 95 },
89 ], 96 ],
90 }, 97 },
91 ], 98 ],
92 } 99 }
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | platform_tools/android/gyp/skia_launcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698