| Index: webkit/glue/webkit_glue.gypi
|
| diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
|
| index 1893ba560c79caa03d2e823c89db0f63c04d00ec..562beb1be91d8d5602af0bde8001e393c80a21dc 100644
|
| --- a/webkit/glue/webkit_glue.gypi
|
| +++ b/webkit/glue/webkit_glue.gypi
|
| @@ -64,6 +64,7 @@
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
|
|
| @@ -86,6 +87,8 @@
|
| '../child/webkit_child_export.h',
|
| '../child/webkitplatformsupport_child_impl.cc',
|
| '../child/webkitplatformsupport_child_impl.h',
|
| + '../child/worker_task_runner.cc',
|
| + '../child/worker_task_runner.h',
|
| ],
|
|
|
| 'conditions': [
|
| @@ -290,8 +293,6 @@
|
| 'weburlloader_impl.h',
|
| 'web_io_operators.cc',
|
| 'web_io_operators.h',
|
| - 'worker_task_runner.cc',
|
| - 'worker_task_runner.h',
|
| ],
|
| # When glue is a dependency, it needs to be a hard dependency.
|
| # Dependents may rely on files generated by this target or one of its
|
|
|