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

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

Issue 7739020: Rename scanner.* to scanner-character-streams.* and scanner-base.* to scanner.* (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: rename scanner-base.* to scanner.* 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-parsing.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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '../../src/regexp-stack.cc', 400 '../../src/regexp-stack.cc',
401 '../../src/regexp-stack.h', 401 '../../src/regexp-stack.h',
402 '../../src/rewriter.cc', 402 '../../src/rewriter.cc',
403 '../../src/rewriter.h', 403 '../../src/rewriter.h',
404 '../../src/runtime.cc', 404 '../../src/runtime.cc',
405 '../../src/runtime.h', 405 '../../src/runtime.h',
406 '../../src/runtime-profiler.cc', 406 '../../src/runtime-profiler.cc',
407 '../../src/runtime-profiler.h', 407 '../../src/runtime-profiler.h',
408 '../../src/safepoint-table.cc', 408 '../../src/safepoint-table.cc',
409 '../../src/safepoint-table.h', 409 '../../src/safepoint-table.h',
410 '../../src/scanner-base.cc',
411 '../../src/scanner-base.h',
412 '../../src/scanner.cc', 410 '../../src/scanner.cc',
413 '../../src/scanner.h', 411 '../../src/scanner.h',
412 '../../src/scanner-character-streams.cc',
413 '../../src/scanner-character-streams.h',
414 '../../src/scopeinfo.cc', 414 '../../src/scopeinfo.cc',
415 '../../src/scopeinfo.h', 415 '../../src/scopeinfo.h',
416 '../../src/scopes.cc', 416 '../../src/scopes.cc',
417 '../../src/scopes.h', 417 '../../src/scopes.h',
418 '../../src/serialize.cc', 418 '../../src/serialize.cc',
419 '../../src/serialize.h', 419 '../../src/serialize.h',
420 '../../src/small-pointer-list.h', 420 '../../src/small-pointer-list.h',
421 '../../src/smart-pointer.h', 421 '../../src/smart-pointer.h',
422 '../../src/snapshot-common.cc', 422 '../../src/snapshot-common.cc',
423 '../../src/snapshot.h', 423 '../../src/snapshot.h',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 '../../src/hashmap.cc', 818 '../../src/hashmap.cc',
819 '../../src/hashmap.h', 819 '../../src/hashmap.h',
820 '../../src/list-inl.h', 820 '../../src/list-inl.h',
821 '../../src/list.h', 821 '../../src/list.h',
822 '../../src/preparse-data-format.h', 822 '../../src/preparse-data-format.h',
823 '../../src/preparse-data.cc', 823 '../../src/preparse-data.cc',
824 '../../src/preparse-data.h', 824 '../../src/preparse-data.h',
825 '../../src/preparser.cc', 825 '../../src/preparser.cc',
826 '../../src/preparser.h', 826 '../../src/preparser.h',
827 '../../src/preparser-api.cc', 827 '../../src/preparser-api.cc',
828 '../../src/scanner-base.cc', 828 '../../src/scanner.cc',
829 '../../src/scanner-base.h', 829 '../../src/scanner.h',
830 '../../src/strtod.cc', 830 '../../src/strtod.cc',
831 '../../src/strtod.h', 831 '../../src/strtod.h',
832 '../../src/token.cc', 832 '../../src/token.cc',
833 '../../src/token.h', 833 '../../src/token.h',
834 '../../src/unicode-inl.h', 834 '../../src/unicode-inl.h',
835 '../../src/unicode.cc', 835 '../../src/unicode.cc',
836 '../../src/unicode.h', 836 '../../src/unicode.h',
837 '../../src/utils-inl.h', 837 '../../src/utils-inl.h',
838 '../../src/utils.cc', 838 '../../src/utils.cc',
839 '../../src/utils.h', 839 '../../src/utils.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 }], 876 }],
877 ], 877 ],
878 'dependencies': [ 878 'dependencies': [
879 'v8' 879 'v8'
880 ], 880 ],
881 }, 881 },
882 ], 882 ],
883 }], 883 }],
884 ], 884 ],
885 } 885 }
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698