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

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

Issue 151603004: A64: Synchronize with r16587. (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 | « test/mjsunit/track-fields.js ('k') | tools/plot-timer-events » ('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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '../../src/once.h', 434 '../../src/once.h',
435 '../../src/optimizing-compiler-thread.h', 435 '../../src/optimizing-compiler-thread.h',
436 '../../src/optimizing-compiler-thread.cc', 436 '../../src/optimizing-compiler-thread.cc',
437 '../../src/parser.cc', 437 '../../src/parser.cc',
438 '../../src/parser.h', 438 '../../src/parser.h',
439 '../../src/platform/elapsed-timer.h', 439 '../../src/platform/elapsed-timer.h',
440 '../../src/platform/time.cc', 440 '../../src/platform/time.cc',
441 '../../src/platform/time.h', 441 '../../src/platform/time.h',
442 '../../src/platform-posix.h', 442 '../../src/platform-posix.h',
443 '../../src/platform.h', 443 '../../src/platform.h',
444 '../../src/platform/condition-variable.cc',
445 '../../src/platform/condition-variable.h',
444 '../../src/platform/mutex.cc', 446 '../../src/platform/mutex.cc',
445 '../../src/platform/mutex.h', 447 '../../src/platform/mutex.h',
446 '../../src/platform/semaphore.cc', 448 '../../src/platform/semaphore.cc',
447 '../../src/platform/semaphore.h', 449 '../../src/platform/semaphore.h',
450 '../../src/platform/socket.cc',
451 '../../src/platform/socket.h',
448 '../../src/preparse-data-format.h', 452 '../../src/preparse-data-format.h',
449 '../../src/preparse-data.cc', 453 '../../src/preparse-data.cc',
450 '../../src/preparse-data.h', 454 '../../src/preparse-data.h',
451 '../../src/preparser.cc', 455 '../../src/preparser.cc',
452 '../../src/preparser.h', 456 '../../src/preparser.h',
453 '../../src/prettyprinter.cc', 457 '../../src/prettyprinter.cc',
454 '../../src/prettyprinter.h', 458 '../../src/prettyprinter.h',
455 '../../src/profile-generator-inl.h', 459 '../../src/profile-generator-inl.h',
456 '../../src/profile-generator.cc', 460 '../../src/profile-generator.cc',
457 '../../src/profile-generator.h', 461 '../../src/profile-generator.h',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 }], 1116 }],
1113 ['v8_compress_startup_data=="bz2"', { 1117 ['v8_compress_startup_data=="bz2"', {
1114 'libraries': [ 1118 'libraries': [
1115 '-lbz2', 1119 '-lbz2',
1116 ] 1120 ]
1117 }], 1121 }],
1118 ], 1122 ],
1119 }, 1123 },
1120 ], 1124 ],
1121 } 1125 }
OLDNEW
« no previous file with comments | « test/mjsunit/track-fields.js ('k') | tools/plot-timer-events » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698