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

Side by Side Diff: gyp/pathops_unittest.gyp

Issue 14474002: path ops : make it real (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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/gmslides.gypi ('k') | gyp/tests.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/pdf', 15 '../src/pdf',
16 '../src/pipe/utils', 16 '../src/pipe/utils',
17 '../src/utils', 17 '../src/utils',
18 '../tools/', 18 '../tools/',
19 ], 19 ],
20 'includes': [ 20 'includes': [
21 'pathops.gypi',
22 'pathops_unittest.gypi', 21 'pathops_unittest.gypi',
23 ], 22 ],
24 'sources': [ 23 'sources': [
25 '../tests/Test.cpp', 24 '../tests/Test.cpp',
26 '../tests/skia_test.cpp', 25 '../tests/skia_test.cpp',
27 '../tests/Test.h', 26 '../tests/Test.h',
28 ], 27 ],
29 'dependencies': [ 28 'dependencies': [
30 'skia_base_libs.gyp:skia_base_libs', 29 'skia_base_libs.gyp:skia_base_libs',
31 'effects.gyp:effects', 30 'effects.gyp:effects',
(...skipping 10 matching lines...) Expand all
42 ], 41 ],
43 }, 42 },
44 ], 43 ],
45 } 44 }
46 45
47 # Local Variables: 46 # Local Variables:
48 # tab-width:2 47 # tab-width:2
49 # indent-tabs-mode:nil 48 # indent-tabs-mode:nil
50 # End: 49 # End:
51 # vim: set expandtab tabstop=2 shiftwidth=2: 50 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698