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

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

Issue 566553002: Add script streaming API. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 6 years, 3 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 | « test/cctest/test-api.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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 '../../src/arguments.cc', 340 '../../src/arguments.cc',
341 '../../src/arguments.h', 341 '../../src/arguments.h',
342 '../../src/assembler.cc', 342 '../../src/assembler.cc',
343 '../../src/assembler.h', 343 '../../src/assembler.h',
344 '../../src/assert-scope.h', 344 '../../src/assert-scope.h',
345 '../../src/assert-scope.cc', 345 '../../src/assert-scope.cc',
346 '../../src/ast-value-factory.cc', 346 '../../src/ast-value-factory.cc',
347 '../../src/ast-value-factory.h', 347 '../../src/ast-value-factory.h',
348 '../../src/ast.cc', 348 '../../src/ast.cc',
349 '../../src/ast.h', 349 '../../src/ast.h',
350 '../../src/background-parsing-task.cc',
351 '../../src/background-parsing-task.h',
350 '../../src/bignum-dtoa.cc', 352 '../../src/bignum-dtoa.cc',
351 '../../src/bignum-dtoa.h', 353 '../../src/bignum-dtoa.h',
352 '../../src/bignum.cc', 354 '../../src/bignum.cc',
353 '../../src/bignum.h', 355 '../../src/bignum.h',
354 '../../src/bootstrapper.cc', 356 '../../src/bootstrapper.cc',
355 '../../src/bootstrapper.h', 357 '../../src/bootstrapper.h',
356 '../../src/builtins.cc', 358 '../../src/builtins.cc',
357 '../../src/builtins.h', 359 '../../src/builtins.h',
358 '../../src/bytecodes-irregexp.h', 360 '../../src/bytecodes-irregexp.h',
359 '../../src/cached-powers.cc', 361 '../../src/cached-powers.cc',
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 }], 1648 }],
1647 ['v8_compress_startup_data=="bz2"', { 1649 ['v8_compress_startup_data=="bz2"', {
1648 'libraries': [ 1650 'libraries': [
1649 '-lbz2', 1651 '-lbz2',
1650 ] 1652 ]
1651 }], 1653 }],
1652 ], 1654 ],
1653 }, 1655 },
1654 ], 1656 ],
1655 } 1657 }
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698