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

Side by Side Diff: gyp/angle.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 | « gyp/SampleApp.gyp ('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 # ANGLE is the Windows-specific translator from OGL ES to D3D 5 # ANGLE is the Windows-specific translator from OGL ES to D3D
6 6
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'angle', 10 'target_name': 'angle',
11 'type': 'none', 11 'type': 'none',
12 'conditions': [ 12 'conditions': [
13 [ 'skia_angle', { 13 [ 'skia_angle', {
14 'direct_dependent_settings': { 14 'all_dependent_settings': {
15 'include_dirs': [ 15 'include_dirs': [
16 '../third_party/externals/angle2/include', 16 '../third_party/externals/angle2/include',
17 ], 17 ],
18 }, 18 },
19 'dependencies': [ 19 'dependencies': [
20 '../third_party/externals/angle2/src/angle.gyp:libEGL', 20 '../third_party/externals/angle2/src/angle.gyp:libEGL',
21 '../third_party/externals/angle2/src/angle.gyp:libGLESv2', 21 '../third_party/externals/angle2/src/angle.gyp:libGLESv2',
22 ], 22 ],
23 }], 23 }],
24 ], 24 ],
25 }, 25 },
26 ], 26 ],
27 } 27 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/flags.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698