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

Side by Side Diff: gyp/sksl.gyp

Issue 2288033003: Turned on SkSL->GLSL compiler (Closed)
Patch Set: changed <iostream> to <ostream> Created 4 years, 2 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 | « bench/GLVertexAttributesBench.cpp ('k') | src/gpu/gl/GrGLContext.h » ('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 2016 Google Inc. 1 # Copyright 2016 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 'variables': { 6 'variables': {
7 'includes': [ 'skia_sources.gypi' ] 7 'includes': [ 'skia_sources.gypi' ]
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'sksl', 11 'target_name': 'sksl',
12 'type': 'static_library', 12 'type': 'static_library',
13 'standalone_static_library': 1, 13 'standalone_static_library': 1,
14 'sources': [ '<@(sksl_sources)' ], 14 'sources': [ '<@(sksl_sources)' ],
15 'include_dirs': [ '<@(sksl_include_dirs)' ], 15 'include_dirs': [ '<@(sksl_include_dirs)' ],
16 'defines': [ 16 'defines': [
17 'SKIA' 17 'SKIA'
18 ], 18 ],
19 'all_dependent_settings': { 19 'all_dependent_settings': {
20 'include_dirs': [ 20 'include_dirs': [
21 '../src/sksl', 21 '<(skia_src_path)/sksl',
22 ], 22 ],
23 }, 23 },
24 }, 24 },
25 ], 25 ],
26 } 26 }
OLDNEW
« no previous file with comments | « bench/GLVertexAttributesBench.cpp ('k') | src/gpu/gl/GrGLContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698