| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 09643f36959393ec70ee81e9df6b9e7e149a5b5c..28aa746e088facf99e2b3e048d0dae8437097064 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -317,6 +317,11 @@
|
| ".",
|
| "//chrome")
|
| sources += [ "../browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc" ]
|
| + sources -= [
|
| + # Use only the _chromeos version on ChromeOS.
|
| + "../test/base/view_event_test_platform_part_ash.cc",
|
| + ]
|
| +
|
| deps += [
|
| "//ash/resources",
|
| "//chromeos",
|
|
|