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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1134113006: dm changes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: dm subset mode Created 5 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 '../samplecode/SampleFilterFuzz.cpp', 73 '../samplecode/SampleFilterFuzz.cpp',
74 '../samplecode/SampleFontCache.cpp', 74 '../samplecode/SampleFontCache.cpp',
75 '../samplecode/SampleFontScalerTest.cpp', 75 '../samplecode/SampleFontScalerTest.cpp',
76 '../samplecode/SampleFuzz.cpp', 76 '../samplecode/SampleFuzz.cpp',
77 '../samplecode/SampleGradients.cpp', 77 '../samplecode/SampleGradients.cpp',
78 '../samplecode/SampleHairCurves.cpp', 78 '../samplecode/SampleHairCurves.cpp',
79 '../samplecode/SampleHairline.cpp', 79 '../samplecode/SampleHairline.cpp',
80 '../samplecode/SampleHairModes.cpp', 80 '../samplecode/SampleHairModes.cpp',
81 '../samplecode/SampleHT.cpp', 81 '../samplecode/SampleHT.cpp',
82 '../samplecode/SampleIdentityScale.cpp', 82 '../samplecode/SampleIdentityScale.cpp',
83 '../samplecode/SampleImage.cpp',
83 '../samplecode/SampleLayerMask.cpp', 84 '../samplecode/SampleLayerMask.cpp',
84 '../samplecode/SampleLayers.cpp', 85 '../samplecode/SampleLayers.cpp',
85 '../samplecode/SampleLCD.cpp', 86 '../samplecode/SampleLCD.cpp',
86 '../samplecode/SampleLines.cpp', 87 '../samplecode/SampleLines.cpp',
87 '../samplecode/SampleLua.cpp', 88 '../samplecode/SampleLua.cpp',
88 '../samplecode/SampleManyRects.cpp', 89 '../samplecode/SampleManyRects.cpp',
89 '../samplecode/SampleMeasure.cpp', 90 '../samplecode/SampleMeasure.cpp',
90 '../samplecode/SamplePatch.cpp', 91 '../samplecode/SamplePatch.cpp',
91 '../samplecode/SamplePath.cpp', 92 '../samplecode/SamplePath.cpp',
92 '../samplecode/SamplePathClip.cpp', 93 '../samplecode/SamplePathClip.cpp',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 }], 299 }],
299 ], 300 ],
300 'msvs_settings': { 301 'msvs_settings': {
301 'VCLinkerTool': { 302 'VCLinkerTool': {
302 'SubSystem': '2', 303 'SubSystem': '2',
303 }, 304 },
304 }, 305 },
305 }, 306 },
306 ], 307 ],
307 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698