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

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

Issue 23625003: Cleanup Mutex and related classes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« src/isolate.cc ('K') | « test/cctest/test-platform-linux.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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 '../../src/string-search.cc', 493 '../../src/string-search.cc',
494 '../../src/string-search.h', 494 '../../src/string-search.h',
495 '../../src/string-stream.cc', 495 '../../src/string-stream.cc',
496 '../../src/string-stream.h', 496 '../../src/string-stream.h',
497 '../../src/strtod.cc', 497 '../../src/strtod.cc',
498 '../../src/strtod.h', 498 '../../src/strtod.h',
499 '../../src/stub-cache.cc', 499 '../../src/stub-cache.cc',
500 '../../src/stub-cache.h', 500 '../../src/stub-cache.h',
501 '../../src/sweeper-thread.h', 501 '../../src/sweeper-thread.h',
502 '../../src/sweeper-thread.cc', 502 '../../src/sweeper-thread.cc',
503 '../../src/synchronization/mutex.cc',
504 '../../src/synchronization/mutex.h',
503 '../../src/token.cc', 505 '../../src/token.cc',
504 '../../src/token.h', 506 '../../src/token.h',
505 '../../src/transitions-inl.h', 507 '../../src/transitions-inl.h',
506 '../../src/transitions.cc', 508 '../../src/transitions.cc',
507 '../../src/transitions.h', 509 '../../src/transitions.h',
508 '../../src/type-info.cc', 510 '../../src/type-info.cc',
509 '../../src/type-info.h', 511 '../../src/type-info.h',
510 '../../src/types.cc', 512 '../../src/types.cc',
511 '../../src/types.h', 513 '../../src/types.h',
512 '../../src/typing.cc', 514 '../../src/typing.cc',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 }], 1035 }],
1034 ['v8_compress_startup_data=="bz2"', { 1036 ['v8_compress_startup_data=="bz2"', {
1035 'libraries': [ 1037 'libraries': [
1036 '-lbz2', 1038 '-lbz2',
1037 ] 1039 ]
1038 }], 1040 }],
1039 ], 1041 ],
1040 }, 1042 },
1041 ], 1043 ],
1042 } 1044 }
OLDNEW
« src/isolate.cc ('K') | « test/cctest/test-platform-linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698