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

Side by Side Diff: src/v8.gyp

Issue 2281443002: Separate DuplicateFinder from Scanner. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
« src/collector.h ('K') | « src/parsing/scanner.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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'msan.h', 1042 'msan.h',
1043 'objects-body-descriptors-inl.h', 1043 'objects-body-descriptors-inl.h',
1044 'objects-body-descriptors.h', 1044 'objects-body-descriptors.h',
1045 'objects-debug.cc', 1045 'objects-debug.cc',
1046 'objects-inl.h', 1046 'objects-inl.h',
1047 'objects-printer.cc', 1047 'objects-printer.cc',
1048 'objects.cc', 1048 'objects.cc',
1049 'objects.h', 1049 'objects.h',
1050 'ostreams.cc', 1050 'ostreams.cc',
1051 'ostreams.h', 1051 'ostreams.h',
1052 'parsing/duplicate-finder.cc',
1053 'parsing/duplicate-finder.h',
1052 'parsing/expression-classifier.h', 1054 'parsing/expression-classifier.h',
1053 'parsing/func-name-inferrer.cc', 1055 'parsing/func-name-inferrer.cc',
1054 'parsing/func-name-inferrer.h', 1056 'parsing/func-name-inferrer.h',
1055 'parsing/parameter-initializer-rewriter.cc', 1057 'parsing/parameter-initializer-rewriter.cc',
1056 'parsing/parameter-initializer-rewriter.h', 1058 'parsing/parameter-initializer-rewriter.h',
1057 'parsing/parse-info.cc', 1059 'parsing/parse-info.cc',
1058 'parsing/parse-info.h', 1060 'parsing/parse-info.h',
1059 'parsing/parser-base.h', 1061 'parsing/parser-base.h',
1060 'parsing/parser.cc', 1062 'parsing/parser.cc',
1061 'parsing/parser.h', 1063 'parsing/parser.h',
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2413 'conditions': [ 2415 'conditions': [
2414 ['want_separate_host_toolset_mkpeephole==1', { 2416 ['want_separate_host_toolset_mkpeephole==1', {
2415 'toolsets': ['host'], 2417 'toolsets': ['host'],
2416 }, { 2418 }, {
2417 'toolsets': ['target'], 2419 'toolsets': ['target'],
2418 }], 2420 }],
2419 ], 2421 ],
2420 }, 2422 },
2421 ], 2423 ],
2422 } 2424 }
OLDNEW
« src/collector.h ('K') | « src/parsing/scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698