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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1036283002: Remove all code related to NaCl (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 years, 8 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 | « dm/DM.cpp ('k') | gyp/apptype_console.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 { 6 {
7 'variables': { 7 'variables': {
8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp
9 'sample_pdf_file_viewer%': 0, 9 'sample_pdf_file_viewer%': 0,
10 }, 10 },
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 ], 290 ],
291 'dependencies': [ 291 'dependencies': [
292 'android_deps.gyp:Android_SampleApp', 292 'android_deps.gyp:Android_SampleApp',
293 ], 293 ],
294 }], 294 }],
295 [ 'skia_gpu == 1', { 295 [ 'skia_gpu == 1', {
296 'dependencies': [ 296 'dependencies': [
297 'gputest.gyp:skgputest', 297 'gputest.gyp:skgputest',
298 ], 298 ],
299 }], 299 }],
300 [ 'skia_os == "nacl"', {
301 'sources': [
302 '../../nacl/src/nacl_sample.cpp',
303 ],
304 }],
305 ], 300 ],
306 'msvs_settings': { 301 'msvs_settings': {
307 'VCLinkerTool': { 302 'VCLinkerTool': {
308 'SubSystem': '2', 303 'SubSystem': '2',
309 }, 304 },
310 }, 305 },
311 }, 306 },
312 ], 307 ],
313 } 308 }
OLDNEW
« no previous file with comments | « dm/DM.cpp ('k') | gyp/apptype_console.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698