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

Side by Side Diff: BUILD.gn

Issue 1707743002: [key-accumulator] Starting to reimplement the key-accumulator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use proper type Created 4 years, 9 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/elements.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 if (is_android) { 10 if (is_android) {
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 "src/interpreter/interpreter-assembler.h", 1132 "src/interpreter/interpreter-assembler.h",
1133 "src/interpreter/register-translator.cc", 1133 "src/interpreter/register-translator.cc",
1134 "src/interpreter/register-translator.h", 1134 "src/interpreter/register-translator.h",
1135 "src/interpreter/source-position-table.cc", 1135 "src/interpreter/source-position-table.cc",
1136 "src/interpreter/source-position-table.h", 1136 "src/interpreter/source-position-table.h",
1137 "src/isolate-inl.h", 1137 "src/isolate-inl.h",
1138 "src/isolate.cc", 1138 "src/isolate.cc",
1139 "src/isolate.h", 1139 "src/isolate.h",
1140 "src/json-parser.h", 1140 "src/json-parser.h",
1141 "src/json-stringifier.h", 1141 "src/json-stringifier.h",
1142 "src/key-accumulator.h", 1142 "src/keys.h",
1143 "src/key-accumulator.cc", 1143 "src/keys.cc",
1144 "src/layout-descriptor-inl.h", 1144 "src/layout-descriptor-inl.h",
1145 "src/layout-descriptor.cc", 1145 "src/layout-descriptor.cc",
1146 "src/layout-descriptor.h", 1146 "src/layout-descriptor.h",
1147 "src/list-inl.h", 1147 "src/list-inl.h",
1148 "src/list.h", 1148 "src/list.h",
1149 "src/log-inl.h", 1149 "src/log-inl.h",
1150 "src/log-utils.cc", 1150 "src/log-utils.cc",
1151 "src/log-utils.h", 1151 "src/log-utils.h",
1152 "src/log.cc", 1152 "src/log.cc",
1153 "src/log.h", 1153 "src/log.h",
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2077 2077
2078 configs -= [ "//build/config/compiler:chromium_code" ] 2078 configs -= [ "//build/config/compiler:chromium_code" ]
2079 configs += [ "//build/config/compiler:no_chromium_code" ] 2079 configs += [ "//build/config/compiler:no_chromium_code" ]
2080 configs += [ 2080 configs += [
2081 ":internal_config", 2081 ":internal_config",
2082 ":libplatform_config", 2082 ":libplatform_config",
2083 ":features", 2083 ":features",
2084 ":toolchain", 2084 ":toolchain",
2085 ] 2085 ]
2086 } 2086 }
OLDNEW
« no previous file with comments | « no previous file | src/elements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698