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

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

Issue 153953005: A64: Synchronize with r16993. (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/timer.js ('k') | tools/merge-to-branch.sh » ('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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 '../../src/data-flow.h', 263 '../../src/data-flow.h',
264 '../../src/date.cc', 264 '../../src/date.cc',
265 '../../src/date.h', 265 '../../src/date.h',
266 '../../src/dateparser-inl.h', 266 '../../src/dateparser-inl.h',
267 '../../src/dateparser.cc', 267 '../../src/dateparser.cc',
268 '../../src/dateparser.h', 268 '../../src/dateparser.h',
269 '../../src/debug-agent.cc', 269 '../../src/debug-agent.cc',
270 '../../src/debug-agent.h', 270 '../../src/debug-agent.h',
271 '../../src/debug.cc', 271 '../../src/debug.cc',
272 '../../src/debug.h', 272 '../../src/debug.h',
273 '../../src/defaults.cc',
273 '../../src/deoptimizer.cc', 274 '../../src/deoptimizer.cc',
274 '../../src/deoptimizer.h', 275 '../../src/deoptimizer.h',
275 '../../src/disasm.h', 276 '../../src/disasm.h',
276 '../../src/disassembler.cc', 277 '../../src/disassembler.cc',
277 '../../src/disassembler.h', 278 '../../src/disassembler.h',
278 '../../src/diy-fp.cc', 279 '../../src/diy-fp.cc',
279 '../../src/diy-fp.h', 280 '../../src/diy-fp.h',
280 '../../src/double.h', 281 '../../src/double.h',
281 '../../src/dtoa.cc', 282 '../../src/dtoa.cc',
282 '../../src/dtoa.h', 283 '../../src/dtoa.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 '../../src/heap-snapshot-generator.h', 327 '../../src/heap-snapshot-generator.h',
327 '../../src/heap.cc', 328 '../../src/heap.cc',
328 '../../src/heap.h', 329 '../../src/heap.h',
329 '../../src/hydrogen-alias-analysis.h', 330 '../../src/hydrogen-alias-analysis.h',
330 '../../src/hydrogen-bce.cc', 331 '../../src/hydrogen-bce.cc',
331 '../../src/hydrogen-bce.h', 332 '../../src/hydrogen-bce.h',
332 '../../src/hydrogen-bch.cc', 333 '../../src/hydrogen-bch.cc',
333 '../../src/hydrogen-bch.h', 334 '../../src/hydrogen-bch.h',
334 '../../src/hydrogen-canonicalize.cc', 335 '../../src/hydrogen-canonicalize.cc',
335 '../../src/hydrogen-canonicalize.h', 336 '../../src/hydrogen-canonicalize.h',
337 '../../src/hydrogen-check-elimination.cc',
338 '../../src/hydrogen-check-elimination.h',
336 '../../src/hydrogen-dce.cc', 339 '../../src/hydrogen-dce.cc',
337 '../../src/hydrogen-dce.h', 340 '../../src/hydrogen-dce.h',
338 '../../src/hydrogen-dehoist.cc', 341 '../../src/hydrogen-dehoist.cc',
339 '../../src/hydrogen-dehoist.h', 342 '../../src/hydrogen-dehoist.h',
340 '../../src/hydrogen-deoptimizing-mark.cc', 343 '../../src/hydrogen-deoptimizing-mark.cc',
341 '../../src/hydrogen-deoptimizing-mark.h', 344 '../../src/hydrogen-deoptimizing-mark.h',
342 '../../src/hydrogen-environment-liveness.cc', 345 '../../src/hydrogen-environment-liveness.cc',
343 '../../src/hydrogen-environment-liveness.h', 346 '../../src/hydrogen-environment-liveness.h',
344 '../../src/hydrogen-escape-analysis.cc', 347 '../../src/hydrogen-escape-analysis.cc',
345 '../../src/hydrogen-escape-analysis.h', 348 '../../src/hydrogen-escape-analysis.h',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 ], 848 ],
846 } 849 }
847 ], 850 ],
848 ['OS=="mac"', { 851 ['OS=="mac"', {
849 'sources': [ 852 'sources': [
850 '../../src/platform-macos.cc', 853 '../../src/platform-macos.cc',
851 '../../src/platform-posix.cc' 854 '../../src/platform-posix.cc'
852 ]}, 855 ]},
853 ], 856 ],
854 ['OS=="win"', { 857 ['OS=="win"', {
858 'defines': [
859 '_CRT_RAND_S' # for rand_s()
860 ],
855 'variables': { 861 'variables': {
856 'gyp_generators': '<!(echo $GYP_GENERATORS)', 862 'gyp_generators': '<!(echo $GYP_GENERATORS)',
857 }, 863 },
858 'conditions': [ 864 'conditions': [
859 ['gyp_generators=="make"', { 865 ['gyp_generators=="make"', {
860 'variables': { 866 'variables': {
861 'build_env': '<!(uname -o)', 867 'build_env': '<!(uname -o)',
862 }, 868 },
863 'conditions': [ 869 'conditions': [
864 ['build_env=="Cygwin"', { 870 ['build_env=="Cygwin"', {
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 }], 1094 }],
1089 ['v8_compress_startup_data=="bz2"', { 1095 ['v8_compress_startup_data=="bz2"', {
1090 'libraries': [ 1096 'libraries': [
1091 '-lbz2', 1097 '-lbz2',
1092 ] 1098 ]
1093 }], 1099 }],
1094 ], 1100 ],
1095 }, 1101 },
1096 ], 1102 ],
1097 } 1103 }
OLDNEW
« no previous file with comments | « test/mjsunit/timer.js ('k') | tools/merge-to-branch.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698