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

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

Issue 23609020: First implementation of HUnique<T> and HUniqueSet<T>, which is supposed to replace UniqueValueId. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rename HUnique to Unique. Created 7 years, 3 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 | « test/cctest/test-unique.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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '../../src/hydrogen-gvn.cc', 360 '../../src/hydrogen-gvn.cc',
361 '../../src/hydrogen-gvn.h', 361 '../../src/hydrogen-gvn.h',
362 '../../src/hydrogen-infer-representation.cc', 362 '../../src/hydrogen-infer-representation.cc',
363 '../../src/hydrogen-infer-representation.h', 363 '../../src/hydrogen-infer-representation.h',
364 '../../src/hydrogen-infer-types.cc', 364 '../../src/hydrogen-infer-types.cc',
365 '../../src/hydrogen-infer-types.h', 365 '../../src/hydrogen-infer-types.h',
366 '../../src/hydrogen-mark-deoptimize.cc', 366 '../../src/hydrogen-mark-deoptimize.cc',
367 '../../src/hydrogen-mark-deoptimize.h', 367 '../../src/hydrogen-mark-deoptimize.h',
368 '../../src/hydrogen-minus-zero.cc', 368 '../../src/hydrogen-minus-zero.cc',
369 '../../src/hydrogen-minus-zero.h', 369 '../../src/hydrogen-minus-zero.h',
370 '../../src/hydrogen-osr.cc',
371 '../../src/hydrogen-osr.h',
370 '../../src/hydrogen-range-analysis.cc', 372 '../../src/hydrogen-range-analysis.cc',
371 '../../src/hydrogen-range-analysis.h', 373 '../../src/hydrogen-range-analysis.h',
372 '../../src/hydrogen-redundant-phi.cc', 374 '../../src/hydrogen-redundant-phi.cc',
373 '../../src/hydrogen-redundant-phi.h', 375 '../../src/hydrogen-redundant-phi.h',
374 '../../src/hydrogen-removable-simulates.cc', 376 '../../src/hydrogen-removable-simulates.cc',
375 '../../src/hydrogen-removable-simulates.h', 377 '../../src/hydrogen-removable-simulates.h',
376 '../../src/hydrogen-representation-changes.cc', 378 '../../src/hydrogen-representation-changes.cc',
377 '../../src/hydrogen-representation-changes.h', 379 '../../src/hydrogen-representation-changes.h',
378 '../../src/hydrogen-sce.cc', 380 '../../src/hydrogen-sce.cc',
379 '../../src/hydrogen-sce.h', 381 '../../src/hydrogen-sce.h',
380 '../../src/hydrogen-uint32-analysis.cc', 382 '../../src/hydrogen-uint32-analysis.cc',
381 '../../src/hydrogen-uint32-analysis.h', 383 '../../src/hydrogen-uint32-analysis.h',
382 '../../src/hydrogen-osr.cc',
383 '../../src/hydrogen-osr.h',
384 '../../src/i18n.cc', 384 '../../src/i18n.cc',
385 '../../src/i18n.h', 385 '../../src/i18n.h',
386 '../../src/icu_util.cc', 386 '../../src/icu_util.cc',
387 '../../src/icu_util.h', 387 '../../src/icu_util.h',
388 '../../src/ic-inl.h', 388 '../../src/ic-inl.h',
389 '../../src/ic.cc', 389 '../../src/ic.cc',
390 '../../src/ic.h', 390 '../../src/ic.h',
391 '../../src/incremental-marking.cc', 391 '../../src/incremental-marking.cc',
392 '../../src/incremental-marking.h', 392 '../../src/incremental-marking.h',
393 '../../src/interface.cc', 393 '../../src/interface.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 '../../src/type-info.h', 521 '../../src/type-info.h',
522 '../../src/types.cc', 522 '../../src/types.cc',
523 '../../src/types.h', 523 '../../src/types.h',
524 '../../src/typing.cc', 524 '../../src/typing.cc',
525 '../../src/typing.h', 525 '../../src/typing.h',
526 '../../src/unbound-queue-inl.h', 526 '../../src/unbound-queue-inl.h',
527 '../../src/unbound-queue.h', 527 '../../src/unbound-queue.h',
528 '../../src/unicode-inl.h', 528 '../../src/unicode-inl.h',
529 '../../src/unicode.cc', 529 '../../src/unicode.cc',
530 '../../src/unicode.h', 530 '../../src/unicode.h',
531 '../../src/unique.h',
531 '../../src/uri.h', 532 '../../src/uri.h',
532 '../../src/utils-inl.h', 533 '../../src/utils-inl.h',
533 '../../src/utils.cc', 534 '../../src/utils.cc',
534 '../../src/utils.h', 535 '../../src/utils.h',
535 '../../src/utils/random-number-generator.cc', 536 '../../src/utils/random-number-generator.cc',
536 '../../src/utils/random-number-generator.h', 537 '../../src/utils/random-number-generator.h',
537 '../../src/v8-counters.cc', 538 '../../src/v8-counters.cc',
538 '../../src/v8-counters.h', 539 '../../src/v8-counters.h',
539 '../../src/v8.cc', 540 '../../src/v8.cc',
540 '../../src/v8.h', 541 '../../src/v8.h',
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 }], 1073 }],
1073 ['v8_compress_startup_data=="bz2"', { 1074 ['v8_compress_startup_data=="bz2"', {
1074 'libraries': [ 1075 'libraries': [
1075 '-lbz2', 1076 '-lbz2',
1076 ] 1077 ]
1077 }], 1078 }],
1078 ], 1079 ],
1079 }, 1080 },
1080 ], 1081 ],
1081 } 1082 }
OLDNEW
« no previous file with comments | « test/cctest/test-unique.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698