| Index: ui/base/ui_base_tests.gyp
|
| diff --git a/ui/base/ui_base_tests.gyp b/ui/base/ui_base_tests.gyp
|
| index 9a77555423eff8dad9cddf9768ef9931c5314adf..2deda706c5af0e070a0e33ddacdfdb63961957d1 100644
|
| --- a/ui/base/ui_base_tests.gyp
|
| +++ b/ui/base/ui_base_tests.gyp
|
| @@ -56,6 +56,12 @@
|
| 'target_name': 'ui_unittests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + # TODO(tfarina): This is a layer violation and should be removed.
|
| + # crbug.com/176960
|
| + # For now this is here as a temporary band-aid to fix the clobber
|
| + # issue we are seeing when running this target on Android.
|
| + # crbug.com/374490
|
| + '../../chrome/chrome_resources.gyp:packed_resources',
|
| 'ui_unittests',
|
| ],
|
| 'variables': {
|
| @@ -67,6 +73,12 @@
|
| 'target_name': 'ui_base_unittests_apk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + # TODO(tfarina): This is a layer violation and should be removed.
|
| + # crbug.com/176960
|
| + # For now this is here as a temporary band-aid to fix the clobber
|
| + # issue we are seeing when running this target on Android.
|
| + # crbug.com/374490
|
| + '../../chrome/chrome_resources.gyp:packed_resources',
|
| 'ui_base_unittests',
|
| ],
|
| 'variables': {
|
|
|