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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2683043004: Remove ui/events/blink dependency on blink_minimal. (Closed)
Patch Set: fix win debug Created 3 years, 10 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/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 6c36e04058b771ef930b2440d15eb9a253514aff..14ef3f463f1e44ef478f13778964c57b44679f73 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -24,11 +24,9 @@ component("blink_common") {
visibility = [] # Allow re-assignment of list.
visibility = [ "//third_party/WebKit/*" ]
sources = [
- "../web/WebInputEvent.cpp",
"exported/FilePathConversion.cpp",
"exported/URLConversion.cpp",
"exported/WebCString.cpp",
- "exported/WebCoalescedInputEvent.cpp",
"exported/WebString.cpp",
"exported/linux/WebFontRenderStyle.cpp",
]
@@ -508,6 +506,7 @@ component("platform") {
"exported/WebBlobData.cpp",
"exported/WebCache.cpp",
"exported/WebCanvasCaptureHandler.cpp",
+ "exported/WebCoalescedInputEvent.cpp",
"exported/WebContentDecryptionModule.cpp",
"exported/WebContentDecryptionModuleAccess.cpp",
"exported/WebContentDecryptionModuleResult.cpp",

Powered by Google App Engine
This is Rietveld 408576698