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

Side by Side Diff: src/v8.gyp

Issue 2278513002: Remove scopeinfo.h (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
« no previous file with comments | « src/ast/scopeinfo.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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'ast/ast-value-factory.h', 464 'ast/ast-value-factory.h',
465 'ast/ast.cc', 465 'ast/ast.cc',
466 'ast/ast.h', 466 'ast/ast.h',
467 'ast/context-slot-cache.cc', 467 'ast/context-slot-cache.cc',
468 'ast/context-slot-cache.h', 468 'ast/context-slot-cache.h',
469 'ast/modules.cc', 469 'ast/modules.cc',
470 'ast/modules.h', 470 'ast/modules.h',
471 'ast/prettyprinter.cc', 471 'ast/prettyprinter.cc',
472 'ast/prettyprinter.h', 472 'ast/prettyprinter.h',
473 'ast/scopeinfo.cc', 473 'ast/scopeinfo.cc',
474 'ast/scopeinfo.h',
475 'ast/scopes.cc', 474 'ast/scopes.cc',
476 'ast/scopes.h', 475 'ast/scopes.h',
477 'ast/variables.cc', 476 'ast/variables.cc',
478 'ast/variables.h', 477 'ast/variables.h',
479 'background-parsing-task.cc', 478 'background-parsing-task.cc',
480 'background-parsing-task.h', 479 'background-parsing-task.h',
481 'bailout-reason.cc', 480 'bailout-reason.cc',
482 'bailout-reason.h', 481 'bailout-reason.h',
483 'basic-block-profiler.cc', 482 'basic-block-profiler.cc',
484 'basic-block-profiler.h', 483 'basic-block-profiler.h',
(...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2413 'conditions': [ 2412 'conditions': [
2414 ['want_separate_host_toolset_mkpeephole==1', { 2413 ['want_separate_host_toolset_mkpeephole==1', {
2415 'toolsets': ['host'], 2414 'toolsets': ['host'],
2416 }, { 2415 }, {
2417 'toolsets': ['target'], 2416 'toolsets': ['target'],
2418 }], 2417 }],
2419 ], 2418 ],
2420 }, 2419 },
2421 ], 2420 ],
2422 } 2421 }
OLDNEW
« no previous file with comments | « src/ast/scopeinfo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698