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

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: IR cleanups Created 4 years, 6 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 # GYP file to build performance testbench.
6 #
7 {
8 'includes': [
9 'apptype_console.gypi',
10 ],
11 'targets': [
12 {
13 'target_name': 'skslc',
14 'type': 'executable',
15 'includes' : [
16 'sksl.gypi',
17 ],
18 'sources': [
19 '../src/sksl/SkSLMain.cpp',
20 ],
21 },
22 ],
23 }
OLDNEW
« no previous file with comments | « gyp/sksl.gypi ('k') | src/gpu/vk/GrVkGpu.h » ('j') | src/sksl/SkSLCompiler.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698