| Index: blimp/engine/BUILD.gn
|
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
|
| index 832042dbc62a80b828b6765a8adee22643e912ba..147610126406345cd38106489f2c018afd7a86fe 100644
|
| --- a/blimp/engine/BUILD.gn
|
| +++ b/blimp/engine/BUILD.gn
|
| @@ -678,12 +678,13 @@ source_set("browser_tests") {
|
|
|
| deps = [
|
| "//base",
|
| - "//blimp/client:feature",
|
| "//blimp/client:session",
|
| "//blimp/client:test_support",
|
| "//blimp/client/core:switches",
|
| "//blimp/client/core/contents:test_support",
|
| + "//blimp/client/core/render_widget:test_support",
|
| "//blimp/client/core/session",
|
| + "//blimp/client/support:test_support",
|
| "//blimp/common",
|
| "//blimp/engine:app",
|
| "//blimp/engine:app_config",
|
|
|