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

Side by Side Diff: gyp/SampleApp.gyp

Issue 1845473004: Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: 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/flags.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',
157 'tools.gyp:resources', 156 'tools.gyp:resources',
158 'tools.gyp:sk_tool_utils', 157 'tools.gyp:sk_tool_utils',
159 'tools.gyp:timer', 158 'tools.gyp:timer',
160 'tools.gyp:url_data_manager', 159 'tools.gyp:url_data_manager',
161 'views.gyp:views', 160 'views.gyp:views',
162 'xml.gyp:xml', 161 'xml.gyp:xml',
163 ], 162 ],
164 'msvs_settings': { 163 'msvs_settings': {
165 'VCLinkerTool': { 164 'VCLinkerTool': {
166 #Allows for creation / output to console. 165 #Allows for creation / output to console.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 ], 267 ],
269 }], 268 }],
270 [ 'not skia_pdf', { 269 [ 'not skia_pdf', {
271 'dependencies!': [ 'pdf.gyp:pdf' ], 270 'dependencies!': [ 'pdf.gyp:pdf' ],
272 'dependencies': [ 'pdf.gyp:nopdf' ], 271 'dependencies': [ 'pdf.gyp:nopdf' ],
273 }], 272 }],
274 ], 273 ],
275 }, 274 },
276 ], 275 ],
277 } 276 }
OLDNEW
« no previous file with comments | « gm/image.cpp ('k') | gyp/flags.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698