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

Side by Side Diff: gyp/gmslides.gypi

Issue 1645093002: Move SkPixelXorXfermode.h to include/client/android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add include/client/android to public.bzl 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/effects.gypi ('k') | gyp/ports.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 '../src/utils/debugger', 11 '../src/utils/debugger',
11 '../src/images', 12 '../src/images',
12 '../src/lazy', 13 '../src/lazy',
13 ], 14 ],
14 'conditions': [ 15 'conditions': [
15 # If we're building SampleApp on the bots, no need to link in the GM slides. 16 # If we're building SampleApp on the bots, no need to link in the GM slides.
16 # We're not going to run it; we're only making sure it still builds. 17 # We're not going to run it; we're only making sure it still builds.
17 # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work. 18 # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work.
18 [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', { 19 [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', {
19 'sources': [ 20 'sources': [
20 '<!@(python find.py ../gm "*.c*")', 21 '<!@(python find.py ../gm "*.c*")',
21 22
22 # Files needed by particular GMs 23 # Files needed by particular GMs
23 '../src/gpu/batches/GrTestBatch.h', 24 '../src/gpu/batches/GrTestBatch.h',
24 '../src/utils/debugger/SkDrawCommand.h', 25 '../src/utils/debugger/SkDrawCommand.h',
25 '../src/utils/debugger/SkDrawCommand.cpp', 26 '../src/utils/debugger/SkDrawCommand.cpp',
26 '../src/utils/debugger/SkDebugCanvas.h', 27 '../src/utils/debugger/SkDebugCanvas.h',
27 '../src/utils/debugger/SkDebugCanvas.cpp', 28 '../src/utils/debugger/SkDebugCanvas.cpp',
28 '../src/utils/debugger/SkObjectParser.h', 29 '../src/utils/debugger/SkObjectParser.h',
29 '../src/utils/debugger/SkObjectParser.cpp', 30 '../src/utils/debugger/SkObjectParser.cpp',
30 '../src/utils/debugger/SkOverdrawMode.h', 31 '../src/utils/debugger/SkOverdrawMode.h',
31 '../src/utils/debugger/SkOverdrawMode.cpp', 32 '../src/utils/debugger/SkOverdrawMode.cpp',
32 ], 33 ],
33 }], 34 }],
34 ], 35 ],
35 } 36 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698