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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1926163002: Delete ChromeOS code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « DEPS ('k') | gyp/codec.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',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ], 247 ],
248 'dependencies!': [ 248 'dependencies!': [
249 'animator.gyp:animator', 249 'animator.gyp:animator',
250 'experimental.gyp:experimental', 250 'experimental.gyp:experimental',
251 ], 251 ],
252 'dependencies': [ 252 'dependencies': [
253 'android_output.gyp:android_output', 253 'android_output.gyp:android_output',
254 'android_deps.gyp:Android_SampleApp', 254 'android_deps.gyp:Android_SampleApp',
255 ], 255 ],
256 }], 256 }],
257 [ 'skia_os == "chromeos"', {
258 'sources!': [
259 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep endencies
260 ],
261 'include_dirs' : [
262 '../include/gpu',
263 ],
264 }],
265 [ 'skia_gpu == 1', { 257 [ 'skia_gpu == 1', {
266 'dependencies': [ 258 'dependencies': [
267 'gputest.gyp:skgputest', 259 'gputest.gyp:skgputest',
268 ], 260 ],
269 }], 261 }],
270 [ 'not skia_pdf', { 262 [ 'not skia_pdf', {
271 'dependencies!': [ 'pdf.gyp:pdf' ], 263 'dependencies!': [ 'pdf.gyp:pdf' ],
272 'dependencies': [ 'pdf.gyp:nopdf' ], 264 'dependencies': [ 'pdf.gyp:nopdf' ],
273 }], 265 }],
274 ], 266 ],
275 }, 267 },
276 ], 268 ],
277 } 269 }
OLDNEW
« no previous file with comments | « DEPS ('k') | gyp/codec.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698