| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index cc1bd501573f2e243821f401577d9d43d0c38456..cd5ca84dbc15ea09beef26e16e24a1de37b7baec 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -114,7 +114,6 @@ static_library("test_support") {
|
| "//components/gcm_driver:test_support",
|
| "//components/gcm_driver/crypto:test_support",
|
| "//components/gcm_driver/instance_id:test_support",
|
| - "//components/guest_view/browser:test_support",
|
| "//components/history/core/test:test",
|
| "//components/infobars/core",
|
| "//components/metrics:test_support",
|
| @@ -136,7 +135,6 @@ static_library("test_support") {
|
| "//components/toolbar:test_support",
|
| "//components/update_client:test_support",
|
| "//components/web_resource:test_support",
|
| - "//components/zoom:test_support",
|
| "//content/public/app:both",
|
| "//content/public/child",
|
| "//content/public/common",
|
| @@ -180,12 +178,15 @@ static_library("test_support") {
|
| "base/test_browser_window.cc",
|
| "base/test_browser_window.h",
|
| ]
|
| + } else {
|
| + public_deps += [ "//components/zoom:test_support" ]
|
| }
|
|
|
| if (enable_extensions) {
|
| public_deps += [
|
| "//apps:test_support",
|
| "//chrome/common/extensions/api",
|
| + "//components/guest_view/browser:test_support",
|
| "//extensions:test_support",
|
| ]
|
| }
|
|
|