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

Side by Side Diff: gyp/bench.gypi

Issue 1686143004: integrated SkDebugCanvas JSON support with UrlDataManager (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: added cast to deal with differing-size ints Created 4 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/SampleApp.gyp ('k') | gyp/dm.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 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '../bench/subset', 7 '../bench/subset',
8 '../bench', 8 '../bench',
9 '../include/private', 9 '../include/private',
10 '../src/core', 10 '../src/core',
11 '../src/effects', 11 '../src/effects',
12 '../src/gpu', 12 '../src/gpu',
13 '../src/utils', 13 '../src/utils',
14 ], 14 ],
15 'sources': [ '<!@(python find.py ../bench "*.cpp")' ], 15 'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
16 16
17 'dependencies': [ 17 'dependencies': [
18 'etc1.gyp:libetc1', 18 'etc1.gyp:libetc1',
19 'skia_lib.gyp:skia_lib', 19 'skia_lib.gyp:skia_lib',
20 'tools.gyp:resources', 20 'tools.gyp:resources',
21 'tools.gyp:sk_tool_utils', 21 'tools.gyp:sk_tool_utils',
22 'tools.gyp:url_data_manager',
22 ], 23 ],
23 'conditions': [ 24 'conditions': [
24 ['skia_gpu == 1', { 25 ['skia_gpu == 1', {
25 'include_dirs': [ '../src/gpu' ], 26 'include_dirs': [ '../src/gpu' ],
26 'dependencies': [ 'gputest.gyp:skgputest' ], 27 'dependencies': [ 'gputest.gyp:skgputest' ],
27 }], 28 }],
28 ['not skia_android_framework', { 29 ['not skia_android_framework', {
29 'sources!': [ '../bench/nanobenchAndroid.cpp' ], 30 'sources!': [ '../bench/nanobenchAndroid.cpp' ],
30 }], 31 }],
31 ], 32 ],
32 } 33 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698