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

Unified Diff: build/config/BUILD.gn

Issue 1266113002: Add a new gyp flag: fieldtrial_testing_like_official_build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 2d1dd1ed7d4dbcf0184722fe87f9de3928d087c3..a2cf25b56c2eca6339208982dae596913e174f18 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -284,6 +284,9 @@ config("feature_flags") {
"MEMORY_SANITIZER_INITIAL_SIZE",
]
}
+ if (fieldtrial_testing_like_official_build) {
+ defines += [ "FIELDTRIAL_TESTING_IS_OFFICIAL_BUILD=1" ]
+ }
}
# Debug/release ----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698