| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 0c0fcbbb2c6f8ea7268747d2f28a1fcb4611652e..371b6f9bbc2787c0c0a30357830e1d13b1862d25 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1321,6 +1321,8 @@ source_set("browser") {
|
| "resolve_proxy_msg_helper.h",
|
| "resource_context_impl.cc",
|
| "resource_context_impl.h",
|
| + "sandbox_parameters_mac.h",
|
| + "sandbox_parameters_mac.mm",
|
| "screen_orientation/screen_orientation_provider.cc",
|
| "screen_orientation/screen_orientation_provider.h",
|
| "service_manager/common_browser_interfaces.cc",
|
| @@ -1671,6 +1673,7 @@ source_set("browser") {
|
| "media/capture/window_activity_tracker_mac.h",
|
| "media/capture/window_activity_tracker_mac.mm",
|
| ]
|
| + deps += [ "//sandbox/mac:seatbelt" ]
|
| }
|
| if (enable_webrtc) {
|
| sources += [
|
|
|