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

Side by Side Diff: gyp/pathops_unittest.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, 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 | Annotate | Revision Log
« no previous file with comments | « gyp/nacl.gyp ('k') | gyp/pdf.gyp » ('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': 'pathops_unittest', 8 'target_name': 'pathops_unittest',
9 'type': 'executable', 9 'type': 'executable',
10 'suppress_wildcard': '1', 10 'suppress_wildcard': '1',
11 'include_dirs' : [ 11 'include_dirs' : [
12 '../src/core', 12 '../src/core',
13 '../src/effects', 13 '../src/effects',
14 '../src/lazy', 14 '../src/lazy',
15 '../src/pathops', 15 '../src/pathops',
16 '../src/pdf', 16 '../src/pdf',
17 '../src/pipe/utils', 17 '../src/pipe/utils',
18 '../src/utils', 18 '../src/utils',
19 '../tools/', 19 '../tools/',
20 ], 20 ],
21 'includes': [ 21 'includes': [
22 'pathops_unittest.gypi', 22 'pathops_unittest.gypi',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 '../tests/Test.cpp', 25 '../tests/Test.cpp',
26 '../tests/skia_test.cpp', 26 '../tests/skia_test.cpp',
27 '../tests/Test.h', 27 '../tests/Test.h',
28 ], 28 ],
29 'dependencies': [ 29 'dependencies': [
30 'skia_base_libs.gyp:skia_base_libs', 30 'skia_lib.gyp:skia_lib',
31 'effects.gyp:effects',
32 'flags.gyp:flags', 31 'flags.gyp:flags',
33 'images.gyp:images',
34 'utils.gyp:utils',
35 ], 32 ],
36 'conditions': [ 33 'conditions': [
37 [ 'skia_gpu == 1', { 34 [ 'skia_gpu == 1', {
38 'include_dirs': [ 35 'include_dirs': [
39 '../src/gpu', 36 '../src/gpu',
40 ], 37 ],
41 }], 38 }],
42 ], 39 ],
43 }, 40 },
44 ], 41 ],
45 } 42 }
46 43
47 # Local Variables: 44 # Local Variables:
48 # tab-width:2 45 # tab-width:2
49 # indent-tabs-mode:nil 46 # indent-tabs-mode:nil
50 # End: 47 # End:
51 # vim: set expandtab tabstop=2 shiftwidth=2: 48 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/nacl.gyp ('k') | gyp/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698