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

Side by Side Diff: src/v8.gyp

Issue 2481163002: Assign unique IDs to FunctionLiterals (Closed)
Patch Set: updates Created 4 years 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
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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'asmjs/asm-wasm-builder.cc', 428 'asmjs/asm-wasm-builder.cc',
429 'asmjs/asm-wasm-builder.h', 429 'asmjs/asm-wasm-builder.h',
430 'asmjs/switch-logic.h', 430 'asmjs/switch-logic.h',
431 'asmjs/switch-logic.cc', 431 'asmjs/switch-logic.cc',
432 'assembler.cc', 432 'assembler.cc',
433 'assembler.h', 433 'assembler.h',
434 'assert-scope.h', 434 'assert-scope.h',
435 'assert-scope.cc', 435 'assert-scope.cc',
436 'ast/ast-expression-rewriter.cc', 436 'ast/ast-expression-rewriter.cc',
437 'ast/ast-expression-rewriter.h', 437 'ast/ast-expression-rewriter.h',
438 'ast/ast-function-literal-id-reindexer.cc',
439 'ast/ast-function-literal-id-reindexer.h',
438 'ast/ast-literal-reindexer.cc', 440 'ast/ast-literal-reindexer.cc',
439 'ast/ast-literal-reindexer.h', 441 'ast/ast-literal-reindexer.h',
440 'ast/ast-numbering.cc', 442 'ast/ast-numbering.cc',
441 'ast/ast-numbering.h', 443 'ast/ast-numbering.h',
442 'ast/ast-traversal-visitor.h', 444 'ast/ast-traversal-visitor.h',
443 'ast/ast-type-bounds.h', 445 'ast/ast-type-bounds.h',
444 'ast/ast-types.cc', 446 'ast/ast-types.cc',
445 'ast/ast-types.h', 447 'ast/ast-types.h',
446 'ast/ast-value-factory.cc', 448 'ast/ast-value-factory.cc',
447 'ast/ast-value-factory.h', 449 'ast/ast-value-factory.h',
(...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 'conditions': [ 2469 'conditions': [
2468 ['want_separate_host_toolset_mkpeephole==1', { 2470 ['want_separate_host_toolset_mkpeephole==1', {
2469 'toolsets': ['host'], 2471 'toolsets': ['host'],
2470 }, { 2472 }, {
2471 'toolsets': ['target'], 2473 'toolsets': ['target'],
2472 }], 2474 }],
2473 ], 2475 ],
2474 }, 2476 },
2475 ], 2477 ],
2476 } 2478 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698