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

Side by Side Diff: gyp/dm.gypi

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/debugger.gyp ('k') | gyp/effects.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 # 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 for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2). 5 # GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../dm', 8 '../dm',
9 '../gm', 9 '../gm',
10 '../include/private',
10 '../src/core', 11 '../src/core',
11 '../src/effects', 12 '../src/effects',
12 '../src/images', 13 '../src/images',
13 '../src/lazy', 14 '../src/lazy',
14 '../src/pipe/utils/', 15 '../src/pipe/utils/',
15 '../src/utils', 16 '../src/utils',
16 '../src/utils/debugger', 17 '../src/utils/debugger',
17 '../tests', 18 '../tests',
18 '../tools', 19 '../tools',
19 ], 20 ],
(...skipping 25 matching lines...) Expand all
45 '../src/utils/debugger/SkDebugCanvas.cpp', 46 '../src/utils/debugger/SkDebugCanvas.cpp',
46 '../src/utils/debugger/SkDrawCommand.cpp', 47 '../src/utils/debugger/SkDrawCommand.cpp',
47 '../src/utils/debugger/SkObjectParser.cpp', 48 '../src/utils/debugger/SkObjectParser.cpp',
48 ], 49 ],
49 'conditions': [ 50 'conditions': [
50 [ 'skia_gpu == 1', { 51 [ 'skia_gpu == 1', {
51 'dependencies': [ 'gputest.gyp:skgputest' ], 52 'dependencies': [ 'gputest.gyp:skgputest' ],
52 }], 53 }],
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « gyp/debugger.gyp ('k') | gyp/effects.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698