summaryrefslogtreecommitdiffstats
path: root/chromium/.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/.gn')
-rw-r--r--chromium/.gn23
1 files changed, 5 insertions, 18 deletions
diff --git a/chromium/.gn b/chromium/.gn
index b66e15317bb..20f2aad03c8 100644
--- a/chromium/.gn
+++ b/chromium/.gn
@@ -29,22 +29,7 @@ default_args = {
# also needs to be defined to src/ios/BUILD.gn (respectively removed from both
# location when it is removed).
- v8_extra_library_files = [
- # Do *not* add more files to this list. V8 extra libraries is deprecated.
- # TODO(902633): This list is be removed once streams are ported to C++.
- # Dependencies used by the extra libraries. Putting them here causes them
- # to be executed first during snapshot creation.
- "//third_party/blink/renderer/core/streams/CommonOperations.js",
- "//third_party/blink/renderer/core/streams/CommonStrings.js",
- "//third_party/blink/renderer/core/streams/SimpleQueue.js",
-
- # Extra libraries.
- "//third_party/blink/renderer/core/streams/ByteLengthQueuingStrategy.js",
- "//third_party/blink/renderer/core/streams/CountQueuingStrategy.js",
- "//third_party/blink/renderer/core/streams/ReadableStream.js",
- "//third_party/blink/renderer/core/streams/WritableStream.js",
- "//third_party/blink/renderer/core/streams/TransformStream.js",
- ]
+ v8_extra_library_files = []
v8_experimental_extra_library_files = []
v8_enable_gdbjit = false
v8_imminent_deprecation_warnings = false
@@ -71,6 +56,7 @@ default_args = {
# their includes checked for proper dependencies when you run either
# "gn check" or "gn gen --check".
check_targets = [
+ "//android_webview/*",
"//apps/*",
"//ash/*",
"//base/*",
@@ -559,8 +545,7 @@ check_targets = [
"//third_party/sqlite4java/*",
"//third_party/stp/*",
"//third_party/sudden_motion_sensor/*",
-
- # "//third_party/swiftshader/*", # 1 error
+ "//third_party/swiftshader/*",
"//third_party/swig/*",
"//third_party/tcmalloc/*",
"//third_party/test_fonts/*",
@@ -598,6 +583,8 @@ check_targets = [
"//url/*",
#"//v8/*", # Errors: https://bugs.chromium.org/p/v8/issues/detail?id=7330
+
+ "//weblayer/*",
]
# These are the list of GN files that run exec_script. This whitelist exists