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

Unified Diff: ui/events/events.gyp

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 months 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 | « ui/compositor/BUILD.gn ('k') | ui/gfx/geometry/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 1684417d28c2b7be93920581bbbdfcfdd69f6285..7e1c1b15e5e496d2d4c9e4a1002f12c1dedabffe 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -8,18 +8,21 @@
},
'targets': [
{
+ # GN version: //ui/events:dom4_keycode_converter
'target_name': 'dom4_keycode_converter',
'type': 'static_library',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'keycodes/dom4/keycode_converter.cc',
'keycodes/dom4/keycode_converter.h',
'keycodes/dom4/keycode_converter_data.h',
],
},
{
+ # GN version: //ui/events:events_base
'target_name': 'events_base',
'type': '<(component)',
'dependencies': [
@@ -34,6 +37,7 @@
'EVENTS_BASE_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'device_data_manager.cc',
'device_data_manager.h',
'event_constants.h',
@@ -77,6 +81,7 @@
],
},
{
+ # GN version: //ui/events
'target_name': 'events',
'type': '<(component)',
'dependencies': [
@@ -92,6 +97,7 @@
'EVENTS_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'cocoa/cocoa_event_utils.h',
'cocoa/cocoa_event_utils.mm',
'cocoa/events_mac.mm',
@@ -177,6 +183,7 @@
],
},
{
+ # GN version: //ui/events:gesture_detection
'target_name': 'gesture_detection',
'type': '<(component)',
'dependencies': [
@@ -190,6 +197,7 @@
'GESTURE_DETECTION_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'gesture_detection/bitset_32.h',
'gesture_detection/filtered_gesture_provider.cc',
'gesture_detection/filtered_gesture_provider.h',
@@ -226,6 +234,7 @@
],
},
{
+ # GN version: //ui/events:test_support
'target_name': 'events_test_support',
'type': 'static_library',
'dependencies': [
@@ -235,6 +244,7 @@
'platform/events_platform.gyp:events_platform',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'test/cocoa_test_event_utils.h',
'test/cocoa_test_event_utils.mm',
'test/event_generator.cc',
@@ -275,6 +285,7 @@
],
},
{
+ # GN vesrion: //ui/events:events_unittests
'target_name': 'events_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -294,6 +305,7 @@
'platform/events_platform.gyp:events_platform',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'cocoa/events_mac_unittest.mm',
'event_dispatcher_unittest.cc',
'event_processor_unittest.cc',
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/gfx/geometry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698