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

Side by Side Diff: BUILD.gn

Issue 1416973014: [turbofan] Move PropertyAccessInfo and friends to a separate file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add missing factory() method. Created 5 years, 1 month 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/compiler/js-native-context-specialization.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 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 # Because standalone V8 builds are not supported, assume this is part of a 10 # Because standalone V8 builds are not supported, assume this is part of a
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 "src/compiler/operator-properties.cc", 818 "src/compiler/operator-properties.cc",
819 "src/compiler/operator-properties.h", 819 "src/compiler/operator-properties.h",
820 "src/compiler/operator.cc", 820 "src/compiler/operator.cc",
821 "src/compiler/operator.h", 821 "src/compiler/operator.h",
822 "src/compiler/osr.cc", 822 "src/compiler/osr.cc",
823 "src/compiler/osr.h", 823 "src/compiler/osr.h",
824 "src/compiler/pipeline.cc", 824 "src/compiler/pipeline.cc",
825 "src/compiler/pipeline.h", 825 "src/compiler/pipeline.h",
826 "src/compiler/pipeline-statistics.cc", 826 "src/compiler/pipeline-statistics.cc",
827 "src/compiler/pipeline-statistics.h", 827 "src/compiler/pipeline-statistics.h",
828 "src/compiler/property-access-info.cc",
829 "src/compiler/property-access-info.h",
828 "src/compiler/raw-machine-assembler.cc", 830 "src/compiler/raw-machine-assembler.cc",
829 "src/compiler/raw-machine-assembler.h", 831 "src/compiler/raw-machine-assembler.h",
830 "src/compiler/register-allocator.cc", 832 "src/compiler/register-allocator.cc",
831 "src/compiler/register-allocator.h", 833 "src/compiler/register-allocator.h",
832 "src/compiler/register-allocator-verifier.cc", 834 "src/compiler/register-allocator-verifier.cc",
833 "src/compiler/register-allocator-verifier.h", 835 "src/compiler/register-allocator-verifier.h",
834 "src/compiler/representation-change.h", 836 "src/compiler/representation-change.h",
835 "src/compiler/schedule.cc", 837 "src/compiler/schedule.cc",
836 "src/compiler/schedule.h", 838 "src/compiler/schedule.h",
837 "src/compiler/scheduler.cc", 839 "src/compiler/scheduler.cc",
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 if (!is_component_build) { 1840 if (!is_component_build) {
1839 sources += [ 1841 sources += [
1840 "$target_gen_dir/d8-js.cc", 1842 "$target_gen_dir/d8-js.cc",
1841 ] 1843 ]
1842 } 1844 }
1843 if (v8_enable_i18n_support) { 1845 if (v8_enable_i18n_support) {
1844 deps += [ "//third_party/icu" ] 1846 deps += [ "//third_party/icu" ]
1845 } 1847 }
1846 } 1848 }
1847 } 1849 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/js-native-context-specialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698