| Index: webkit/compositor_bindings/compositor_bindings.gyp
|
| diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
|
| index 728fd3297841e15377b0a6a4bc04bc1e2c90a5ed..3ff6fe5025027ef17ce4a17c9e9b521a4cb966e4 100644
|
| --- a/webkit/compositor_bindings/compositor_bindings.gyp
|
| +++ b/webkit/compositor_bindings/compositor_bindings.gyp
|
| @@ -37,13 +37,6 @@
|
| 'web_transform_animation_curve_impl.cc',
|
| 'web_transform_animation_curve_impl.h',
|
| ],
|
| - 'conditions': [
|
| - ['inside_chromium_build==0', {
|
| - 'webkit_src_dir': '../../../../..',
|
| - },{
|
| - 'webkit_src_dir': '../../third_party/WebKit',
|
| - }],
|
| - ],
|
| },
|
| 'targets': [
|
| {
|
| @@ -72,9 +65,9 @@
|
| '../../gpu/gpu.gyp:gpu',
|
| '../../media/media.gyp:media',
|
| '../../skia/skia.gyp:skia',
|
| + '../../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '../../ui/ui.gyp:ui',
|
| '../../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
|
| - '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| ],
|
| 'sources': [
|
| '<@(webkit_compositor_bindings_sources)',
|
|
|