Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-07-18 00:43:50 -05:00 committed by GitHub
parent 107a4f4a5c
commit 869be56f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,8 +150,6 @@ static_library("content_shell_lib") {
"browser/shell_speech_recognition_manager_delegate.h",
"browser/shell_web_contents_view_delegate.h",
"browser/shell_web_contents_view_delegate_creator.h",
"common/main_frame_counter_test_impl.cc",
"common/main_frame_counter_test_impl.h",
"common/power_monitor_test_impl.cc",
"common/power_monitor_test_impl.h",
"common/shell_content_client.cc",
@ -253,7 +251,6 @@ static_library("content_shell_lib") {
"//components/web_cache/renderer",
"//content:content_resources",
"//content:dev_ui_content_resources",
"//content/common:main_frame_counter",
"//content/public/common",
"//content/test:content_test_mojo_bindings",
"//content/test:test_support",
@ -853,10 +850,7 @@ if (is_mac) {
}
mojom("content_browsertests_mojom") {
sources = [
"common/main_frame_counter_test.mojom",
"common/power_monitor_test.mojom",
]
sources = [ "common/power_monitor_test.mojom" ]
public_deps = [ "//sandbox/policy/mojom" ]
}