| Index: content/content_browser.gypi
|
| ===================================================================
|
| --- content/content_browser.gypi (revision 148797)
|
| +++ content/content_browser.gypi (working copy)
|
| @@ -13,6 +13,7 @@
|
| '../ppapi/ppapi_internal.gyp:ppapi_proxy',
|
| '../skia/skia.gyp:skia',
|
| '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| + '../third_party/smhasher/smhasher.gyp:pmurhash',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../ui/surface/surface.gyp:surface',
|
| '../ui/ui.gyp:ui',
|
| @@ -520,6 +521,8 @@
|
| 'browser/renderer_host/dip_util.h',
|
| 'browser/renderer_host/doomed_resource_handler.cc',
|
| 'browser/renderer_host/doomed_resource_handler.h',
|
| + 'browser/renderer_host/duplicate_content_resource_handler.cc',
|
| + 'browser/renderer_host/duplicate_content_resource_handler.h',
|
| 'browser/renderer_host/file_utilities_message_filter.cc',
|
| 'browser/renderer_host/file_utilities_message_filter.h',
|
| 'browser/renderer_host/gamepad_browser_message_filter.cc',
|
|
|