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

Side by Side Diff: BUILD.gn

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 | « no previous file | src/code.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 "src/char-predicates-inl.h", 675 "src/char-predicates-inl.h",
676 "src/char-predicates.h", 676 "src/char-predicates.h",
677 "src/checks.h", 677 "src/checks.h",
678 "src/circular-queue-inl.h", 678 "src/circular-queue-inl.h",
679 "src/circular-queue.h", 679 "src/circular-queue.h",
680 "src/code-factory.cc", 680 "src/code-factory.cc",
681 "src/code-factory.h", 681 "src/code-factory.h",
682 "src/code-stubs.cc", 682 "src/code-stubs.cc",
683 "src/code-stubs.h", 683 "src/code-stubs.h",
684 "src/code-stubs-hydrogen.cc", 684 "src/code-stubs-hydrogen.cc",
685 "src/code.h",
686 "src/codegen.cc", 685 "src/codegen.cc",
687 "src/codegen.h", 686 "src/codegen.h",
688 "src/compilation-cache.cc", 687 "src/compilation-cache.cc",
689 "src/compilation-cache.h", 688 "src/compilation-cache.h",
690 "src/compilation-dependencies.cc", 689 "src/compilation-dependencies.cc",
691 "src/compilation-dependencies.h", 690 "src/compilation-dependencies.h",
692 "src/compilation-statistics.cc", 691 "src/compilation-statistics.cc",
693 "src/compilation-statistics.h", 692 "src/compilation-statistics.h",
694 "src/compiler/access-builder.cc", 693 "src/compiler/access-builder.cc",
695 "src/compiler/access-builder.h", 694 "src/compiler/access-builder.h",
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1817 if (!is_component_build) { 1816 if (!is_component_build) {
1818 sources += [ 1817 sources += [
1819 "$target_gen_dir/d8-js.cc", 1818 "$target_gen_dir/d8-js.cc",
1820 ] 1819 ]
1821 } 1820 }
1822 if (v8_enable_i18n_support) { 1821 if (v8_enable_i18n_support) {
1823 deps += [ "//third_party/icu" ] 1822 deps += [ "//third_party/icu" ]
1824 } 1823 }
1825 } 1824 }
1826 } 1825 }
OLDNEW
« no previous file with comments | « no previous file | src/code.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698