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

Side by Side Diff: gyp/pathops_skpclip.gyp

Issue 1265443002: add -Iinclude/private anywhere we have -Isrc/core (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/opts.gyp ('k') | gyp/pathops_unittest.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build pathops skp clip test. 5 # GYP file to build pathops skp clip test.
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'pathops_skpclip', 12 'target_name': 'pathops_skpclip',
13 'type': 'executable', 13 'type': 'executable',
14 'include_dirs': [ 14 'include_dirs': [
15 '../include/private',
15 '../src/core', 16 '../src/core',
16 '../src/effects', 17 '../src/effects',
17 '../src/lazy', 18 '../src/lazy',
18 '../src/pathops', 19 '../src/pathops',
19 '../src/pipe/utils', 20 '../src/pipe/utils',
20 '../src/utils', 21 '../src/utils',
21 ], 22 ],
22 'dependencies': [ 23 'dependencies': [
23 'flags.gyp:flags', 24 'flags.gyp:flags',
24 'skia_lib.gyp:skia_lib', 25 'skia_lib.gyp:skia_lib',
25 'tools.gyp:crash_handler', 26 'tools.gyp:crash_handler',
26 'tools.gyp:resources', 27 'tools.gyp:resources',
27 ], 28 ],
28 'sources': [ 29 'sources': [
29 » » '../tests/PathOpsDebug.cpp', 30 '../tests/PathOpsDebug.cpp',
30 '../tests/PathOpsSkpClipTest.cpp', 31 '../tests/PathOpsSkpClipTest.cpp',
31 ], 32 ],
32 'conditions': [ 33 'conditions': [
33 [ 'skia_android_framework == 1', { 34 [ 'skia_android_framework == 1', {
34 'libraries': [ 35 'libraries': [
35 '-lskia', 36 '-lskia',
36 ], 37 ],
37 'libraries!': [ 38 'libraries!': [
38 '-lz', 39 '-lz',
39 '-llog', 40 '-llog',
40 ], 41 ],
41 }], 42 }],
42 [ 'skia_gpu == 1', { 43 [ 'skia_gpu == 1', {
43 'include_dirs': [ 44 'include_dirs': [
44 '../src/gpu', 45 '../src/gpu',
45 ], 46 ],
46 }], 47 }],
47 ], 48 ],
48 }, 49 },
49 ], 50 ],
50 } 51 }
OLDNEW
« no previous file with comments | « gyp/opts.gyp ('k') | gyp/pathops_unittest.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698