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

Side by Side Diff: gyp/dm.gypi

Issue 1417393004: Reorganize BRD code in new tools directory (Closed) Base URL: https://skia.googlesource.com/skia.git@delete-imdec
Patch Set: tools/android Created 5 years, 1 month 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/bench.gypi ('k') | gyp/tools.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 '../include/private',
11 '../src/core', 11 '../src/core',
12 '../src/effects', 12 '../src/effects',
13 '../src/images', 13 '../src/images',
14 '../src/lazy', 14 '../src/lazy',
15 '../src/pipe/utils/', 15 '../src/pipe/utils/',
16 '../src/utils', 16 '../src/utils',
17 '../src/utils/debugger', 17 '../src/utils/debugger',
18 '../tests', 18 '../tests',
19 '../tools',
20 ], 19 ],
21 'dependencies': [ 20 'dependencies': [
22 'etc1.gyp:libetc1', 21 'etc1.gyp:libetc1',
23 'flags.gyp:flags', 22 'flags.gyp:flags',
24 'jsoncpp.gyp:jsoncpp', 23 'jsoncpp.gyp:jsoncpp',
25 'libpng.gyp:libpng', 24 'libpng.gyp:libpng',
26 'skia_lib.gyp:skia_lib', 25 'skia_lib.gyp:skia_lib',
27 'svg.gyp:svg', 26 'svg.gyp:svg',
28 'tools.gyp:bitmap_region_decoder', 27 'tools.gyp:bitmap_region_decoder',
29 'tools.gyp:crash_handler', 28 'tools.gyp:crash_handler',
(...skipping 18 matching lines...) Expand all
48 '../src/utils/debugger/SkDebugCanvas.cpp', 47 '../src/utils/debugger/SkDebugCanvas.cpp',
49 '../src/utils/debugger/SkDrawCommand.cpp', 48 '../src/utils/debugger/SkDrawCommand.cpp',
50 '../src/utils/debugger/SkObjectParser.cpp', 49 '../src/utils/debugger/SkObjectParser.cpp',
51 ], 50 ],
52 'conditions': [ 51 'conditions': [
53 [ 'skia_gpu == 1', { 52 [ 'skia_gpu == 1', {
54 'dependencies': [ 'gputest.gyp:skgputest' ], 53 'dependencies': [ 'gputest.gyp:skgputest' ],
55 }], 54 }],
56 ], 55 ],
57 } 56 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698