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

Side by Side Diff: BUILD.gn

Issue 2149093002: Reland "[interpreter] Reduce dependencies in bytecodes.{h,cc}" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/DEPS » ('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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 "src/interface-descriptors.cc", 1275 "src/interface-descriptors.cc",
1276 "src/interface-descriptors.h", 1276 "src/interface-descriptors.h",
1277 "src/interpreter/bytecode-array-builder.cc", 1277 "src/interpreter/bytecode-array-builder.cc",
1278 "src/interpreter/bytecode-array-builder.h", 1278 "src/interpreter/bytecode-array-builder.h",
1279 "src/interpreter/bytecode-array-iterator.cc", 1279 "src/interpreter/bytecode-array-iterator.cc",
1280 "src/interpreter/bytecode-array-iterator.h", 1280 "src/interpreter/bytecode-array-iterator.h",
1281 "src/interpreter/bytecode-array-writer.cc", 1281 "src/interpreter/bytecode-array-writer.cc",
1282 "src/interpreter/bytecode-array-writer.h", 1282 "src/interpreter/bytecode-array-writer.h",
1283 "src/interpreter/bytecode-dead-code-optimizer.cc", 1283 "src/interpreter/bytecode-dead-code-optimizer.cc",
1284 "src/interpreter/bytecode-dead-code-optimizer.h", 1284 "src/interpreter/bytecode-dead-code-optimizer.h",
1285 "src/interpreter/bytecode-decoder.cc",
1286 "src/interpreter/bytecode-decoder.h",
1287 "src/interpreter/bytecode-flags.cc",
1288 "src/interpreter/bytecode-flags.h",
1285 "src/interpreter/bytecode-generator.cc", 1289 "src/interpreter/bytecode-generator.cc",
1286 "src/interpreter/bytecode-generator.h", 1290 "src/interpreter/bytecode-generator.h",
1287 "src/interpreter/bytecode-label.h", 1291 "src/interpreter/bytecode-label.h",
1288 "src/interpreter/bytecode-peephole-optimizer.cc", 1292 "src/interpreter/bytecode-peephole-optimizer.cc",
1289 "src/interpreter/bytecode-peephole-optimizer.h", 1293 "src/interpreter/bytecode-peephole-optimizer.h",
1290 "src/interpreter/bytecode-pipeline.cc", 1294 "src/interpreter/bytecode-pipeline.cc",
1291 "src/interpreter/bytecode-pipeline.h", 1295 "src/interpreter/bytecode-pipeline.h",
1292 "src/interpreter/bytecode-register-allocator.cc", 1296 "src/interpreter/bytecode-register-allocator.cc",
1293 "src/interpreter/bytecode-register-allocator.h", 1297 "src/interpreter/bytecode-register-allocator.h",
1294 "src/interpreter/bytecode-register-optimizer.cc", 1298 "src/interpreter/bytecode-register-optimizer.cc",
1295 "src/interpreter/bytecode-register-optimizer.h", 1299 "src/interpreter/bytecode-register-optimizer.h",
1300 "src/interpreter/bytecode-register.cc",
1301 "src/interpreter/bytecode-register.h",
1296 "src/interpreter/bytecode-traits.h", 1302 "src/interpreter/bytecode-traits.h",
1297 "src/interpreter/bytecodes.cc", 1303 "src/interpreter/bytecodes.cc",
1298 "src/interpreter/bytecodes.h", 1304 "src/interpreter/bytecodes.h",
1299 "src/interpreter/constant-array-builder.cc", 1305 "src/interpreter/constant-array-builder.cc",
1300 "src/interpreter/constant-array-builder.h", 1306 "src/interpreter/constant-array-builder.h",
1301 "src/interpreter/control-flow-builders.cc", 1307 "src/interpreter/control-flow-builders.cc",
1302 "src/interpreter/control-flow-builders.h", 1308 "src/interpreter/control-flow-builders.h",
1303 "src/interpreter/handler-table-builder.cc", 1309 "src/interpreter/handler-table-builder.cc",
1304 "src/interpreter/handler-table-builder.h", 1310 "src/interpreter/handler-table-builder.h",
1305 "src/interpreter/interpreter-assembler.cc", 1311 "src/interpreter/interpreter-assembler.cc",
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
2399 2405
2400 deps = [ 2406 deps = [
2401 ":fuzzer_support", 2407 ":fuzzer_support",
2402 ] 2408 ]
2403 2409
2404 configs = [ ":internal_config" ] 2410 configs = [ ":internal_config" ]
2405 } 2411 }
2406 2412
2407 v8_fuzzer("wasm_asmjs_fuzzer") { 2413 v8_fuzzer("wasm_asmjs_fuzzer") {
2408 } 2414 }
OLDNEW
« no previous file with comments | « no previous file | src/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698