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

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

Issue 1428173002: GN: Remove "outputs" parameter for java_cpp_enum() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « sync/android/BUILD.gn ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f3f5115143341294a4abf8021074d315cb950ea4..bf800255d473fd939a7cc65d919a3379a32ee1e3 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -87,12 +87,6 @@ if (is_android) {
"./web/WebInputEvent.h",
"./web/WebTextInputType.h",
]
- outputs = [
- "org/chromium/blink_public/platform/WebDisplayMode.java",
- "org/chromium/blink_public/web/WebInputEventModifier.java",
- "org/chromium/blink_public/web/WebInputEventType.java",
- "org/chromium/blink_public/web/WebTextInputFlags.java",
- ]
}
# GYP version: WebKit/public/blink_headers.gyp:blink_headers_java
« no previous file with comments | « sync/android/BUILD.gn ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698