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

Unified Diff: ui/wm/BUILD.gn

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 4 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 | « ui/app_list/app_list.gyp ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index 9e73fbb2b603f238f90ad8c40fb9b4322e60d1f9..50a26fec37666eb73b5aeb3066ab34f6855d3024 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -151,7 +151,10 @@ test("wm_unittests") {
"test/run_all_unittests.cc",
]
- data_deps = [ "//ui/resources:ui_test_pak" ]
+ data_deps = [
+ "//third_party/mesa:osmesa",
+ "//ui/resources:ui_test_pak",
+ ]
deps = [
":test_support",
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698