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 2302283002: Forking the type system between Crankshaft & Turbofan. (Closed)
Patch Set: Nits. 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/types.h ('k') | test/cctest/ast-types-fuzz.h » ('j') | 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'assert-scope.h', 444 'assert-scope.h',
445 'assert-scope.cc', 445 'assert-scope.cc',
446 'ast/ast-expression-rewriter.cc', 446 'ast/ast-expression-rewriter.cc',
447 'ast/ast-expression-rewriter.h', 447 'ast/ast-expression-rewriter.h',
448 'ast/ast-literal-reindexer.cc', 448 'ast/ast-literal-reindexer.cc',
449 'ast/ast-literal-reindexer.h', 449 'ast/ast-literal-reindexer.h',
450 'ast/ast-numbering.cc', 450 'ast/ast-numbering.cc',
451 'ast/ast-numbering.h', 451 'ast/ast-numbering.h',
452 'ast/ast-traversal-visitor.h', 452 'ast/ast-traversal-visitor.h',
453 'ast/ast-type-bounds.h', 453 'ast/ast-type-bounds.h',
454 'ast/ast-types.cc',
455 'ast/ast-types.h',
454 'ast/ast-value-factory.cc', 456 'ast/ast-value-factory.cc',
455 'ast/ast-value-factory.h', 457 'ast/ast-value-factory.h',
456 'ast/ast.cc', 458 'ast/ast.cc',
457 'ast/ast.h', 459 'ast/ast.h',
458 'ast/context-slot-cache.cc', 460 'ast/context-slot-cache.cc',
459 'ast/context-slot-cache.h', 461 'ast/context-slot-cache.h',
460 'ast/modules.cc', 462 'ast/modules.cc',
461 'ast/modules.h', 463 'ast/modules.h',
462 'ast/prettyprinter.cc', 464 'ast/prettyprinter.cc',
463 'ast/prettyprinter.h', 465 'ast/prettyprinter.h',
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
2415 'conditions': [ 2417 'conditions': [
2416 ['want_separate_host_toolset_mkpeephole==1', { 2418 ['want_separate_host_toolset_mkpeephole==1', {
2417 'toolsets': ['host'], 2419 'toolsets': ['host'],
2418 }, { 2420 }, {
2419 'toolsets': ['target'], 2421 'toolsets': ['target'],
2420 }], 2422 }],
2421 ], 2423 ],
2422 }, 2424 },
2423 ], 2425 ],
2424 } 2426 }
OLDNEW
« no previous file with comments | « src/types.h ('k') | test/cctest/ast-types-fuzz.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698