| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 6749acd82ed5b109af1f277028acb934736509b1..bd3da171ce74d47e06dc702654205c40d8d8f744 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -164,8 +164,6 @@ static_library("content_shell_lib") {
|
| "common/shell_origin_trial_policy.h",
|
| "common/shell_switches.cc",
|
| "common/shell_switches.h",
|
| - "common/shell_test_configuration.cc",
|
| - "common/shell_test_configuration.h",
|
| "renderer/layout_test/blink_test_helpers.cc",
|
| "renderer/layout_test/blink_test_helpers.h",
|
| "renderer/layout_test/blink_test_runner.cc",
|
| @@ -760,6 +758,12 @@ if (is_mac) {
|
|
|
| mojom("mojo_bindings") {
|
| sources = [
|
| + "common/layout_test.mojom",
|
| "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
|
| ]
|
| + public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| + "//ui/gfx/geometry/mojo",
|
| + "//url/mojo:url_mojom_gurl",
|
| + ]
|
| }
|
|
|