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

Side by Side Diff: BUILD.gn

Issue 2367623004: [modules] Detect and throw exceptions for cyclic dependencies (Closed)
Patch Set: Update golden files Created 4 years, 3 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/api.cc » ('j') | src/objects.h » ('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/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 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 "src/lookup-cache-inl.h", 1465 "src/lookup-cache-inl.h",
1466 "src/lookup-cache.cc", 1466 "src/lookup-cache.cc",
1467 "src/lookup-cache.h", 1467 "src/lookup-cache.h",
1468 "src/lookup.cc", 1468 "src/lookup.cc",
1469 "src/lookup.h", 1469 "src/lookup.h",
1470 "src/machine-type.cc", 1470 "src/machine-type.cc",
1471 "src/machine-type.h", 1471 "src/machine-type.h",
1472 "src/macro-assembler.h", 1472 "src/macro-assembler.h",
1473 "src/messages.cc", 1473 "src/messages.cc",
1474 "src/messages.h", 1474 "src/messages.h",
1475 "src/module-resolve-set-inl.h",
1475 "src/msan.h", 1476 "src/msan.h",
1476 "src/objects-body-descriptors-inl.h", 1477 "src/objects-body-descriptors-inl.h",
1477 "src/objects-body-descriptors.h", 1478 "src/objects-body-descriptors.h",
1478 "src/objects-debug.cc", 1479 "src/objects-debug.cc",
1479 "src/objects-inl.h", 1480 "src/objects-inl.h",
1480 "src/objects-printer.cc", 1481 "src/objects-printer.cc",
1481 "src/objects.cc", 1482 "src/objects.cc",
1482 "src/objects.h", 1483 "src/objects.h",
1483 "src/ostreams.cc", 1484 "src/ostreams.cc",
1484 "src/ostreams.h", 1485 "src/ostreams.h",
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2865 ":fuzzer_support", 2866 ":fuzzer_support",
2866 ":lib_wasm_section_fuzzer", 2867 ":lib_wasm_section_fuzzer",
2867 ":wasm_module_runner", 2868 ":wasm_module_runner",
2868 ] 2869 ]
2869 2870
2870 configs = [ ":internal_config" ] 2871 configs = [ ":internal_config" ]
2871 } 2872 }
2872 2873
2873 v8_fuzzer("wasm_data_section_fuzzer") { 2874 v8_fuzzer("wasm_data_section_fuzzer") {
2874 } 2875 }
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698