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

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

Issue 1448283004: Add lock-based unbounded queue (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Moved to atomic handling for Node.next Created 5 years, 1 month 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 | « test/unittests/unittests.gyp ('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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 '../../src/isolate.h', 847 '../../src/isolate.h',
848 '../../src/json-parser.h', 848 '../../src/json-parser.h',
849 '../../src/json-stringifier.h', 849 '../../src/json-stringifier.h',
850 '../../src/key-accumulator.h', 850 '../../src/key-accumulator.h',
851 '../../src/key-accumulator.cc', 851 '../../src/key-accumulator.cc',
852 '../../src/layout-descriptor-inl.h', 852 '../../src/layout-descriptor-inl.h',
853 '../../src/layout-descriptor.cc', 853 '../../src/layout-descriptor.cc',
854 '../../src/layout-descriptor.h', 854 '../../src/layout-descriptor.h',
855 '../../src/list-inl.h', 855 '../../src/list-inl.h',
856 '../../src/list.h', 856 '../../src/list.h',
857 '../../src/locked-queue-inl.h',
858 '../../src/locked-queue.h',
857 '../../src/log-inl.h', 859 '../../src/log-inl.h',
858 '../../src/log-utils.cc', 860 '../../src/log-utils.cc',
859 '../../src/log-utils.h', 861 '../../src/log-utils.h',
860 '../../src/log.cc', 862 '../../src/log.cc',
861 '../../src/log.h', 863 '../../src/log.h',
862 '../../src/lookup.cc', 864 '../../src/lookup.cc',
863 '../../src/lookup.h', 865 '../../src/lookup.h',
864 '../../src/macro-assembler.h', 866 '../../src/macro-assembler.h',
865 '../../src/messages.cc', 867 '../../src/messages.cc',
866 '../../src/messages.h', 868 '../../src/messages.h',
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2105 }], 2107 }],
2106 ['want_separate_host_toolset==1', { 2108 ['want_separate_host_toolset==1', {
2107 'toolsets': ['host'], 2109 'toolsets': ['host'],
2108 }, { 2110 }, {
2109 'toolsets': ['target'], 2111 'toolsets': ['target'],
2110 }], 2112 }],
2111 ], 2113 ],
2112 }, 2114 },
2113 ], 2115 ],
2114 } 2116 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698