| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 6749acd82ed5b109af1f277028acb934736509b1..f6911e2b58980601b137f06f458bd84f3b9b2f35 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -162,6 +162,8 @@ static_library("content_shell_lib") {
|
| "common/shell_messages.h",
|
| "common/shell_origin_trial_policy.cc",
|
| "common/shell_origin_trial_policy.h",
|
| + "common/shell_param_traits.cc",
|
| + "common/shell_param_traits.h",
|
| "common/shell_switches.cc",
|
| "common/shell_switches.h",
|
| "common/shell_test_configuration.cc",
|
| @@ -761,5 +763,10 @@ if (is_mac) {
|
| mojom("mojo_bindings") {
|
| sources = [
|
| "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
|
| + "common/shell.mojom",
|
| + ]
|
| + public_deps = [
|
| + "//ui/gfx/geometry/mojo",
|
| + "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|