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

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

Issue 142693005: A64: Synchronize with r16918. (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/android-sync.sh ('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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '../../src/objects.h', 425 '../../src/objects.h',
426 '../../src/once.cc', 426 '../../src/once.cc',
427 '../../src/once.h', 427 '../../src/once.h',
428 '../../src/optimizing-compiler-thread.h', 428 '../../src/optimizing-compiler-thread.h',
429 '../../src/optimizing-compiler-thread.cc', 429 '../../src/optimizing-compiler-thread.cc',
430 '../../src/parser.cc', 430 '../../src/parser.cc',
431 '../../src/parser.h', 431 '../../src/parser.h',
432 '../../src/platform/elapsed-timer.h', 432 '../../src/platform/elapsed-timer.h',
433 '../../src/platform/time.cc', 433 '../../src/platform/time.cc',
434 '../../src/platform/time.h', 434 '../../src/platform/time.h',
435 '../../src/platform-posix.h',
436 '../../src/platform.h', 435 '../../src/platform.h',
437 '../../src/platform/condition-variable.cc', 436 '../../src/platform/condition-variable.cc',
438 '../../src/platform/condition-variable.h', 437 '../../src/platform/condition-variable.h',
439 '../../src/platform/mutex.cc', 438 '../../src/platform/mutex.cc',
440 '../../src/platform/mutex.h', 439 '../../src/platform/mutex.h',
441 '../../src/platform/semaphore.cc', 440 '../../src/platform/semaphore.cc',
442 '../../src/platform/semaphore.h', 441 '../../src/platform/semaphore.h',
443 '../../src/platform/socket.cc', 442 '../../src/platform/socket.cc',
444 '../../src/platform/socket.h', 443 '../../src/platform/socket.h',
445 '../../src/preparse-data-format.h', 444 '../../src/preparse-data-format.h',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 }], 1088 }],
1090 ['v8_compress_startup_data=="bz2"', { 1089 ['v8_compress_startup_data=="bz2"', {
1091 'libraries': [ 1090 'libraries': [
1092 '-lbz2', 1091 '-lbz2',
1093 ] 1092 ]
1094 }], 1093 }],
1095 ], 1094 ],
1096 }, 1095 },
1097 ], 1096 ],
1098 } 1097 }
OLDNEW
« no previous file with comments | « tools/android-sync.sh ('k') | tools/run-deopt-fuzzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698