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

Side by Side Diff: BUILD.gn

Issue 1292283005: Prototype CL for faster DOM accessors. 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/runtime/runtime.h » ('j') | src/runtime/runtime-ptr.cc » ('J')
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 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 "src/runtime/runtime-i18n.cc", 1101 "src/runtime/runtime-i18n.cc",
1102 "src/runtime/runtime-internal.cc", 1102 "src/runtime/runtime-internal.cc",
1103 "src/runtime/runtime-json.cc", 1103 "src/runtime/runtime-json.cc",
1104 "src/runtime/runtime-literals.cc", 1104 "src/runtime/runtime-literals.cc",
1105 "src/runtime/runtime-liveedit.cc", 1105 "src/runtime/runtime-liveedit.cc",
1106 "src/runtime/runtime-maths.cc", 1106 "src/runtime/runtime-maths.cc",
1107 "src/runtime/runtime-numbers.cc", 1107 "src/runtime/runtime-numbers.cc",
1108 "src/runtime/runtime-object.cc", 1108 "src/runtime/runtime-object.cc",
1109 "src/runtime/runtime-observe.cc", 1109 "src/runtime/runtime-observe.cc",
1110 "src/runtime/runtime-proxy.cc", 1110 "src/runtime/runtime-proxy.cc",
1111 "src/runtime/runtime-ptr.cc",
1111 "src/runtime/runtime-regexp.cc", 1112 "src/runtime/runtime-regexp.cc",
1112 "src/runtime/runtime-scopes.cc", 1113 "src/runtime/runtime-scopes.cc",
1113 "src/runtime/runtime-simd.cc", 1114 "src/runtime/runtime-simd.cc",
1114 "src/runtime/runtime-strings.cc", 1115 "src/runtime/runtime-strings.cc",
1115 "src/runtime/runtime-symbol.cc", 1116 "src/runtime/runtime-symbol.cc",
1116 "src/runtime/runtime-test.cc", 1117 "src/runtime/runtime-test.cc",
1117 "src/runtime/runtime-typedarray.cc", 1118 "src/runtime/runtime-typedarray.cc",
1118 "src/runtime/runtime-uri.cc", 1119 "src/runtime/runtime-uri.cc",
1119 "src/runtime/runtime-utils.h", 1120 "src/runtime/runtime-utils.h",
1120 "src/runtime/runtime.cc", 1121 "src/runtime/runtime.cc",
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 if (!is_component_build) { 1774 if (!is_component_build) {
1774 sources += [ 1775 sources += [
1775 "$target_gen_dir/d8-js.cc", 1776 "$target_gen_dir/d8-js.cc",
1776 ] 1777 ]
1777 } 1778 }
1778 if (v8_enable_i18n_support) { 1779 if (v8_enable_i18n_support) {
1779 deps += [ "//third_party/icu" ] 1780 deps += [ "//third_party/icu" ]
1780 } 1781 }
1781 } 1782 }
1782 } 1783 }
OLDNEW
« no previous file with comments | « no previous file | src/runtime/runtime.h » ('j') | src/runtime/runtime-ptr.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698