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

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

Issue 214883002: Two-threaded parser (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: code review (svenpanne) Created 6 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 | Annotate | Revision Log
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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 '../../src/objects-visiting.cc', 482 '../../src/objects-visiting.cc',
483 '../../src/objects-visiting.h', 483 '../../src/objects-visiting.h',
484 '../../src/objects.cc', 484 '../../src/objects.cc',
485 '../../src/objects.h', 485 '../../src/objects.h',
486 '../../src/once.cc', 486 '../../src/once.cc',
487 '../../src/once.h', 487 '../../src/once.h',
488 '../../src/optimizing-compiler-thread.h', 488 '../../src/optimizing-compiler-thread.h',
489 '../../src/optimizing-compiler-thread.cc', 489 '../../src/optimizing-compiler-thread.cc',
490 '../../src/parser.cc', 490 '../../src/parser.cc',
491 '../../src/parser.h', 491 '../../src/parser.h',
492 '../../src/parser-thread.cc',
493 '../../src/parser-thread.h',
492 '../../src/platform/elapsed-timer.h', 494 '../../src/platform/elapsed-timer.h',
493 '../../src/platform/time.cc', 495 '../../src/platform/time.cc',
494 '../../src/platform/time.h', 496 '../../src/platform/time.h',
495 '../../src/platform.h', 497 '../../src/platform.h',
496 '../../src/platform/condition-variable.cc', 498 '../../src/platform/condition-variable.cc',
497 '../../src/platform/condition-variable.h', 499 '../../src/platform/condition-variable.h',
498 '../../src/platform/mutex.cc', 500 '../../src/platform/mutex.cc',
499 '../../src/platform/mutex.h', 501 '../../src/platform/mutex.h',
500 '../../src/platform/semaphore.cc', 502 '../../src/platform/semaphore.cc',
501 '../../src/platform/semaphore.h', 503 '../../src/platform/semaphore.h',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 }], 1178 }],
1177 ['v8_compress_startup_data=="bz2"', { 1179 ['v8_compress_startup_data=="bz2"', {
1178 'libraries': [ 1180 'libraries': [
1179 '-lbz2', 1181 '-lbz2',
1180 ] 1182 ]
1181 }], 1183 }],
1182 ], 1184 ],
1183 }, 1185 },
1184 ], 1186 ],
1185 } 1187 }
OLDNEW
« src/parser-thread.cc ('K') | « test/cctest/test-parsing.cc ('k') | tools/parser-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698