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

Side by Side Diff: gyp/sksl.gyp

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: fixed CMake build Created 4 years, 5 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/most.gyp ('k') | gyp/sksl.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 Google Inc.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5 {
6 'targets': [
7 {
8 'target_name': 'sksl',
9 'type': 'static_library',
10 'standalone_static_library': 1,
11 'includes': [
12 'sksl.gypi',
13 ],
14 'defines': [
15 'SKIA'
16 ],
17 'all_dependent_settings': {
18 'include_dirs': [
19 '../src/sksl',
20 ],
21 },
22 },
23 ],
24 }
OLDNEW
« no previous file with comments | « gyp/most.gyp ('k') | gyp/sksl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698