| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 65ca72bf4c4623bb33c9bc4a396939962b72b634..8d1cd8f11ba2ae4d3bb9ddc3bf939be4d61e7e44 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',
|
| @@ -62,6 +63,8 @@
|
| '../storage/storage_browser.gyp:storage',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../third_party/WebKit/public/blink.gyp:blink_test_support',
|
| + '../testing/gmock.gyp:gmock',
|
| + '../testing/gtest.gyp:gtest',
|
| '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
|
| '../ui/base/ui_base.gyp:ui_base',
|
| '../ui/events/events.gyp:events_base',
|
| @@ -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.cc',
|
| + 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h',
|
| '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',
|
|
|