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

Unified Diff: ui/events/events.gyp

Issue 1034713004: Refactors gesture conversion functions to ui/events/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix M_PI usage for windows Created 5 years, 9 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
« ui/events/blink/DEPS ('K') | « ui/events/blink/blink_event_util.cc ('k') | no next file » | 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 ce736ba85df95891a7fe9960b1130b3a57d17c43..6bbaa85bd5cb24138ad61114bf82c308b9c804f4 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -184,6 +184,22 @@
],
},
{
+ # GN version: //ui/events/blink
+ 'target_name': 'blink',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
+ '../gfx/gfx.gyp:gfx_geometry',
+ 'events',
+ 'gesture_detection',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'blink/blink_event_util.cc',
+ 'blink/blink_event_util.h',
+ ],
+ },
+ {
# GN version: //ui/events:gesture_detection
'target_name': 'gesture_detection',
'type': '<(component)',
« ui/events/blink/DEPS ('K') | « ui/events/blink/blink_event_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698