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

Unified Diff: ios/BUILD.gn

Issue 2799203003: [ios] Fix warning when running "gn gen". (Closed)
Patch Set: 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 | « no previous file | 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 7ba2d563681e362e6889e8a675a9deb65b3e9ad2..29356b2fb0096f2a1643625af4ecc8386b15922c 100644
--- a/ios/BUILD.gn
+++ b/ios/BUILD.gn
@@ -13,6 +13,7 @@ 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
}
@@ -20,6 +21,7 @@ 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698