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

Unified Diff: ui/app_list/shower/BUILD.gn

Issue 1864673002: Using data_deps instead of data in BUILD.gn for app list test components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Same change for ui/app_list/shower/BUILD.gn Created 4 years, 8 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/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/shower/BUILD.gn
diff --git a/ui/app_list/shower/BUILD.gn b/ui/app_list/shower/BUILD.gn
index f87244da79385b1b85ae970c919bc7cdfd312f96..d573fd20d0f50d0334ec894a6689a1a60552c8b5 100644
--- a/ui/app_list/shower/BUILD.gn
+++ b/ui/app_list/shower/BUILD.gn
@@ -49,11 +49,6 @@ test("app_list_shower_unittests") {
"test/run_all_unittests.cc",
]
- # TODO: Add to data_deps instead once GN has rolled past #339778.
- data = [
- "$root_out_dir/ui_test.pak",
- ]
-
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
@@ -67,7 +62,10 @@ test("app_list_shower_unittests") {
"//ui/aura:test_support",
"//ui/base",
"//ui/gl:test_support",
- "//ui/resources:ui_test_pak",
"//ui/wm:wm",
]
+
+ data_deps = [
+ "//ui/resources:ui_test_pak_data",
+ ]
}
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698