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

Side by Side Diff: BUILD.gn

Issue 2536653003: [ignition] Rewrite reverse iterator as random iterator (Closed)
Patch Set: Rebase Created 4 years 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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 "src/identity-map.cc", 1437 "src/identity-map.cc",
1438 "src/identity-map.h", 1438 "src/identity-map.h",
1439 "src/interface-descriptors.cc", 1439 "src/interface-descriptors.cc",
1440 "src/interface-descriptors.h", 1440 "src/interface-descriptors.h",
1441 "src/interpreter/bytecode-array-accessor.cc", 1441 "src/interpreter/bytecode-array-accessor.cc",
1442 "src/interpreter/bytecode-array-accessor.h", 1442 "src/interpreter/bytecode-array-accessor.h",
1443 "src/interpreter/bytecode-array-builder.cc", 1443 "src/interpreter/bytecode-array-builder.cc",
1444 "src/interpreter/bytecode-array-builder.h", 1444 "src/interpreter/bytecode-array-builder.h",
1445 "src/interpreter/bytecode-array-iterator.cc", 1445 "src/interpreter/bytecode-array-iterator.cc",
1446 "src/interpreter/bytecode-array-iterator.h", 1446 "src/interpreter/bytecode-array-iterator.h",
1447 "src/interpreter/bytecode-array-reverse-iterator.cc", 1447 "src/interpreter/bytecode-array-random-iterator.cc",
1448 "src/interpreter/bytecode-array-reverse-iterator.h", 1448 "src/interpreter/bytecode-array-random-iterator.h",
1449 "src/interpreter/bytecode-array-writer.cc", 1449 "src/interpreter/bytecode-array-writer.cc",
1450 "src/interpreter/bytecode-array-writer.h", 1450 "src/interpreter/bytecode-array-writer.h",
1451 "src/interpreter/bytecode-dead-code-optimizer.cc", 1451 "src/interpreter/bytecode-dead-code-optimizer.cc",
1452 "src/interpreter/bytecode-dead-code-optimizer.h", 1452 "src/interpreter/bytecode-dead-code-optimizer.h",
1453 "src/interpreter/bytecode-decoder.cc", 1453 "src/interpreter/bytecode-decoder.cc",
1454 "src/interpreter/bytecode-decoder.h", 1454 "src/interpreter/bytecode-decoder.h",
1455 "src/interpreter/bytecode-flags.cc", 1455 "src/interpreter/bytecode-flags.cc",
1456 "src/interpreter/bytecode-flags.h", 1456 "src/interpreter/bytecode-flags.h",
1457 "src/interpreter/bytecode-generator.cc", 1457 "src/interpreter/bytecode-generator.cc",
1458 "src/interpreter/bytecode-generator.h", 1458 "src/interpreter/bytecode-generator.h",
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 ] 2992 ]
2993 2993
2994 configs = [ 2994 configs = [
2995 ":external_config", 2995 ":external_config",
2996 ":internal_config_base", 2996 ":internal_config_base",
2997 ] 2997 ]
2998 } 2998 }
2999 2999
3000 v8_fuzzer("wasm_data_section_fuzzer") { 3000 v8_fuzzer("wasm_data_section_fuzzer") {
3001 } 3001 }
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