| Index: ui/resources/BUILD.gn
|
| diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
|
| index 48a23aeef2945b3eed86fdb2963d78fa9673308c..414f145354662b5468a35ed3f3640f508a118ed5 100644
|
| --- a/ui/resources/BUILD.gn
|
| +++ b/ui/resources/BUILD.gn
|
| @@ -88,7 +88,9 @@ if (is_ios || is_mac) {
|
| # This group exists just for targets that need the data file
|
| # to exist in the build directory so it can be loaded for test purposes.
|
| group("ui_test_pak_data") {
|
| - data_deps = [ ":repack_ui_test_pak" ]
|
| + data_deps = [
|
| + ":repack_ui_test_pak",
|
| + ]
|
| }
|
|
|
| # GYP version: ui/resources/ui_resources.gyp:ui_test_pak
|
|
|