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

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: Fix rebase. Created 4 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 | « 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 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'msan.h', 1032 'msan.h',
1033 'objects-body-descriptors-inl.h', 1033 'objects-body-descriptors-inl.h',
1034 'objects-body-descriptors.h', 1034 'objects-body-descriptors.h',
1035 'objects-debug.cc', 1035 'objects-debug.cc',
1036 'objects-inl.h', 1036 'objects-inl.h',
1037 'objects-printer.cc', 1037 'objects-printer.cc',
1038 'objects.cc', 1038 'objects.cc',
1039 'objects.h', 1039 'objects.h',
1040 'ostreams.cc', 1040 'ostreams.cc',
1041 'ostreams.h', 1041 'ostreams.h',
1042 'parsing/duplicate-finder.cc',
1043 'parsing/duplicate-finder.h',
1042 'parsing/expression-classifier.h', 1044 'parsing/expression-classifier.h',
1043 'parsing/func-name-inferrer.cc', 1045 'parsing/func-name-inferrer.cc',
1044 'parsing/func-name-inferrer.h', 1046 'parsing/func-name-inferrer.h',
1045 'parsing/parameter-initializer-rewriter.cc', 1047 'parsing/parameter-initializer-rewriter.cc',
1046 'parsing/parameter-initializer-rewriter.h', 1048 'parsing/parameter-initializer-rewriter.h',
1047 'parsing/parse-info.cc', 1049 'parsing/parse-info.cc',
1048 'parsing/parse-info.h', 1050 'parsing/parse-info.h',
1049 'parsing/parser-base.h', 1051 'parsing/parser-base.h',
1050 'parsing/parser.cc', 1052 'parsing/parser.cc',
1051 'parsing/parser.h', 1053 'parsing/parser.h',
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
2410 'conditions': [ 2412 'conditions': [
2411 ['want_separate_host_toolset_mkpeephole==1', { 2413 ['want_separate_host_toolset_mkpeephole==1', {
2412 'toolsets': ['host'], 2414 'toolsets': ['host'],
2413 }, { 2415 }, {
2414 'toolsets': ['target'], 2416 'toolsets': ['target'],
2415 }], 2417 }],
2416 ], 2418 ],
2417 }, 2419 },
2418 ], 2420 ],
2419 } 2421 }
OLDNEW
« no previous file with comments | « src/parsing/scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698