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

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:
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
(no file at all)
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'type': 'static_library', 57 'type': 'static_library',
58 'dependencies': ['preprocessor'], 58 'dependencies': ['preprocessor'],
59 'include_dirs': [ 59 'include_dirs': [
60 '.', 60 '.',
61 '../include', 61 '../include',
62 ], 62 ],
63 'defines': [ 63 'defines': [
64 'COMPILER_IMPLEMENTATION', 64 'COMPILER_IMPLEMENTATION',
65 ], 65 ],
66 'sources': [ 66 'sources': [
67 'compiler/builtin_symbol_table.h',
68 'compiler/builtin_symbol_table.cpp',
67 'compiler/BaseTypes.h', 69 'compiler/BaseTypes.h',
68 'compiler/BuiltInFunctionEmulator.cpp', 70 'compiler/BuiltInFunctionEmulator.cpp',
69 'compiler/BuiltInFunctionEmulator.h', 71 'compiler/BuiltInFunctionEmulator.h',
70 'compiler/Common.h', 72 'compiler/Common.h',
71 'compiler/Compiler.cpp', 73 'compiler/Compiler.cpp',
72 'compiler/ConstantUnion.h', 74 'compiler/ConstantUnion.h',
73 'compiler/debug.cpp', 75 'compiler/debug.cpp',
74 'compiler/debug.h', 76 'compiler/debug.h',
75 'compiler/DetectCallDepth.cpp', 77 'compiler/DetectCallDepth.cpp',
76 'compiler/DetectCallDepth.h', 78 'compiler/DetectCallDepth.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 } 330 }
329 331
330 # Local Variables: 332 # Local Variables:
331 # tab-width:2 333 # tab-width:2
332 # indent-tabs-mode:nil 334 # indent-tabs-mode:nil
333 # End: 335 # End:
334 # vim: set expandtab tabstop=2 shiftwidth=2: 336 # vim: set expandtab tabstop=2 shiftwidth=2:
335 # Copyright (c) 2012 The ANGLE Project Authors. All rights reserved. 337 # Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
336 # 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
337 # 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