Chromium Code Reviews| Index: webkit/webkit.gyp |
| =================================================================== |
| --- webkit/webkit.gyp (revision 10468) |
| +++ webkit/webkit.gyp (working copy) |
| @@ -4039,6 +4039,7 @@ |
| '../third_party/WebKit/WebKit/chromium/public/WebImage.h', |
| '../third_party/WebKit/WebKit/chromium/public/WebKit.h', |
| '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h', |
| + '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h', |
|
Mark Mentovai
2009/02/27 01:44:43
Thank you!
|
| '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', |
| '../third_party/WebKit/WebKit/chromium/public/WebRect.h', |
| '../third_party/WebKit/WebKit/chromium/public/WebSize.h', |
| @@ -4233,6 +4234,8 @@ |
| 'glue/searchable_form_data.cc', |
| 'glue/searchable_form_data.h', |
| 'glue/simple_clipboard_impl.cc', |
| + 'glue/simple_webmimeregistry_impl.cc', |
| + 'glue/simple_webmimeregistry_impl.h', |
| 'glue/stacking_order_iterator.cc', |
| 'glue/stacking_order_iterator.h', |
| 'glue/tools_proxy.h', |
| @@ -4266,8 +4269,8 @@ |
| 'glue/webinputevent_linux.cc', |
| 'glue/webinputevent_mac.mm', |
| 'glue/webinputevent_win.cc', |
| - 'glue/webkit_client_impl.cc', |
| - 'glue/webkit_client_impl.h', |
| + 'glue/webkitclient_impl.cc', |
| + 'glue/webkitclient_impl.h', |
| 'glue/webkit_glue.cc', |
| 'glue/webkit_glue.h', |
| 'glue/webkit_glue_gtk.cc', |