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

Unified Diff: build/all.gyp

Issue 66663004: events: Add a new events_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 7 years, 1 month 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 | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698