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

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

Issue 131363008: A64: Synchronize with r15922. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 '../../src/heap-inl.h', 330 '../../src/heap-inl.h',
331 '../../src/heap-profiler.cc', 331 '../../src/heap-profiler.cc',
332 '../../src/heap-profiler.h', 332 '../../src/heap-profiler.h',
333 '../../src/heap-snapshot-generator-inl.h', 333 '../../src/heap-snapshot-generator-inl.h',
334 '../../src/heap-snapshot-generator.cc', 334 '../../src/heap-snapshot-generator.cc',
335 '../../src/heap-snapshot-generator.h', 335 '../../src/heap-snapshot-generator.h',
336 '../../src/heap.cc', 336 '../../src/heap.cc',
337 '../../src/heap.h', 337 '../../src/heap.h',
338 '../../src/hydrogen-bce.cc', 338 '../../src/hydrogen-bce.cc',
339 '../../src/hydrogen-bce.h', 339 '../../src/hydrogen-bce.h',
340 '../../src/hydrogen-bch.cc',
341 '../../src/hydrogen-bch.h',
340 '../../src/hydrogen-canonicalize.cc', 342 '../../src/hydrogen-canonicalize.cc',
341 '../../src/hydrogen-canonicalize.h', 343 '../../src/hydrogen-canonicalize.h',
342 '../../src/hydrogen-dce.cc', 344 '../../src/hydrogen-dce.cc',
343 '../../src/hydrogen-dce.h', 345 '../../src/hydrogen-dce.h',
344 '../../src/hydrogen-dehoist.cc', 346 '../../src/hydrogen-dehoist.cc',
345 '../../src/hydrogen-dehoist.h', 347 '../../src/hydrogen-dehoist.h',
346 '../../src/hydrogen-deoptimizing-mark.cc', 348 '../../src/hydrogen-deoptimizing-mark.cc',
347 '../../src/hydrogen-deoptimizing-mark.h', 349 '../../src/hydrogen-deoptimizing-mark.h',
348 '../../src/hydrogen-environment-liveness.cc', 350 '../../src/hydrogen-environment-liveness.cc',
349 '../../src/hydrogen-environment-liveness.h', 351 '../../src/hydrogen-environment-liveness.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 '../../src/objects-visiting.h', 425 '../../src/objects-visiting.h',
424 '../../src/objects.cc', 426 '../../src/objects.cc',
425 '../../src/objects.h', 427 '../../src/objects.h',
426 '../../src/once.cc', 428 '../../src/once.cc',
427 '../../src/once.h', 429 '../../src/once.h',
428 '../../src/optimizing-compiler-thread.h', 430 '../../src/optimizing-compiler-thread.h',
429 '../../src/optimizing-compiler-thread.cc', 431 '../../src/optimizing-compiler-thread.cc',
430 '../../src/parser.cc', 432 '../../src/parser.cc',
431 '../../src/parser.h', 433 '../../src/parser.h',
432 '../../src/platform-posix.h', 434 '../../src/platform-posix.h',
433 '../../src/platform-tls-mac.h',
434 '../../src/platform-tls-win32.h',
435 '../../src/platform-tls.h',
436 '../../src/platform.h', 435 '../../src/platform.h',
437 '../../src/preparse-data-format.h', 436 '../../src/preparse-data-format.h',
438 '../../src/preparse-data.cc', 437 '../../src/preparse-data.cc',
439 '../../src/preparse-data.h', 438 '../../src/preparse-data.h',
440 '../../src/preparser.cc', 439 '../../src/preparser.cc',
441 '../../src/preparser.h', 440 '../../src/preparser.h',
442 '../../src/prettyprinter.cc', 441 '../../src/prettyprinter.cc',
443 '../../src/prettyprinter.h', 442 '../../src/prettyprinter.h',
444 '../../src/profile-generator-inl.h', 443 '../../src/profile-generator-inl.h',
445 '../../src/profile-generator.cc', 444 '../../src/profile-generator.cc',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 }], 1080 }],
1082 ['v8_compress_startup_data=="bz2"', { 1081 ['v8_compress_startup_data=="bz2"', {
1083 'libraries': [ 1082 'libraries': [
1084 '-lbz2', 1083 '-lbz2',
1085 ] 1084 ]
1086 }], 1085 }],
1087 ], 1086 ],
1088 }, 1087 },
1089 ], 1088 ],
1090 } 1089 }
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