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

Unified Diff: ui/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 | « base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 341b7e6e73696a4c3dc1ce5116cd139b3fa23740..a9028f18be0e173d64a13530c336b682834af2f7 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -703,6 +703,7 @@ if (is_android) {
}
bundle_data("ui_base_unittests_bundle_data") {
+ testonly = true
sources = [
"test/data/data_pack_unittest/truncated-header.pak",
]
« no previous file with comments | « base/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698