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

Side by Side Diff: gyp/skia_sources.gypi

Issue 2405383003: added basic dataflow analysis to skslc (Closed)
Patch Set: I have no idea what I was thinking 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 | « no previous file | src/gpu/effects/GrBitmapTextGeoProc.cpp » ('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 # Include this gypi to include all 'utils' files 5 # Include this gypi to include all 'utils' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../src/fonts/SkTestScalerContext.cpp', 117 '../src/fonts/SkTestScalerContext.cpp',
118 '../src/fonts/SkTestScalerContext.h', 118 '../src/fonts/SkTestScalerContext.h',
119 ], 119 ],
120 'sksl_include_dirs': [ 120 'sksl_include_dirs': [
121 '../include/config', 121 '../include/config',
122 '../include/core', 122 '../include/core',
123 '../include/private', 123 '../include/private',
124 '../src/sksl', 124 '../src/sksl',
125 ], 125 ],
126 'sksl_sources': [ 126 'sksl_sources': [
127 '../src/sksl/SkSLCFGGenerator.cpp',
127 '../src/sksl/SkSLCompiler.cpp', 128 '../src/sksl/SkSLCompiler.cpp',
128 '../src/sksl/SkSLIRGenerator.cpp', 129 '../src/sksl/SkSLIRGenerator.cpp',
129 '../src/sksl/SkSLParser.cpp', 130 '../src/sksl/SkSLParser.cpp',
130 '../src/sksl/SkSLGLSLCodeGenerator.cpp', 131 '../src/sksl/SkSLGLSLCodeGenerator.cpp',
131 '../src/sksl/SkSLSPIRVCodeGenerator.cpp', 132 '../src/sksl/SkSLSPIRVCodeGenerator.cpp',
132 '../src/sksl/SkSLUtil.cpp', 133 '../src/sksl/SkSLUtil.cpp',
133 '../src/sksl/ir/SkSLSymbolTable.cpp', 134 '../src/sksl/ir/SkSLSymbolTable.cpp',
134 '../src/sksl/ir/SkSLType.cpp', 135 '../src/sksl/ir/SkSLType.cpp',
135 ], 136 ],
136 } 137 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/effects/GrBitmapTextGeoProc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698