| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 51b4a1b92059d46f6d0f55ad5932bc05ce0741d1..297d28847cd900b7953b006598d6dd8425a59082 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -4117,6 +4117,8 @@ test("unit_tests") {
|
| "../browser/extensions/api/messaging/native_messaging_host_manifest_unittest.cc",
|
| "../browser/extensions/api/messaging/native_messaging_policy_handler_unittest.cc",
|
| ]
|
| + } else {
|
| + sources += [ "../browser/extensions/api/feedback_private/log_source_access_manager_unittest.cc" ]
|
| }
|
| }
|
| if (use_ash) {
|
|
|