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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 1945473002: Break dependencies of browser -> blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android filter Created 4 years, 8 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/blink_platform.gyp
diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp
index ef57de7e9f32261093c6226a444df41050aa11b3..dae6ea2320129bb94bbda99ef880d51ad63c0fd4 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp
@@ -63,10 +63,19 @@
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
'sources': [
+ '../web/WebInputEvent.cpp',
'exported/FilePathConversion.cpp',
'exported/URLConversion.cpp',
'exported/WebCString.cpp',
'exported/WebString.cpp',
+ 'exported/linux/WebFontRenderStyle.cpp',
+ ],
+ 'target_conditions': [
+ ['OS=="android"', {
+ 'sources/': [
+ ['include', 'exported/linux/WebFontRenderStyle\\.cpp$'],
+ ],
+ }],
],
},
{
@@ -377,8 +386,7 @@
'target_conditions': [
['OS=="android"', {
'sources/': [
- ['include', 'exported/linux/WebFontRenderStyle\\.cpp$'],
- ['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'],
+ ['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698