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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1565153002: Add a generic mechanism for expression rewriting (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rewrite according to comments and small fix Created 4 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
« src/ast/ast.h ('K') | « src/ast/ast-expression-rewriter.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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../../src/api.cc', 397 '../../src/api.cc',
398 '../../src/api.h', 398 '../../src/api.h',
399 '../../src/api-natives.cc', 399 '../../src/api-natives.cc',
400 '../../src/api-natives.h', 400 '../../src/api-natives.h',
401 '../../src/arguments.cc', 401 '../../src/arguments.cc',
402 '../../src/arguments.h', 402 '../../src/arguments.h',
403 '../../src/assembler.cc', 403 '../../src/assembler.cc',
404 '../../src/assembler.h', 404 '../../src/assembler.h',
405 '../../src/assert-scope.h', 405 '../../src/assert-scope.h',
406 '../../src/assert-scope.cc', 406 '../../src/assert-scope.cc',
407 '../../src/ast/ast-expression-rewriter.cc',
408 '../../src/ast/ast-expression-rewriter.h',
407 '../../src/ast/ast-expression-visitor.cc', 409 '../../src/ast/ast-expression-visitor.cc',
408 '../../src/ast/ast-expression-visitor.h', 410 '../../src/ast/ast-expression-visitor.h',
409 '../../src/ast/ast-literal-reindexer.cc', 411 '../../src/ast/ast-literal-reindexer.cc',
410 '../../src/ast/ast-literal-reindexer.h', 412 '../../src/ast/ast-literal-reindexer.h',
411 '../../src/ast/ast-numbering.cc', 413 '../../src/ast/ast-numbering.cc',
412 '../../src/ast/ast-numbering.h', 414 '../../src/ast/ast-numbering.h',
413 '../../src/ast/ast-value-factory.cc', 415 '../../src/ast/ast-value-factory.cc',
414 '../../src/ast/ast-value-factory.h', 416 '../../src/ast/ast-value-factory.h',
415 '../../src/ast/ast.cc', 417 '../../src/ast/ast.cc',
416 '../../src/ast/ast.h', 418 '../../src/ast/ast.h',
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 }], 2120 }],
2119 ['want_separate_host_toolset==1', { 2121 ['want_separate_host_toolset==1', {
2120 'toolsets': ['host'], 2122 'toolsets': ['host'],
2121 }, { 2123 }, {
2122 'toolsets': ['target'], 2124 'toolsets': ['target'],
2123 }], 2125 }],
2124 ], 2126 ],
2125 }, 2127 },
2126 ], 2128 ],
2127 } 2129 }
OLDNEW
« src/ast/ast.h ('K') | « src/ast/ast-expression-rewriter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698