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

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

Issue 7860011: Rename SmartPointer to SmartArrayPointer. (Closed) Base URL: git://github.com/v8/v8.git@bleeding_edge
Patch Set: rebase it again to get more fixes Created 9 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
« no previous file with comments | « test/cctest/test-reloc-info.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 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../../src/scanner.h', 418 '../../src/scanner.h',
419 '../../src/scanner-character-streams.cc', 419 '../../src/scanner-character-streams.cc',
420 '../../src/scanner-character-streams.h', 420 '../../src/scanner-character-streams.h',
421 '../../src/scopeinfo.cc', 421 '../../src/scopeinfo.cc',
422 '../../src/scopeinfo.h', 422 '../../src/scopeinfo.h',
423 '../../src/scopes.cc', 423 '../../src/scopes.cc',
424 '../../src/scopes.h', 424 '../../src/scopes.h',
425 '../../src/serialize.cc', 425 '../../src/serialize.cc',
426 '../../src/serialize.h', 426 '../../src/serialize.h',
427 '../../src/small-pointer-list.h', 427 '../../src/small-pointer-list.h',
428 '../../src/smart-pointer.h', 428 '../../src/smart-array-pointer.h',
429 '../../src/snapshot-common.cc', 429 '../../src/snapshot-common.cc',
430 '../../src/snapshot.h', 430 '../../src/snapshot.h',
431 '../../src/spaces-inl.h', 431 '../../src/spaces-inl.h',
432 '../../src/spaces.cc', 432 '../../src/spaces.cc',
433 '../../src/spaces.h', 433 '../../src/spaces.h',
434 '../../src/string-search.cc', 434 '../../src/string-search.cc',
435 '../../src/string-search.h', 435 '../../src/string-search.h',
436 '../../src/string-stream.cc', 436 '../../src/string-stream.cc',
437 '../../src/string-stream.h', 437 '../../src/string-stream.h',
438 '../../src/strtod.cc', 438 '../../src/strtod.cc',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 }], 883 }],
884 ], 884 ],
885 'dependencies': [ 885 'dependencies': [
886 'v8' 886 'v8'
887 ], 887 ],
888 }, 888 },
889 ], 889 ],
890 }], 890 }],
891 ], 891 ],
892 } 892 }
OLDNEW
« no previous file with comments | « test/cctest/test-reloc-info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698