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

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

Issue 1302293002: Remove code.h header and move ParameterCount class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/macro-assembler.h ('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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 '../../src/char-predicates-inl.h', 432 '../../src/char-predicates-inl.h',
433 '../../src/char-predicates.h', 433 '../../src/char-predicates.h',
434 '../../src/checks.h', 434 '../../src/checks.h',
435 '../../src/circular-queue-inl.h', 435 '../../src/circular-queue-inl.h',
436 '../../src/circular-queue.h', 436 '../../src/circular-queue.h',
437 '../../src/code-factory.cc', 437 '../../src/code-factory.cc',
438 '../../src/code-factory.h', 438 '../../src/code-factory.h',
439 '../../src/code-stubs.cc', 439 '../../src/code-stubs.cc',
440 '../../src/code-stubs.h', 440 '../../src/code-stubs.h',
441 '../../src/code-stubs-hydrogen.cc', 441 '../../src/code-stubs-hydrogen.cc',
442 '../../src/code.h',
443 '../../src/codegen.cc', 442 '../../src/codegen.cc',
444 '../../src/codegen.h', 443 '../../src/codegen.h',
445 '../../src/compilation-cache.cc', 444 '../../src/compilation-cache.cc',
446 '../../src/compilation-cache.h', 445 '../../src/compilation-cache.h',
447 '../../src/compilation-dependencies.cc', 446 '../../src/compilation-dependencies.cc',
448 '../../src/compilation-dependencies.h', 447 '../../src/compilation-dependencies.h',
449 '../../src/compilation-statistics.cc', 448 '../../src/compilation-statistics.cc',
450 '../../src/compilation-statistics.h', 449 '../../src/compilation-statistics.h',
451 '../../src/compiler/access-builder.cc', 450 '../../src/compiler/access-builder.cc',
452 '../../src/compiler/access-builder.h', 451 '../../src/compiler/access-builder.h',
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 }], 2018 }],
2020 ['want_separate_host_toolset==1', { 2019 ['want_separate_host_toolset==1', {
2021 'toolsets': ['host'], 2020 'toolsets': ['host'],
2022 }, { 2021 }, {
2023 'toolsets': ['target'], 2022 'toolsets': ['target'],
2024 }], 2023 }],
2025 ], 2024 ],
2026 }, 2025 },
2027 ], 2026 ],
2028 } 2027 }
OLDNEW
« no previous file with comments | « src/macro-assembler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698