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

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

Issue 2250233002: Type->String helper function added to WebInputEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Blink_Common_export instead of blink_export Created 4 years, 4 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/blink/BUILD.gn
diff --git a/ui/events/blink/BUILD.gn b/ui/events/blink/BUILD.gn
index 22ffa58931f194f5e5080015b72fd139e83342b0..82c56657ee6baf78e6c43d106d222d3467bd455d 100644
--- a/ui/events/blink/BUILD.gn
+++ b/ui/events/blink/BUILD.gn
@@ -22,7 +22,7 @@ source_set("blink") {
deps = [
"//cc:cc",
- "//third_party/WebKit/public:blink_headers",
+ "//third_party/WebKit/public:blink_minimal",
"//ui/events",
"//ui/events:events_base",
"//ui/events:gesture_detection",

Powered by Google App Engine
This is Rietveld 408576698