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

Side by Side Diff: gyp/shapeops_tool.gyp

Issue 867213004: remove prototype pathops code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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/shapeops_edge.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # GYP file to build unit tests.
2 {
3 'includes': [
4 'apptype_console.gypi',
5 'common.gypi',
6 ],
7 'targets': [
8 {
9 'target_name': 'addTest',
10 'type': 'executable',
11 'include_dirs' : [
12 '../src/core',
13 ],
14 'sources': [
15 '../experimental/Intersection/AddTestOutput/main.cpp',
16 ],
17 'dependencies': [
18 'skia_lib.gyp:skia_lib',
19 'experimental.gyp:experimental',
20 'pdf.gyp:pdf',
21 ],
22 'conditions': [
23 [ 'skia_gpu == 1', {
24 'include_dirs': [
25 '../src/gpu',
26 ],
27 }],
28 ],
29 },
30 ],
31 }
OLDNEW
« no previous file with comments | « gyp/shapeops_edge.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698