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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: fix windows and android? Created 4 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 | « gm/image.cpp ('k') | gyp/angle.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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ], 146 ],
147 'dependencies': [ 147 'dependencies': [
148 'animator.gyp:animator', 148 'animator.gyp:animator',
149 'etc1.gyp:libetc1', 149 'etc1.gyp:libetc1',
150 'experimental.gyp:experimental', 150 'experimental.gyp:experimental',
151 'flags.gyp:flags', 151 'flags.gyp:flags',
152 'jsoncpp.gyp:jsoncpp', 152 'jsoncpp.gyp:jsoncpp',
153 'lua.gyp:lua', 153 'lua.gyp:lua',
154 'pdf.gyp:pdf', 154 'pdf.gyp:pdf',
155 'skia_lib.gyp:skia_lib', 155 'skia_lib.gyp:skia_lib',
156 'gputest.gyp:skgputest',
156 'tools.gyp:resources', 157 'tools.gyp:resources',
157 'tools.gyp:sk_tool_utils', 158 'tools.gyp:sk_tool_utils',
158 'tools.gyp:timer', 159 'tools.gyp:timer',
159 'tools.gyp:url_data_manager', 160 'tools.gyp:url_data_manager',
160 'views.gyp:views', 161 'views.gyp:views',
161 'xml.gyp:xml', 162 'xml.gyp:xml',
162 ], 163 ],
163 'msvs_settings': { 164 'msvs_settings': {
164 'VCLinkerTool': { 165 'VCLinkerTool': {
165 #Allows for creation / output to console. 166 #Allows for creation / output to console.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 268 ],
268 }], 269 }],
269 [ 'not skia_pdf', { 270 [ 'not skia_pdf', {
270 'dependencies!': [ 'pdf.gyp:pdf' ], 271 'dependencies!': [ 'pdf.gyp:pdf' ],
271 'dependencies': [ 'pdf.gyp:nopdf' ], 272 'dependencies': [ 'pdf.gyp:nopdf' ],
272 }], 273 }],
273 ], 274 ],
274 }, 275 },
275 ], 276 ],
276 } 277 }
OLDNEW
« no previous file with comments | « gm/image.cpp ('k') | gyp/angle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698