| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 8429d9b46fe20b0c37a61f1ef1dd5f5c2438ae59..404f08d8b96c22ddc815bfeeb8330f13791f99ed 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -51,6 +51,7 @@
|
| '../components/components.gyp:devtools_http_handler',
|
| '../components/components.gyp:web_cache_renderer',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| '../gin/gin.gyp:gin',
|
| '../gpu/gpu.gyp:gpu',
|
| '../ipc/ipc.gyp:ipc',
|
| @@ -63,6 +64,8 @@
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../third_party/WebKit/public/blink.gyp:blink_test_support',
|
| '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
|
| + '../testing/gmock.gyp:gmock',
|
| + '../testing/gtest.gyp:gtest',
|
| '../ui/base/ui_base.gyp:ui_base',
|
| '../ui/events/events.gyp:events_base',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| @@ -100,6 +103,8 @@
|
| 'shell/browser/ipc_echo_message_filter.h',
|
| 'shell/browser/layout_test/layout_test_android.cc',
|
| 'shell/browser/layout_test/layout_test_android.h',
|
| + 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
|
| + 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc',
|
| 'shell/browser/layout_test/layout_test_browser_context.cc',
|
| 'shell/browser/layout_test/layout_test_browser_context.h',
|
| 'shell/browser/layout_test/layout_test_browser_main.cc',
|
|
|