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

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

Issue 88203002: Experimental scanner += API which takes Handle<String>. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Code review (ulan, dcarney) Created 7 years 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
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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 '../../src/interpreter-irregexp.cc', 463 '../../src/interpreter-irregexp.cc',
464 '../../src/interpreter-irregexp.h', 464 '../../src/interpreter-irregexp.h',
465 '../../src/isolate.cc', 465 '../../src/isolate.cc',
466 '../../src/isolate.h', 466 '../../src/isolate.h',
467 '../../src/json-parser.h', 467 '../../src/json-parser.h',
468 '../../src/json-stringifier.h', 468 '../../src/json-stringifier.h',
469 '../../src/jsregexp-inl.h', 469 '../../src/jsregexp-inl.h',
470 '../../src/jsregexp.cc', 470 '../../src/jsregexp.cc',
471 '../../src/jsregexp.h', 471 '../../src/jsregexp.h',
472 '../../src/lazy-instance.h', 472 '../../src/lazy-instance.h',
473 '../../src/lexer/experimental-scanner.cc',
473 '../../src/lexer/experimental-scanner.h', 474 '../../src/lexer/experimental-scanner.h',
474 '../../src/list-inl.h', 475 '../../src/list-inl.h',
475 '../../src/list.h', 476 '../../src/list.h',
476 '../../src/lithium-allocator-inl.h', 477 '../../src/lithium-allocator-inl.h',
477 '../../src/lithium-allocator.cc', 478 '../../src/lithium-allocator.cc',
478 '../../src/lithium-allocator.h', 479 '../../src/lithium-allocator.h',
479 '../../src/lithium-codegen.cc', 480 '../../src/lithium-codegen.cc',
480 '../../src/lithium-codegen.h', 481 '../../src/lithium-codegen.h',
481 '../../src/lithium.cc', 482 '../../src/lithium.cc',
482 '../../src/lithium.h', 483 '../../src/lithium.h',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 }], 1130 }],
1130 ['v8_compress_startup_data=="bz2"', { 1131 ['v8_compress_startup_data=="bz2"', {
1131 'libraries': [ 1132 'libraries': [
1132 '-lbz2', 1133 '-lbz2',
1133 ] 1134 ]
1134 }], 1135 }],
1135 ], 1136 ],
1136 }, 1137 },
1137 ], 1138 ],
1138 } 1139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698