| Index: ppapi/ppapi_shared.gypi | 
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi | 
| index d9d0140f1e5e9962e3932a4a3335e64d134ebb23..a7afe40fea21721ee2d48ddce7afcac31d9523dc 100644 | 
| --- a/ppapi/ppapi_shared.gypi | 
| +++ b/ppapi/ppapi_shared.gypi | 
| @@ -41,7 +41,7 @@ | 
| ], | 
| 'export_dependent_settings': [ | 
| '../base/base.gyp:base', | 
| -        '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 
| +        '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 
| ], | 
| 'conditions': [ | 
| ['OS=="mac"', { | 
| @@ -110,6 +110,7 @@ | 
| 'shared_impl/ppb_video_capture_shared.h', | 
| 'shared_impl/ppb_view_shared.cc', | 
| 'shared_impl/ppb_view_shared.h', | 
| +        'shared_impl/ppp_flash_browser_operations_shared.h', | 
| 'shared_impl/ppp_instance_combined.cc', | 
| 'shared_impl/ppp_instance_combined.h', | 
| 'shared_impl/proxy_lock.cc', | 
|  |