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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1568883003: remove SkGPipe (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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/FileReaderApp.gyp ('k') | gyp/core.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 # 5 #
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'SampleApp', 9 'target_name': 'SampleApp',
10 'type': 'executable', 10 'type': 'executable',
11 'include_dirs' : [ 11 'include_dirs' : [
12 '../include/private', 12 '../include/private',
13 '../src/core', 13 '../src/core',
14 '../src/effects', #needed for BlurMask.h 14 '../src/effects', #needed for BlurMask.h
15 '../src/gpu', # needed by SkLua.cpp 15 '../src/gpu', # needed by SkLua.cpp
16 '../src/images', 16 '../src/images',
17 '../src/lazy', 17 '../src/lazy',
18 '../gm', # needed to pull gm.h 18 '../gm', # needed to pull gm.h
19 '../samplecode', # To pull SampleApp.h and SampleCode.h 19 '../samplecode', # To pull SampleApp.h and SampleCode.h
20 '../src/pipe/utils', # For TiledPipeController
21 '../src/utils/debugger', 20 '../src/utils/debugger',
22 '../tools', 21 '../tools',
23 '../experimental', 22 '../experimental',
24 ], 23 ],
25 'includes': [ 24 'includes': [
26 'gmslides.gypi', 25 'gmslides.gypi',
27 ], 26 ],
28 'sources': [ 27 'sources': [
29 '../gm/gm.cpp', 28 '../gm/gm.cpp',
30 '../samplecode/GMSampleView.h', 29 '../samplecode/GMSampleView.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 127
129 # Networking 128 # Networking
130 #'../experimental/Networking/SampleNetPipeReader.cpp', 129 #'../experimental/Networking/SampleNetPipeReader.cpp',
131 #'../experimental/Networking/SkSockets.cpp', 130 #'../experimental/Networking/SkSockets.cpp',
132 #'../experimental/Networking/SkSockets.h', 131 #'../experimental/Networking/SkSockets.h',
133 132
134 # PerlinNoise2 133 # PerlinNoise2
135 '../experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp', 134 '../experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp',
136 '../experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.h', 135 '../experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.h',
137 136
138 # TiledPipeController
139 '../src/pipe/utils/SamplePipeControllers.h',
140 '../src/pipe/utils/SamplePipeControllers.cpp',
141
142 # Lua 137 # Lua
143 '../src/utils/SkLuaCanvas.cpp', 138 '../src/utils/SkLuaCanvas.cpp',
144 '../src/utils/SkLua.cpp', 139 '../src/utils/SkLua.cpp',
145 ], 140 ],
146 'sources!': [ 141 'sources!': [
147 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile 142 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile
148 '../samplecode/SampleFontCache.cpp', 143 '../samplecode/SampleFontCache.cpp',
149 ], 144 ],
150 'dependencies': [ 145 'dependencies': [
151 'animator.gyp:animator', 146 'animator.gyp:animator',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 ], 264 ],
270 }], 265 }],
271 [ 'not skia_pdf', { 266 [ 'not skia_pdf', {
272 'dependencies!': [ 'pdf.gyp:pdf' ], 267 'dependencies!': [ 'pdf.gyp:pdf' ],
273 'dependencies': [ 'pdf.gyp:nopdf' ], 268 'dependencies': [ 'pdf.gyp:nopdf' ],
274 }], 269 }],
275 ], 270 ],
276 }, 271 },
277 ], 272 ],
278 } 273 }
OLDNEW
« no previous file with comments | « gyp/FileReaderApp.gyp ('k') | gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698