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

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

Issue 23748003: Cleanup Semaphore class. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Build fix for Mac OS X. Created 7 years, 3 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-time.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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/mutex.cc', 444 '../../src/platform/mutex.cc',
445 '../../src/platform/mutex.h', 445 '../../src/platform/mutex.h',
446 '../../src/platform/semaphore.cc',
447 '../../src/platform/semaphore.h',
446 '../../src/preparse-data-format.h', 448 '../../src/preparse-data-format.h',
447 '../../src/preparse-data.cc', 449 '../../src/preparse-data.cc',
448 '../../src/preparse-data.h', 450 '../../src/preparse-data.h',
449 '../../src/preparser.cc', 451 '../../src/preparser.cc',
450 '../../src/preparser.h', 452 '../../src/preparser.h',
451 '../../src/prettyprinter.cc', 453 '../../src/prettyprinter.cc',
452 '../../src/prettyprinter.h', 454 '../../src/prettyprinter.h',
453 '../../src/profile-generator-inl.h', 455 '../../src/profile-generator-inl.h',
454 '../../src/profile-generator.cc', 456 '../../src/profile-generator.cc',
455 '../../src/profile-generator.h', 457 '../../src/profile-generator.h',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 }], 1065 }],
1064 ['v8_compress_startup_data=="bz2"', { 1066 ['v8_compress_startup_data=="bz2"', {
1065 'libraries': [ 1067 'libraries': [
1066 '-lbz2', 1068 '-lbz2',
1067 ] 1069 ]
1068 }], 1070 }],
1069 ], 1071 ],
1070 }, 1072 },
1071 ], 1073 ],
1072 } 1074 }
OLDNEW
« no previous file with comments | « test/cctest/test-time.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698