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

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

Issue 1776353002: Split off api-arguments.[h|cc] from arguments.[h|cc] (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/arm/code-stubs-arm.cc ('K') | « src/x87/code-stubs-x87.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 '../../src/address-map.cc', 452 '../../src/address-map.cc',
453 '../../src/address-map.h', 453 '../../src/address-map.h',
454 '../../src/allocation.cc', 454 '../../src/allocation.cc',
455 '../../src/allocation.h', 455 '../../src/allocation.h',
456 '../../src/allocation-site-scopes.cc', 456 '../../src/allocation-site-scopes.cc',
457 '../../src/allocation-site-scopes.h', 457 '../../src/allocation-site-scopes.h',
458 '../../src/api-experimental.cc', 458 '../../src/api-experimental.cc',
459 '../../src/api-experimental.h', 459 '../../src/api-experimental.h',
460 '../../src/api.cc', 460 '../../src/api.cc',
461 '../../src/api.h', 461 '../../src/api.h',
462 '../../src/api-arguments.cc',
463 '../../src/api-arguments.h',
462 '../../src/api-natives.cc', 464 '../../src/api-natives.cc',
463 '../../src/api-natives.h', 465 '../../src/api-natives.h',
464 '../../src/arguments.cc', 466 '../../src/arguments.cc',
465 '../../src/arguments.h', 467 '../../src/arguments.h',
466 '../../src/assembler.cc', 468 '../../src/assembler.cc',
467 '../../src/assembler.h', 469 '../../src/assembler.h',
468 '../../src/assert-scope.h', 470 '../../src/assert-scope.h',
469 '../../src/assert-scope.cc', 471 '../../src/assert-scope.cc',
470 '../../src/ast/ast-expression-rewriter.cc', 472 '../../src/ast/ast-expression-rewriter.cc',
471 '../../src/ast/ast-expression-rewriter.h', 473 '../../src/ast/ast-expression-rewriter.h',
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 }], 2267 }],
2266 ['want_separate_host_toolset==1', { 2268 ['want_separate_host_toolset==1', {
2267 'toolsets': ['host'], 2269 'toolsets': ['host'],
2268 }, { 2270 }, {
2269 'toolsets': ['target'], 2271 'toolsets': ['target'],
2270 }], 2272 }],
2271 ], 2273 ],
2272 }, 2274 },
2273 ], 2275 ],
2274 } 2276 }
OLDNEW
« src/arm/code-stubs-arm.cc ('K') | « src/x87/code-stubs-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698