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

Unified Diff: ui/app_list/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: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index b90ba0e69b933abb9ec5cada8fb81c90caa18c16..ed8ed829cf5355ef9a5a1fe820552fa76f72dc4f 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -282,11 +282,6 @@ test("app_list_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 = [
@@ -302,11 +297,11 @@ test("app_list_unittests") {
"//ui/gfx:test_support",
"//ui/gl:test_support",
"//ui/resources",
- "//ui/resources:ui_test_pak",
]
data_deps = [
"//third_party/mesa:osmesa",
+ "//ui/resources:ui_test_pak",
Dirk Pranke 2016/04/05 19:52:23 This should be :ui_test_pak_data , not :ui_test_pa
mfomitchev 2016/04/05 21:33:52 Ah, thanks! I will try that.
]
if (toolkit_views) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698