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

Side by Side Diff: BUILD.gn

Issue 1498833002: Move machine-type.h from src/compiler to src/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/code-stub-assembler.cc » ('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 if (is_android) { 10 if (is_android) {
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "src/compiler/liveness-analyzer.h", 790 "src/compiler/liveness-analyzer.h",
791 "src/compiler/load-elimination.cc", 791 "src/compiler/load-elimination.cc",
792 "src/compiler/load-elimination.h", 792 "src/compiler/load-elimination.h",
793 "src/compiler/loop-peeling.cc", 793 "src/compiler/loop-peeling.cc",
794 "src/compiler/loop-analysis.cc", 794 "src/compiler/loop-analysis.cc",
795 "src/compiler/loop-analysis.h", 795 "src/compiler/loop-analysis.h",
796 "src/compiler/machine-operator-reducer.cc", 796 "src/compiler/machine-operator-reducer.cc",
797 "src/compiler/machine-operator-reducer.h", 797 "src/compiler/machine-operator-reducer.h",
798 "src/compiler/machine-operator.cc", 798 "src/compiler/machine-operator.cc",
799 "src/compiler/machine-operator.h", 799 "src/compiler/machine-operator.h",
800 "src/compiler/machine-type.cc",
801 "src/compiler/machine-type.h",
802 "src/compiler/move-optimizer.cc", 800 "src/compiler/move-optimizer.cc",
803 "src/compiler/move-optimizer.h", 801 "src/compiler/move-optimizer.h",
804 "src/compiler/node-aux-data.h", 802 "src/compiler/node-aux-data.h",
805 "src/compiler/node-cache.cc", 803 "src/compiler/node-cache.cc",
806 "src/compiler/node-cache.h", 804 "src/compiler/node-cache.h",
807 "src/compiler/node-marker.cc", 805 "src/compiler/node-marker.cc",
808 "src/compiler/node-marker.h", 806 "src/compiler/node-marker.h",
809 "src/compiler/node-matchers.cc", 807 "src/compiler/node-matchers.cc",
810 "src/compiler/node-matchers.h", 808 "src/compiler/node-matchers.h",
811 "src/compiler/node-properties.cc", 809 "src/compiler/node-properties.cc",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 "src/list-inl.h", 1087 "src/list-inl.h",
1090 "src/list.h", 1088 "src/list.h",
1091 "src/log-inl.h", 1089 "src/log-inl.h",
1092 "src/log-utils.cc", 1090 "src/log-utils.cc",
1093 "src/log-utils.h", 1091 "src/log-utils.h",
1094 "src/log.cc", 1092 "src/log.cc",
1095 "src/log.h", 1093 "src/log.h",
1096 "src/lookup.cc", 1094 "src/lookup.cc",
1097 "src/lookup.h", 1095 "src/lookup.h",
1098 "src/macro-assembler.h", 1096 "src/macro-assembler.h",
1097 "src/machine-type.cc",
1098 "src/machine-type.h",
1099 "src/messages.cc", 1099 "src/messages.cc",
1100 "src/messages.h", 1100 "src/messages.h",
1101 "src/msan.h", 1101 "src/msan.h",
1102 "src/objects-body-descriptors-inl.h", 1102 "src/objects-body-descriptors-inl.h",
1103 "src/objects-body-descriptors.h", 1103 "src/objects-body-descriptors.h",
1104 "src/objects-debug.cc", 1104 "src/objects-debug.cc",
1105 "src/objects-inl.h", 1105 "src/objects-inl.h",
1106 "src/objects-printer.cc", 1106 "src/objects-printer.cc",
1107 "src/objects.cc", 1107 "src/objects.cc",
1108 "src/objects.h", 1108 "src/objects.h",
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 if (!is_component_build) { 1836 if (!is_component_build) {
1837 sources += [ 1837 sources += [
1838 "$target_gen_dir/d8-js.cc", 1838 "$target_gen_dir/d8-js.cc",
1839 ] 1839 ]
1840 } 1840 }
1841 if (v8_enable_i18n_support) { 1841 if (v8_enable_i18n_support) {
1842 deps += [ "//third_party/icu" ] 1842 deps += [ "//third_party/icu" ]
1843 } 1843 }
1844 } 1844 }
1845 } 1845 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698