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

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

Issue 21095008: Revert the latest set of platform changes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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 | « test/cctest/test-semaphore.cc ('k') | no next file » | 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 '../../src/log-utils.h', 412 '../../src/log-utils.h',
413 '../../src/log.cc', 413 '../../src/log.cc',
414 '../../src/log.h', 414 '../../src/log.h',
415 '../../src/macro-assembler.h', 415 '../../src/macro-assembler.h',
416 '../../src/mark-compact.cc', 416 '../../src/mark-compact.cc',
417 '../../src/mark-compact.h', 417 '../../src/mark-compact.h',
418 '../../src/marking-thread.h', 418 '../../src/marking-thread.h',
419 '../../src/marking-thread.cc', 419 '../../src/marking-thread.cc',
420 '../../src/messages.cc', 420 '../../src/messages.cc',
421 '../../src/messages.h', 421 '../../src/messages.h',
422 '../../src/mutex.cc',
423 '../../src/mutex.h',
424 '../../src/natives.h', 422 '../../src/natives.h',
425 '../../src/objects-debug.cc', 423 '../../src/objects-debug.cc',
426 '../../src/objects-inl.h', 424 '../../src/objects-inl.h',
427 '../../src/objects-printer.cc', 425 '../../src/objects-printer.cc',
428 '../../src/objects-visiting.cc', 426 '../../src/objects-visiting.cc',
429 '../../src/objects-visiting.h', 427 '../../src/objects-visiting.h',
430 '../../src/objects.cc', 428 '../../src/objects.cc',
431 '../../src/objects.h', 429 '../../src/objects.h',
432 '../../src/once.cc', 430 '../../src/once.cc',
433 '../../src/once.h', 431 '../../src/once.h',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 }], 1036 }],
1039 ['v8_compress_startup_data=="bz2"', { 1037 ['v8_compress_startup_data=="bz2"', {
1040 'libraries': [ 1038 'libraries': [
1041 '-lbz2', 1039 '-lbz2',
1042 ] 1040 ]
1043 }], 1041 }],
1044 ], 1042 ],
1045 }, 1043 },
1046 ], 1044 ],
1047 } 1045 }
OLDNEW
« no previous file with comments | « test/cctest/test-semaphore.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698