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

Unified Diff: ui/events/gestures/blink/BUILD.gn

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: ui/events/gestures/blink/BUILD.gn
diff --git a/ui/events/blink/BUILD.gn b/ui/events/gestures/blink/BUILD.gn
similarity index 81%
copy from ui/events/blink/BUILD.gn
copy to ui/events/gestures/blink/BUILD.gn
index 1fa7fef7b2de28d5183d9fc1ca320b3d5e14572c..e52f4a462ca54f870297350d2e6a8ddbe276dfe6 100644
--- a/ui/events/blink/BUILD.gn
+++ b/ui/events/gestures/blink/BUILD.gn
@@ -4,11 +4,12 @@
source_set("blink") {
sources = [
- "blink_event_util.cc",
- "blink_event_util.h",
+ "web_gesture_curve_impl.cc",
+ "web_gesture_curve_impl.h",
]
deps = [
+ "//base",
"//third_party/WebKit/public:blink_headers",
"//ui/events",
"//ui/events:gesture_detection",
« ui/events/events.gyp ('K') | « ui/events/events.gyp ('k') | ui/events/gestures/blink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698