Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index deb473fc529a5499802b0abedbbb59a0302ee135..a03b987454f947d5e8cf35ca6dcc373f6c4dbd18 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', |
@@ -98,6 +101,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', |