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

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

Issue 366153002: Add script streaming API (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: special chars fix Created 6 years, 4 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
« include/v8.h ('K') | « test/cctest/test-parsing.cc ('k') | no next file » | 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 '../../src/arguments.cc', 310 '../../src/arguments.cc',
311 '../../src/arguments.h', 311 '../../src/arguments.h',
312 '../../src/assembler.cc', 312 '../../src/assembler.cc',
313 '../../src/assembler.h', 313 '../../src/assembler.h',
314 '../../src/assert-scope.h', 314 '../../src/assert-scope.h',
315 '../../src/assert-scope.cc', 315 '../../src/assert-scope.cc',
316 '../../src/ast-value-factory.cc', 316 '../../src/ast-value-factory.cc',
317 '../../src/ast-value-factory.h', 317 '../../src/ast-value-factory.h',
318 '../../src/ast.cc', 318 '../../src/ast.cc',
319 '../../src/ast.h', 319 '../../src/ast.h',
320 '../../src/background-parser-thread.cc',
321 '../../src/background-parser-thread.h',
320 '../../src/bignum-dtoa.cc', 322 '../../src/bignum-dtoa.cc',
321 '../../src/bignum-dtoa.h', 323 '../../src/bignum-dtoa.h',
322 '../../src/bignum.cc', 324 '../../src/bignum.cc',
323 '../../src/bignum.h', 325 '../../src/bignum.h',
324 '../../src/bootstrapper.cc', 326 '../../src/bootstrapper.cc',
325 '../../src/bootstrapper.h', 327 '../../src/bootstrapper.h',
326 '../../src/builtins.cc', 328 '../../src/builtins.cc',
327 '../../src/builtins.h', 329 '../../src/builtins.h',
328 '../../src/bytecodes-irregexp.h', 330 '../../src/bytecodes-irregexp.h',
329 '../../src/cached-powers.cc', 331 '../../src/cached-powers.cc',
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 }], 1527 }],
1526 ['v8_compress_startup_data=="bz2"', { 1528 ['v8_compress_startup_data=="bz2"', {
1527 'libraries': [ 1529 'libraries': [
1528 '-lbz2', 1530 '-lbz2',
1529 ] 1531 ]
1530 }], 1532 }],
1531 ], 1533 ],
1532 }, 1534 },
1533 ], 1535 ],
1534 } 1536 }
OLDNEW
« include/v8.h ('K') | « test/cctest/test-parsing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698