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

Side by Side Diff: tools/gyp/v8.gyp

Issue 180213003: Experimental parser: cleanup logging (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/lexer_generator/code_generator.py » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../../tools/lexer_generator/code_generator.jinja', 245 '../../tools/lexer_generator/code_generator.jinja',
246 '../../tools/lexer_generator/code_generator.py', 246 '../../tools/lexer_generator/code_generator.py',
247 '../../tools/lexer_generator/dfa.py', 247 '../../tools/lexer_generator/dfa.py',
248 '../../tools/lexer_generator/dfa_minimizer.py', 248 '../../tools/lexer_generator/dfa_minimizer.py',
249 '../../tools/lexer_generator/dfa_optimizer.py', 249 '../../tools/lexer_generator/dfa_optimizer.py',
250 '../../tools/lexer_generator/dot_utilities.py', 250 '../../tools/lexer_generator/dot_utilities.py',
251 '../../tools/lexer_generator/generator.py', 251 '../../tools/lexer_generator/generator.py',
252 '../../tools/lexer_generator/key_encoding.py', 252 '../../tools/lexer_generator/key_encoding.py',
253 '../../tools/lexer_generator/nfa.py', 253 '../../tools/lexer_generator/nfa.py',
254 '../../tools/lexer_generator/nfa_builder.py', 254 '../../tools/lexer_generator/nfa_builder.py',
255 '../../tools/lexer_generator/ply_utilities.py',
255 '../../tools/lexer_generator/regex_parser.py', 256 '../../tools/lexer_generator/regex_parser.py',
256 '../../tools/lexer_generator/rule_parser.py', 257 '../../tools/lexer_generator/rule_parser.py',
257 '../../tools/lexer_generator/term.py', 258 '../../tools/lexer_generator/term.py',
258 '../../tools/lexer_generator/transition_key.py', 259 '../../tools/lexer_generator/transition_key.py',
259 ], 260 ],
260 }, 261 },
261 'actions': [ 262 'actions': [
262 { 263 {
263 'action_name': 'codegen_8', 264 'action_name': 'codegen_8',
264 'inputs': [ 265 'inputs': [
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 }], 1237 }],
1237 ['v8_compress_startup_data=="bz2"', { 1238 ['v8_compress_startup_data=="bz2"', {
1238 'libraries': [ 1239 'libraries': [
1239 '-lbz2', 1240 '-lbz2',
1240 ] 1241 ]
1241 }], 1242 }],
1242 ], 1243 ],
1243 }, 1244 },
1244 ], 1245 ],
1245 } 1246 }
OLDNEW
« no previous file with comments | « no previous file | tools/lexer_generator/code_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698