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

Side by Side Diff: BUILD.gn

Issue 1375843004: Remove obsolete lookup-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix includes. Created 5 years, 2 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/lookup.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 # 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 "src/lithium-allocator.h", 1071 "src/lithium-allocator.h",
1072 "src/lithium-codegen.cc", 1072 "src/lithium-codegen.cc",
1073 "src/lithium-codegen.h", 1073 "src/lithium-codegen.h",
1074 "src/lithium.cc", 1074 "src/lithium.cc",
1075 "src/lithium.h", 1075 "src/lithium.h",
1076 "src/log-inl.h", 1076 "src/log-inl.h",
1077 "src/log-utils.cc", 1077 "src/log-utils.cc",
1078 "src/log-utils.h", 1078 "src/log-utils.h",
1079 "src/log.cc", 1079 "src/log.cc",
1080 "src/log.h", 1080 "src/log.h",
1081 "src/lookup-inl.h",
1082 "src/lookup.cc", 1081 "src/lookup.cc",
1083 "src/lookup.h", 1082 "src/lookup.h",
1084 "src/macro-assembler.h", 1083 "src/macro-assembler.h",
1085 "src/messages.cc", 1084 "src/messages.cc",
1086 "src/messages.h", 1085 "src/messages.h",
1087 "src/modules.cc", 1086 "src/modules.cc",
1088 "src/modules.h", 1087 "src/modules.h",
1089 "src/msan.h", 1088 "src/msan.h",
1090 "src/objects-debug.cc", 1089 "src/objects-debug.cc",
1091 "src/objects-inl.h", 1090 "src/objects-inl.h",
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 if (!is_component_build) { 1818 if (!is_component_build) {
1820 sources += [ 1819 sources += [
1821 "$target_gen_dir/d8-js.cc", 1820 "$target_gen_dir/d8-js.cc",
1822 ] 1821 ]
1823 } 1822 }
1824 if (v8_enable_i18n_support) { 1823 if (v8_enable_i18n_support) {
1825 deps += [ "//third_party/icu" ] 1824 deps += [ "//third_party/icu" ]
1826 } 1825 }
1827 } 1826 }
1828 } 1827 }
OLDNEW
« no previous file with comments | « no previous file | src/lookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698