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

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

Issue 104583003: [platform] Implement a worker pool (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years 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-libplatform-worker-thread.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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 '../../src/data-flow.h', 306 '../../src/data-flow.h',
307 '../../src/date.cc', 307 '../../src/date.cc',
308 '../../src/date.h', 308 '../../src/date.h',
309 '../../src/dateparser-inl.h', 309 '../../src/dateparser-inl.h',
310 '../../src/dateparser.cc', 310 '../../src/dateparser.cc',
311 '../../src/dateparser.h', 311 '../../src/dateparser.h',
312 '../../src/debug-agent.cc', 312 '../../src/debug-agent.cc',
313 '../../src/debug-agent.h', 313 '../../src/debug-agent.h',
314 '../../src/debug.cc', 314 '../../src/debug.cc',
315 '../../src/debug.h', 315 '../../src/debug.h',
316 '../../src/default-platform.cc',
317 '../../src/default-platform.h',
318 '../../src/deoptimizer.cc', 316 '../../src/deoptimizer.cc',
319 '../../src/deoptimizer.h', 317 '../../src/deoptimizer.h',
320 '../../src/disasm.h', 318 '../../src/disasm.h',
321 '../../src/disassembler.cc', 319 '../../src/disassembler.cc',
322 '../../src/disassembler.h', 320 '../../src/disassembler.h',
323 '../../src/diy-fp.cc', 321 '../../src/diy-fp.cc',
324 '../../src/diy-fp.h', 322 '../../src/diy-fp.h',
325 '../../src/double.h', 323 '../../src/double.h',
326 '../../src/dtoa.cc', 324 '../../src/dtoa.cc',
327 '../../src/dtoa.h', 325 '../../src/dtoa.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 '../../src/interpreter-irregexp.cc', 437 '../../src/interpreter-irregexp.cc',
440 '../../src/interpreter-irregexp.h', 438 '../../src/interpreter-irregexp.h',
441 '../../src/isolate.cc', 439 '../../src/isolate.cc',
442 '../../src/isolate.h', 440 '../../src/isolate.h',
443 '../../src/json-parser.h', 441 '../../src/json-parser.h',
444 '../../src/json-stringifier.h', 442 '../../src/json-stringifier.h',
445 '../../src/jsregexp-inl.h', 443 '../../src/jsregexp-inl.h',
446 '../../src/jsregexp.cc', 444 '../../src/jsregexp.cc',
447 '../../src/jsregexp.h', 445 '../../src/jsregexp.h',
448 '../../src/lazy-instance.h', 446 '../../src/lazy-instance.h',
447 # TODO(jochen): move libplatform/ files to their own target.
448 '../../src/libplatform/default-platform.cc',
449 '../../src/libplatform/default-platform.h',
450 '../../src/libplatform/task-queue.cc',
451 '../../src/libplatform/task-queue.h',
452 '../../src/libplatform/worker-thread.cc',
453 '../../src/libplatform/worker-thread.h',
449 '../../src/list-inl.h', 454 '../../src/list-inl.h',
450 '../../src/list.h', 455 '../../src/list.h',
451 '../../src/lithium-allocator-inl.h', 456 '../../src/lithium-allocator-inl.h',
452 '../../src/lithium-allocator.cc', 457 '../../src/lithium-allocator.cc',
453 '../../src/lithium-allocator.h', 458 '../../src/lithium-allocator.h',
454 '../../src/lithium-codegen.cc', 459 '../../src/lithium-codegen.cc',
455 '../../src/lithium-codegen.h', 460 '../../src/lithium-codegen.h',
456 '../../src/lithium.cc', 461 '../../src/lithium.cc',
457 '../../src/lithium.h', 462 '../../src/lithium.h',
458 '../../src/liveedit.cc', 463 '../../src/liveedit.cc',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 }], 1109 }],
1105 ['v8_compress_startup_data=="bz2"', { 1110 ['v8_compress_startup_data=="bz2"', {
1106 'libraries': [ 1111 'libraries': [
1107 '-lbz2', 1112 '-lbz2',
1108 ] 1113 ]
1109 }], 1114 }],
1110 ], 1115 ],
1111 }, 1116 },
1112 ], 1117 ],
1113 } 1118 }
OLDNEW
« no previous file with comments | « test/cctest/test-libplatform-worker-thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698