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

Side by Side Diff: gyp/gmslides.gypi

Issue 2205903004: GN: get echo-headers sources via exec_script (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: still needed for Mac Created 4 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/fuzz.gyp ('k') | gyp/gputest.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 # include this gypi to include all the golden master slides. 5 # include this gypi to include all the golden master slides.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../gm', 8 '../gm',
9 # include dirs needed by particular GMs 9 # include dirs needed by particular GMs
10 '../include/client/android', 10 '../include/client/android',
11 '../tools/debugger', 11 '../tools/debugger',
12 '../src/effects/gradients', 12 '../src/effects/gradients',
13 '../src/images', 13 '../src/images',
14 '../src/lazy', 14 '../src/lazy',
15 ], 15 ],
16 'conditions': [ 16 'conditions': [
17 # If we're building SampleApp on the bots, no need to link in the GM slides. 17 # If we're building SampleApp on the bots, no need to link in the GM slides.
18 # We're not going to run it; we're only making sure it still builds. 18 # We're not going to run it; we're only making sure it still builds.
19 # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work. 19 # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work.
20 [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', { 20 [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', {
21 'sources': [ 21 'sources': [
22 '<!@(python find.py ../gm "*.c*")', 22 '<!@(python find.py "*.c*" ../gm)',
23 23
24 # Files needed by particular GMs 24 # Files needed by particular GMs
25 '../src/gpu/batches/GrTestBatch.h', 25 '../src/gpu/batches/GrTestBatch.h',
26 '../tools/debugger/SkDrawCommand.h', 26 '../tools/debugger/SkDrawCommand.h',
27 '../tools/debugger/SkDrawCommand.cpp', 27 '../tools/debugger/SkDrawCommand.cpp',
28 '../tools/debugger/SkDebugCanvas.h', 28 '../tools/debugger/SkDebugCanvas.h',
29 '../tools/debugger/SkDebugCanvas.cpp', 29 '../tools/debugger/SkDebugCanvas.cpp',
30 '../tools/debugger/SkJsonWriteBuffer.h', 30 '../tools/debugger/SkJsonWriteBuffer.h',
31 '../tools/debugger/SkJsonWriteBuffer.cpp', 31 '../tools/debugger/SkJsonWriteBuffer.cpp',
32 '../tools/debugger/SkObjectParser.h', 32 '../tools/debugger/SkObjectParser.h',
33 '../tools/debugger/SkObjectParser.cpp', 33 '../tools/debugger/SkObjectParser.cpp',
34 '../tools/debugger/SkOverdrawMode.h', 34 '../tools/debugger/SkOverdrawMode.h',
35 '../tools/debugger/SkOverdrawMode.cpp', 35 '../tools/debugger/SkOverdrawMode.cpp',
36 ], 36 ],
37 'dependencies': [ 37 'dependencies': [
38 'libpng.gyp:libpng', 38 'libpng.gyp:libpng',
39 'tools.gyp:picture_utils', 39 'tools.gyp:picture_utils',
40 ] 40 ]
41 }], 41 }],
42 ], 42 ],
43 } 43 }
OLDNEW
« no previous file with comments | « gyp/fuzz.gyp ('k') | gyp/gputest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698