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

Side by Side Diff: gyp/tests.gyp

Issue 235883015: Generate tests/Android.mk from gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@generate
Patch Set: Remove Android.mk/SkUserConfig.h Created 6 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 unified diff | Download patch
« no previous file with comments | « gyp/apptype_console.gypi ('k') | platform_tools/android/bin/android_framework_gyp.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 ], 5 ],
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'tests', 8 'target_name': 'tests',
9 'type': 'executable', 9 'type': 'executable',
10 'includes': [ 10 'includes': [
11 'pathops_unittest.gypi', 11 'pathops_unittest.gypi',
12 'tests.gypi', 12 'tests.gypi',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 '../tests/skia_test.cpp', 15 '../tests/skia_test.cpp',
16 ], 16 ],
17 'conditions': [ 17 'conditions': [
18 [ 'skia_android_framework == 1', {
19 'libraries': [
20 '-lskia',
21 '-lcutils',
22 ],
23 'libraries!': [
24 '-lz',
25 '-llog',
26 ],
27 }],
18 [ 'skia_gpu == 1', { 28 [ 'skia_gpu == 1', {
19 'include_dirs': [ 29 'include_dirs': [
20 '../src/gpu', 30 '../src/gpu',
21 ], 31 ],
22 }], 32 }],
23 ], 33 ],
24 }, 34 },
25 ], 35 ],
26 } 36 }
OLDNEW
« no previous file with comments | « gyp/apptype_console.gypi ('k') | platform_tools/android/bin/android_framework_gyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698