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

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

Issue 6707001: Store HValue uses in a custom small list structure. (Closed)
Patch Set: Review fixes Created 9 years, 9 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '../../src/scanner-base.h', 505 '../../src/scanner-base.h',
506 '../../src/scanner.cc', 506 '../../src/scanner.cc',
507 '../../src/scanner.h', 507 '../../src/scanner.h',
508 '../../src/scopeinfo.cc', 508 '../../src/scopeinfo.cc',
509 '../../src/scopeinfo.h', 509 '../../src/scopeinfo.h',
510 '../../src/scopes.cc', 510 '../../src/scopes.cc',
511 '../../src/scopes.h', 511 '../../src/scopes.h',
512 '../../src/serialize.cc', 512 '../../src/serialize.cc',
513 '../../src/serialize.h', 513 '../../src/serialize.h',
514 '../../src/shell.h', 514 '../../src/shell.h',
515 '../../src/small-pointer-list.h',
515 '../../src/smart-pointer.h', 516 '../../src/smart-pointer.h',
516 '../../src/snapshot-common.cc', 517 '../../src/snapshot-common.cc',
517 '../../src/snapshot.h', 518 '../../src/snapshot.h',
518 '../../src/spaces-inl.h', 519 '../../src/spaces-inl.h',
519 '../../src/spaces.cc', 520 '../../src/spaces.cc',
520 '../../src/spaces.h', 521 '../../src/spaces.h',
521 '../../src/string-search.cc', 522 '../../src/string-search.cc',
522 '../../src/string-search.h', 523 '../../src/string-search.h',
523 '../../src/string-stream.cc', 524 '../../src/string-stream.cc',
524 '../../src/string-stream.h', 525 '../../src/string-stream.h',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'target_name': 'v8_shell', 863 'target_name': 'v8_shell',
863 'type': 'none', 864 'type': 'none',
864 'dependencies': [ 865 'dependencies': [
865 'v8' 866 'v8'
866 ], 867 ],
867 }, 868 },
868 ], 869 ],
869 }], 870 }],
870 ], 871 ],
871 } 872 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698