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

Side by Side Diff: src/v8.gyp

Issue 2637793002: objects.h splitting side work: move scopeinfo.cc to its logical place. (Closed)
Patch Set: Created 3 years, 11 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/objects/scope-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 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'ast/ast.cc', 452 'ast/ast.cc',
453 'ast/ast.h', 453 'ast/ast.h',
454 'ast/compile-time-value.cc', 454 'ast/compile-time-value.cc',
455 'ast/compile-time-value.h', 455 'ast/compile-time-value.h',
456 'ast/context-slot-cache.cc', 456 'ast/context-slot-cache.cc',
457 'ast/context-slot-cache.h', 457 'ast/context-slot-cache.h',
458 'ast/modules.cc', 458 'ast/modules.cc',
459 'ast/modules.h', 459 'ast/modules.h',
460 'ast/prettyprinter.cc', 460 'ast/prettyprinter.cc',
461 'ast/prettyprinter.h', 461 'ast/prettyprinter.h',
462 'ast/scopeinfo.cc',
463 'ast/scopes.cc', 462 'ast/scopes.cc',
464 'ast/scopes.h', 463 'ast/scopes.h',
465 'ast/variables.cc', 464 'ast/variables.cc',
466 'ast/variables.h', 465 'ast/variables.h',
467 'background-parsing-task.cc', 466 'background-parsing-task.cc',
468 'background-parsing-task.h', 467 'background-parsing-task.h',
469 'bailout-reason.cc', 468 'bailout-reason.cc',
470 'bailout-reason.h', 469 'bailout-reason.h',
471 'basic-block-profiler.cc', 470 'basic-block-profiler.cc',
472 'basic-block-profiler.h', 471 'basic-block-profiler.h',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 'objects-body-descriptors-inl.h', 1071 'objects-body-descriptors-inl.h',
1073 'objects-body-descriptors.h', 1072 'objects-body-descriptors.h',
1074 'objects-debug.cc', 1073 'objects-debug.cc',
1075 'objects-inl.h', 1074 'objects-inl.h',
1076 'objects-printer.cc', 1075 'objects-printer.cc',
1077 'objects.cc', 1076 'objects.cc',
1078 'objects.h', 1077 'objects.h',
1079 'objects/module-info.h', 1078 'objects/module-info.h',
1080 'objects/object-macros.h', 1079 'objects/object-macros.h',
1081 'objects/object-macros-undef.h', 1080 'objects/object-macros-undef.h',
1081 'objects/scope-info.cc',
1082 'objects/scope-info.h', 1082 'objects/scope-info.h',
1083 'ostreams.cc', 1083 'ostreams.cc',
1084 'ostreams.h', 1084 'ostreams.h',
1085 'parsing/duplicate-finder.cc', 1085 'parsing/duplicate-finder.cc',
1086 'parsing/duplicate-finder.h', 1086 'parsing/duplicate-finder.h',
1087 'parsing/expression-classifier.h', 1087 'parsing/expression-classifier.h',
1088 'parsing/func-name-inferrer.cc', 1088 'parsing/func-name-inferrer.cc',
1089 'parsing/func-name-inferrer.h', 1089 'parsing/func-name-inferrer.h',
1090 'parsing/parameter-initializer-rewriter.cc', 1090 'parsing/parameter-initializer-rewriter.cc',
1091 'parsing/parameter-initializer-rewriter.h', 1091 'parsing/parameter-initializer-rewriter.h',
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 'conditions': [ 2497 'conditions': [
2498 ['want_separate_host_toolset_mkpeephole==1', { 2498 ['want_separate_host_toolset_mkpeephole==1', {
2499 'toolsets': ['host'], 2499 'toolsets': ['host'],
2500 }, { 2500 }, {
2501 'toolsets': ['target'], 2501 'toolsets': ['target'],
2502 }], 2502 }],
2503 ], 2503 ],
2504 }, 2504 },
2505 ], 2505 ],
2506 } 2506 }
OLDNEW
« no previous file with comments | « src/objects/scope-info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698