Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(642)

Delta Between Two Patch Sets: src/build_angle.gypi

Issue 9436044: Prototype for less memory intensive initializing of builtins. (Closed) Base URL: http://angleproject.googlecode.com/svn/trunk/
Left Patch Set: Created 10 years, 9 months ago
Right Patch Set: Created 10 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/compiler/Compiler.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Copyright (c) 2012 The ANGLE Project Authors. All rights reserved. 1 # Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'angle_code': 1, 7 'angle_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'compiler/builtin_symbol_table.h', 67 'compiler/builtin_symbol_table.h',
68 'compiler/builtin_symbol_table.cpp', 68 'compiler/builtin_symbol_table.cpp',
69 'compiler/BaseTypes.h', 69 'compiler/BaseTypes.h',
70 'compiler/BuiltInFunctionEmulator.cpp', 70 'compiler/BuiltInFunctionEmulator.cpp',
71 'compiler/BuiltInFunctionEmulator.h', 71 'compiler/BuiltInFunctionEmulator.h',
72 'compiler/Common.h', 72 'compiler/Common.h',
73 'compiler/Compiler.cpp', 73 'compiler/Compiler.cpp',
74 'compiler/ConstantUnion.h', 74 'compiler/ConstantUnion.h',
75 'compiler/debug.cpp', 75 'compiler/debug.cpp',
76 'compiler/debug.h', 76 'compiler/debug.h',
77 'compiler/DetectRecursion.cpp', 77 'compiler/DetectCallDepth.cpp',
78 'compiler/DetectRecursion.h', 78 'compiler/DetectCallDepth.h',
79 'compiler/Diagnostics.h', 79 'compiler/Diagnostics.h',
80 'compiler/Diagnostics.cpp', 80 'compiler/Diagnostics.cpp',
81 'compiler/DirectiveHandler.h', 81 'compiler/DirectiveHandler.h',
82 'compiler/DirectiveHandler.cpp', 82 'compiler/DirectiveHandler.cpp',
83 'compiler/ExtensionBehavior.h', 83 'compiler/ExtensionBehavior.h',
84 'compiler/ForLoopUnroll.cpp', 84 'compiler/ForLoopUnroll.cpp',
85 'compiler/ForLoopUnroll.h', 85 'compiler/ForLoopUnroll.h',
86 'compiler/glslang.h', 86 'compiler/glslang.h',
87 'compiler/glslang_lex.cpp', 87 'compiler/glslang_lex.cpp',
88 'compiler/glslang_tab.cpp', 88 'compiler/glslang_tab.cpp',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 } 330 }
331 331
332 # Local Variables: 332 # Local Variables:
333 # tab-width:2 333 # tab-width:2
334 # indent-tabs-mode:nil 334 # indent-tabs-mode:nil
335 # End: 335 # End:
336 # vim: set expandtab tabstop=2 shiftwidth=2: 336 # vim: set expandtab tabstop=2 shiftwidth=2:
337 # Copyright (c) 2012 The ANGLE Project Authors. All rights reserved. 337 # Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
338 # Use of this source code is governed by a BSD-style license that can be 338 # Use of this source code is governed by a BSD-style license that can be
339 # found in the LICENSE file. 339 # found in the LICENSE file.
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b