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

Unified Diff: base/BUILD.gn

Issue 1807213002: [iOS] Mark test bundle_data targets as testonly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: Rebase on origin/master Created 4 years, 9 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 | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 1cbc063dae9fbb9d3785007c4832441ca2ba23b9..38e05401fe19965d0f09126a2bbb61e5cde28851 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1629,6 +1629,7 @@ if (is_win) {
}
bundle_data("base_unittests_bundle_data") {
+ testonly = true
sources = [
"test/data",
]
« no previous file with comments | « no previous file | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698