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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2173073003: Move WebInputEvent into public/platform from public/web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build failure with android Created 4 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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index e4189bee80349aab0a712f223a09153bd356beaa..10bd00dddb2f3257a78e983f513bc3545f9b75e9 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -87,7 +87,7 @@ if (is_android) {
java_cpp_enum("blink_headers_java_enums_srcjar") {
sources = [
"./platform/WebDisplayMode.h",
- "./web/WebInputEvent.h",
+ "./platform/WebInputEvent.h",
"./web/WebTextInputType.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp ('k') | third_party/WebKit/public/blink_headers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698