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

Side by Side Diff: gyp/skslc.gyp

Issue 1984363002: initial checkin of SkSL compiler (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: changed SkSLType to follow Vulkan spec 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
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 'includes': [
7 'apptype_console.gypi',
8 ],
9 'targets': [
10 {
11 'target_name': 'skslc',
12 'type': 'executable',
13 'includes' : [
14 'sksl.gypi',
15 ],
16 'sources': [
17 '../src/sksl/SkSLMain.cpp',
18 ],
19 'configurations': {
20 'Debug': {
21 'defines': [
22 'DEBUG',
23 ],
24 },
25 },
26 },
27 ],
28 }
OLDNEW
« no previous file with comments | « gyp/sksl.gypi ('k') | src/gpu/vk/GrVkGpu.h » ('j') | src/sksl/SkSLIRGenerator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698