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

Unified Diff: ui/views/BUILD.gn

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 8741bec7e1a437bd3c47405f39da078ffe417356..5c471a5b1aa068ea895b68614c59991a407f1a70 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -231,8 +231,10 @@ test("views_unittests") {
"//url",
]
- data_deps = [
- "//ui/resources:ui_test_pak",
+ # TODO(thakis): This should be a data_deps on //ui/resources:ui_test_pak, but
+ # that has no effect. (See similar TODOs elsewhere ui_test.pak is listed)
+ data = [
+ "$root_out_dir/ui_test.pak",
]
if (is_win) {
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698