| 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$'],
|
| ],
|
| }],
|
| ],
|
|
|