Chromium Code Reviews| 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) { |