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

Unified Diff: .gn

Issue 3011413002: Remove remaining mentions of gflags (Closed)
Patch Set: Replace `!build_with_chromium` with `rtc_include_tests` Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 882d220fdb7cccfce748b5a6e7933cc974e8b1f7..c3b26775d1ca1d5b8ba3fa73775e11b7d16da1b9 100644
--- a/.gn
+++ b/.gn
@@ -67,4 +67,8 @@ default_args = {
# WebRTC relies on Chromium's Android test infrastructure.
use_cxx11_on_android = false
+
+ # WebRTC does not provide the gflags dependency. Because libyuv uses it only
+ # for unittests, it can be disabled (see third_party/libyuv/BUILD.gn)
+ libyuv_use_gflags = false
}
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698