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

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

Issue 9447052: Add CallOnce() and simple LazyInstance implementation. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Lint. Created 8 years, 10 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
« no previous file with comments | « src/once.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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 '../../src/incremental-marking.h', 343 '../../src/incremental-marking.h',
344 '../../src/inspector.cc', 344 '../../src/inspector.cc',
345 '../../src/inspector.h', 345 '../../src/inspector.h',
346 '../../src/interpreter-irregexp.cc', 346 '../../src/interpreter-irregexp.cc',
347 '../../src/interpreter-irregexp.h', 347 '../../src/interpreter-irregexp.h',
348 '../../src/json-parser.h', 348 '../../src/json-parser.h',
349 '../../src/jsregexp.cc', 349 '../../src/jsregexp.cc',
350 '../../src/jsregexp.h', 350 '../../src/jsregexp.h',
351 '../../src/isolate.cc', 351 '../../src/isolate.cc',
352 '../../src/isolate.h', 352 '../../src/isolate.h',
353 '../../src/lazy-instance.h'
353 '../../src/list-inl.h', 354 '../../src/list-inl.h',
354 '../../src/list.h', 355 '../../src/list.h',
355 '../../src/lithium.cc', 356 '../../src/lithium.cc',
356 '../../src/lithium.h', 357 '../../src/lithium.h',
357 '../../src/lithium-allocator.cc', 358 '../../src/lithium-allocator.cc',
358 '../../src/lithium-allocator.h', 359 '../../src/lithium-allocator.h',
359 '../../src/lithium-allocator-inl.h', 360 '../../src/lithium-allocator-inl.h',
360 '../../src/liveedit.cc', 361 '../../src/liveedit.cc',
361 '../../src/liveedit.h', 362 '../../src/liveedit.h',
362 '../../src/liveobjectlist-inl.h', 363 '../../src/liveobjectlist-inl.h',
(...skipping 10 matching lines...) Expand all
373 '../../src/messages.cc', 374 '../../src/messages.cc',
374 '../../src/messages.h', 375 '../../src/messages.h',
375 '../../src/natives.h', 376 '../../src/natives.h',
376 '../../src/objects-debug.cc', 377 '../../src/objects-debug.cc',
377 '../../src/objects-printer.cc', 378 '../../src/objects-printer.cc',
378 '../../src/objects-inl.h', 379 '../../src/objects-inl.h',
379 '../../src/objects-visiting.cc', 380 '../../src/objects-visiting.cc',
380 '../../src/objects-visiting.h', 381 '../../src/objects-visiting.h',
381 '../../src/objects.cc', 382 '../../src/objects.cc',
382 '../../src/objects.h', 383 '../../src/objects.h',
384 '../../src/once.cc',
385 '../../src/once.h',
383 '../../src/parser.cc', 386 '../../src/parser.cc',
384 '../../src/parser.h', 387 '../../src/parser.h',
385 '../../src/platform-tls-mac.h', 388 '../../src/platform-tls-mac.h',
386 '../../src/platform-tls-win32.h', 389 '../../src/platform-tls-win32.h',
387 '../../src/platform-tls.h', 390 '../../src/platform-tls.h',
388 '../../src/platform.h', 391 '../../src/platform.h',
389 '../../src/preparse-data-format.h', 392 '../../src/preparse-data-format.h',
390 '../../src/preparse-data.cc', 393 '../../src/preparse-data.cc',
391 '../../src/preparse-data.h', 394 '../../src/preparse-data.h',
392 '../../src/preparser.cc', 395 '../../src/preparser.cc',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 }], 987 }],
985 ], 988 ],
986 'dependencies': [ 989 'dependencies': [
987 'v8' 990 'v8'
988 ], 991 ],
989 }, 992 },
990 ], 993 ],
991 }], 994 }],
992 ], 995 ],
993 } 996 }
OLDNEW
« no previous file with comments | « src/once.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698