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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1323223004: add interactive xfer sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | samplecode/SampleXfer.cpp » ('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 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '../samplecode/SampleText.cpp', 112 '../samplecode/SampleText.cpp',
113 '../samplecode/SampleTextAlpha.cpp', 113 '../samplecode/SampleTextAlpha.cpp',
114 '../samplecode/SampleTextBox.cpp', 114 '../samplecode/SampleTextBox.cpp',
115 '../samplecode/SampleTextOnPath.cpp', 115 '../samplecode/SampleTextOnPath.cpp',
116 '../samplecode/SampleTextureDomain.cpp', 116 '../samplecode/SampleTextureDomain.cpp',
117 '../samplecode/SampleTiling.cpp', 117 '../samplecode/SampleTiling.cpp',
118 '../samplecode/SampleTinyBitmap.cpp', 118 '../samplecode/SampleTinyBitmap.cpp',
119 '../samplecode/SampleUnpremul.cpp', 119 '../samplecode/SampleUnpremul.cpp',
120 '../samplecode/SampleVertices.cpp', 120 '../samplecode/SampleVertices.cpp',
121 '../samplecode/SampleXfermodesBlur.cpp', 121 '../samplecode/SampleXfermodesBlur.cpp',
122 '../samplecode/SampleXfer.cpp',
122 123
123 # DrawingBoard 124 # DrawingBoard
124 #'../experimental/DrawingBoard/SkColorPalette.h', 125 #'../experimental/DrawingBoard/SkColorPalette.h',
125 #'../experimental/DrawingBoard/SkColorPalette.cpp', 126 #'../experimental/DrawingBoard/SkColorPalette.cpp',
126 #'../experimental/DrawingBoard/SkNetPipeController.h', 127 #'../experimental/DrawingBoard/SkNetPipeController.h',
127 #'../experimental/DrawingBoard/SkNetPipeController.cpp', 128 #'../experimental/DrawingBoard/SkNetPipeController.cpp',
128 #'../experimental/DrawingBoard/SampleDrawingClient.cpp', 129 #'../experimental/DrawingBoard/SampleDrawingClient.cpp',
129 #'../experimental/DrawingBoard/SampleDrawingServer.cpp', 130 #'../experimental/DrawingBoard/SampleDrawingServer.cpp',
130 131
131 # Networking 132 # Networking
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ], 257 ],
257 }], 258 }],
258 [ 'not skia_pdf', { 259 [ 'not skia_pdf', {
259 'dependencies!': [ 'pdf.gyp:pdf' ], 260 'dependencies!': [ 'pdf.gyp:pdf' ],
260 'dependencies': [ 'pdf.gyp:nopdf' ], 261 'dependencies': [ 'pdf.gyp:nopdf' ],
261 }], 262 }],
262 ], 263 ],
263 }, 264 },
264 ], 265 ],
265 } 266 }
OLDNEW
« no previous file with comments | « no previous file | samplecode/SampleXfer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698