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

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

Issue 21173004: Version 3.20.11.1 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 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
« no previous file with comments | « tools/blink_tests/TestExpectations ('k') | tools/run-deopt-fuzzer.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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 '../../src/hydrogen-instructions.cc', 354 '../../src/hydrogen-instructions.cc',
355 '../../src/hydrogen-instructions.h', 355 '../../src/hydrogen-instructions.h',
356 '../../src/hydrogen.cc', 356 '../../src/hydrogen.cc',
357 '../../src/hydrogen.h', 357 '../../src/hydrogen.h',
358 '../../src/hydrogen-gvn.cc', 358 '../../src/hydrogen-gvn.cc',
359 '../../src/hydrogen-gvn.h', 359 '../../src/hydrogen-gvn.h',
360 '../../src/hydrogen-infer-representation.cc', 360 '../../src/hydrogen-infer-representation.cc',
361 '../../src/hydrogen-infer-representation.h', 361 '../../src/hydrogen-infer-representation.h',
362 '../../src/hydrogen-infer-types.cc', 362 '../../src/hydrogen-infer-types.cc',
363 '../../src/hydrogen-infer-types.h', 363 '../../src/hydrogen-infer-types.h',
364 '../../src/hydrogen-mark-deoptimize.cc',
365 '../../src/hydrogen-mark-deoptimize.h',
366 '../../src/hydrogen-minus-zero.cc', 364 '../../src/hydrogen-minus-zero.cc',
367 '../../src/hydrogen-minus-zero.h', 365 '../../src/hydrogen-minus-zero.h',
368 '../../src/hydrogen-range-analysis.cc', 366 '../../src/hydrogen-range-analysis.cc',
369 '../../src/hydrogen-range-analysis.h', 367 '../../src/hydrogen-range-analysis.h',
370 '../../src/hydrogen-redundant-phi.cc', 368 '../../src/hydrogen-redundant-phi.cc',
371 '../../src/hydrogen-redundant-phi.h', 369 '../../src/hydrogen-redundant-phi.h',
372 '../../src/hydrogen-removable-simulates.cc', 370 '../../src/hydrogen-removable-simulates.cc',
373 '../../src/hydrogen-removable-simulates.h', 371 '../../src/hydrogen-removable-simulates.h',
374 '../../src/hydrogen-representation-changes.cc', 372 '../../src/hydrogen-representation-changes.cc',
375 '../../src/hydrogen-representation-changes.h', 373 '../../src/hydrogen-representation-changes.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 }], 1033 }],
1036 ['v8_compress_startup_data=="bz2"', { 1034 ['v8_compress_startup_data=="bz2"', {
1037 'libraries': [ 1035 'libraries': [
1038 '-lbz2', 1036 '-lbz2',
1039 ] 1037 ]
1040 }], 1038 }],
1041 ], 1039 ],
1042 }, 1040 },
1043 ], 1041 ],
1044 } 1042 }
OLDNEW
« no previous file with comments | « tools/blink_tests/TestExpectations ('k') | tools/run-deopt-fuzzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698