| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 682164b2ac2db9e395063b92ba2c816c1eeccc00..dce2b37741dbbb8008cec23b0a9b707e57e36ec1 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -359,6 +359,11 @@
|
| '../ui/compositor/compositor.gyp:compositor_unittests',
|
| ],
|
| }],
|
| + ['use_aura==1 or toolkit_views==1', {
|
| + 'dependencies': [
|
| + '../ui/events/events.gyp:events_unittests',
|
| + ],
|
| + }],
|
| ['use_ash==1', {
|
| 'dependencies': [
|
| '../ash/ash.gyp:ash_unittests',
|
| @@ -794,6 +799,7 @@
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
|
| + '../ui/events/events.gyp:events_unittests',
|
| '../ui/ui_unittests.gyp:ui_unittests',
|
| '../ui/views/views.gyp:views_unittests',
|
| '../url/url.gyp:url_unittests',
|
| @@ -958,6 +964,7 @@
|
| '../ui/app_list/app_list.gyp:*',
|
| '../ui/aura/aura.gyp:*',
|
| '../ui/compositor/compositor.gyp:*',
|
| + '../ui/events/events.gyp:*',
|
| '../ui/message_center/message_center.gyp:*',
|
| '../ui/ui_unittests.gyp:ui_unittests',
|
| '../ui/snapshot/snapshot.gyp:snapshot_unittests',
|
| @@ -1012,15 +1019,6 @@
|
| '../sync/sync.gyp:sync_unit_tests',
|
| ],
|
| }],
|
| - ['OS=="mac"', {
|
| - # Exclude dependencies that are not currently implemented.
|
| - 'dependencies!': [
|
| - '../chrome/chrome.gyp:chrome',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - '../device/device_tests.gyp:device_unittests',
|
| - '../ui/views/views.gyp:views_unittests',
|
| - ],
|
| - }],
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| '../chromeos/chromeos.gyp:chromeos_unittests',
|
|
|