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

Unified Diff: content/content_child.gypi

Issue 1051593003: Refactors code for WebGestureCurve to ui/events/gestures/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index e73d3d80b79b58ce3a302c00260d271df89d2ccc..69fe36c9da232ea590142d7b3d76a69f76ad38a5 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -10,6 +10,7 @@
'../mojo/mojo_base.gyp:mojo_common_lib',
'../skia/skia.gyp:skia',
'../ui/base/ui_base.gyp:ui_base',
+ '../ui/events/events.gyp:gestures_blink',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../url/url.gyp:url_lib',
@@ -232,8 +233,6 @@
'child/web_database_observer_impl.h',
'child/web_discardable_memory_impl.cc',
'child/web_discardable_memory_impl.h',
- 'child/web_gesture_curve_impl.cc',
- 'child/web_gesture_curve_impl.h',
'child/web_url_loader_impl.cc',
'child/web_url_loader_impl.h',
'child/web_url_request_util.cc',

Powered by Google App Engine
This is Rietveld 408576698