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

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

Issue 6724028: Fast TLS support on mac. (Closed)
Patch Set: Updated xcode and gyp Created 9 years, 8 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
« no previous file with comments | « src/platform-tls-mac.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 '../../src/natives.h', 431 '../../src/natives.h',
432 '../../src/objects-debug.cc', 432 '../../src/objects-debug.cc',
433 '../../src/objects-printer.cc', 433 '../../src/objects-printer.cc',
434 '../../src/objects-inl.h', 434 '../../src/objects-inl.h',
435 '../../src/objects-visiting.cc', 435 '../../src/objects-visiting.cc',
436 '../../src/objects-visiting.h', 436 '../../src/objects-visiting.h',
437 '../../src/objects.cc', 437 '../../src/objects.cc',
438 '../../src/objects.h', 438 '../../src/objects.h',
439 '../../src/parser.cc', 439 '../../src/parser.cc',
440 '../../src/parser.h', 440 '../../src/parser.h',
441 '../../src/platform-tls-mac.h',
441 '../../src/platform-tls-win32.h', 442 '../../src/platform-tls-win32.h',
442 '../../src/platform-tls.h', 443 '../../src/platform-tls.h',
443 '../../src/platform.h', 444 '../../src/platform.h',
444 '../../src/preparse-data.cc', 445 '../../src/preparse-data.cc',
445 '../../src/preparse-data.h', 446 '../../src/preparse-data.h',
446 '../../src/preparser.cc', 447 '../../src/preparser.cc',
447 '../../src/preparser.h', 448 '../../src/preparser.h',
448 '../../src/prettyprinter.cc', 449 '../../src/prettyprinter.cc',
449 '../../src/prettyprinter.h', 450 '../../src/prettyprinter.h',
450 '../../src/property.cc', 451 '../../src/property.cc',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'target_name': 'v8_shell', 835 'target_name': 'v8_shell',
835 'type': 'none', 836 'type': 'none',
836 'dependencies': [ 837 'dependencies': [
837 'v8' 838 'v8'
838 ], 839 ],
839 }, 840 },
840 ], 841 ],
841 }], 842 }],
842 ], 843 ],
843 } 844 }
OLDNEW
« no previous file with comments | « src/platform-tls-mac.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698