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

Unified Diff: ios/BUILD.gn

Issue 2801123002: Remove stale gn arg to avoid undeclared argument warning. (Closed)
Patch Set: Actually fix DEPS... Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/BUILD.gn
diff --git a/ios/BUILD.gn b/ios/BUILD.gn
index 29356b2fb0096f2a1643625af4ecc8386b15922c..7ba2d563681e362e6889e8a675a9deb65b3e9ad2 100644
--- a/ios/BUILD.gn
+++ b/ios/BUILD.gn
@@ -13,7 +13,6 @@ declare_args() {
# the overrides are never used.
v8_extra_library_files = []
v8_experimental_extra_library_files = []
- v8_enable_inspector = true
v8_enable_gdbjit = false
v8_imminent_deprecation_warnings = false
}
@@ -21,7 +20,6 @@ declare_args() {
# Prevent warnings for unused build args above.
assert(v8_extra_library_files != 0)
assert(v8_experimental_extra_library_files != 0)
-assert(v8_enable_inspector)
assert(!v8_enable_gdbjit)
assert(!v8_imminent_deprecation_warnings)
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698