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

Side by Side Diff: BUILD.gn

Issue 2151693003: Revert of [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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 "src/interface-descriptors.cc", 1277 "src/interface-descriptors.cc",
1278 "src/interface-descriptors.h", 1278 "src/interface-descriptors.h",
1279 "src/interpreter/bytecode-array-builder.cc", 1279 "src/interpreter/bytecode-array-builder.cc",
1280 "src/interpreter/bytecode-array-builder.h", 1280 "src/interpreter/bytecode-array-builder.h",
1281 "src/interpreter/bytecode-array-iterator.cc", 1281 "src/interpreter/bytecode-array-iterator.cc",
1282 "src/interpreter/bytecode-array-iterator.h", 1282 "src/interpreter/bytecode-array-iterator.h",
1283 "src/interpreter/bytecode-array-writer.cc", 1283 "src/interpreter/bytecode-array-writer.cc",
1284 "src/interpreter/bytecode-array-writer.h", 1284 "src/interpreter/bytecode-array-writer.h",
1285 "src/interpreter/bytecode-dead-code-optimizer.cc", 1285 "src/interpreter/bytecode-dead-code-optimizer.cc",
1286 "src/interpreter/bytecode-dead-code-optimizer.h", 1286 "src/interpreter/bytecode-dead-code-optimizer.h",
1287 "src/interpreter/bytecode-decoder.cc",
1288 "src/interpreter/bytecode-decoder.h",
1289 "src/interpreter/bytecode-flags.cc",
1290 "src/interpreter/bytecode-flags.h",
1291 "src/interpreter/bytecode-generator.cc", 1287 "src/interpreter/bytecode-generator.cc",
1292 "src/interpreter/bytecode-generator.h", 1288 "src/interpreter/bytecode-generator.h",
1293 "src/interpreter/bytecode-label.h", 1289 "src/interpreter/bytecode-label.h",
1294 "src/interpreter/bytecode-peephole-optimizer.cc", 1290 "src/interpreter/bytecode-peephole-optimizer.cc",
1295 "src/interpreter/bytecode-peephole-optimizer.h", 1291 "src/interpreter/bytecode-peephole-optimizer.h",
1296 "src/interpreter/bytecode-pipeline.cc", 1292 "src/interpreter/bytecode-pipeline.cc",
1297 "src/interpreter/bytecode-pipeline.h", 1293 "src/interpreter/bytecode-pipeline.h",
1298 "src/interpreter/bytecode-register-allocator.cc", 1294 "src/interpreter/bytecode-register-allocator.cc",
1299 "src/interpreter/bytecode-register-allocator.h", 1295 "src/interpreter/bytecode-register-allocator.h",
1300 "src/interpreter/bytecode-register-optimizer.cc", 1296 "src/interpreter/bytecode-register-optimizer.cc",
1301 "src/interpreter/bytecode-register-optimizer.h", 1297 "src/interpreter/bytecode-register-optimizer.h",
1302 "src/interpreter/bytecode-register.cc",
1303 "src/interpreter/bytecode-register.h",
1304 "src/interpreter/bytecode-traits.h", 1298 "src/interpreter/bytecode-traits.h",
1305 "src/interpreter/bytecodes.cc", 1299 "src/interpreter/bytecodes.cc",
1306 "src/interpreter/bytecodes.h", 1300 "src/interpreter/bytecodes.h",
1307 "src/interpreter/constant-array-builder.cc", 1301 "src/interpreter/constant-array-builder.cc",
1308 "src/interpreter/constant-array-builder.h", 1302 "src/interpreter/constant-array-builder.h",
1309 "src/interpreter/control-flow-builders.cc", 1303 "src/interpreter/control-flow-builders.cc",
1310 "src/interpreter/control-flow-builders.h", 1304 "src/interpreter/control-flow-builders.h",
1311 "src/interpreter/handler-table-builder.cc", 1305 "src/interpreter/handler-table-builder.cc",
1312 "src/interpreter/handler-table-builder.h", 1306 "src/interpreter/handler-table-builder.h",
1313 "src/interpreter/interpreter-assembler.cc", 1307 "src/interpreter/interpreter-assembler.cc",
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
2407 2401
2408 deps = [ 2402 deps = [
2409 ":fuzzer_support", 2403 ":fuzzer_support",
2410 ] 2404 ]
2411 2405
2412 configs = [ ":internal_config" ] 2406 configs = [ ":internal_config" ]
2413 } 2407 }
2414 2408
2415 v8_fuzzer("wasm_asmjs_fuzzer") { 2409 v8_fuzzer("wasm_asmjs_fuzzer") {
2416 } 2410 }
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