| 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 3985ea4041f42d145e1e6ef4f32497ad6ab97746..54d762e83fdd6dbf7608716bb3a53c0f110f5bdd 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gyp
|
| @@ -42,8 +42,10 @@
|
| 'dependencies': [
|
| '../config.gyp:config',
|
| '../wtf/wtf.gyp:wtf',
|
| + '<(DEPTH)/base/base.gyp:base',
|
| # FIXME: Can we remove the dependency on Skia?
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| + '<(DEPTH)/url/url.gyp:url_lib',
|
| ],
|
| 'all_dependent_settings': {
|
| 'include_dirs': [
|
| @@ -61,9 +63,10 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/blink',
|
| ],
|
| 'sources': [
|
| + 'exported/URLConversion.cpp',
|
| 'exported/WebCString.cpp',
|
| - 'exported/WebString.cpp',
|
| 'exported/WebCommon.cpp',
|
| + 'exported/WebString.cpp',
|
| ],
|
| },
|
| {
|
|
|