Index: chrome/app/BUILD.gn |
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn |
index 0c93b0d9b627bb6c153fb6d058133fac4db12022..12e3b12f6e474e6f5e315e188b793dd361c5ae1d 100644 |
--- a/chrome/app/BUILD.gn |
+++ b/chrome/app/BUILD.gn |
@@ -315,11 +315,7 @@ source_set("test_support") { |
] |
if (is_mac) { |
- sources += [ |
- "chrome_breakpad_client.cc", |
- "chrome_breakpad_client_mac.mm", |
- "chrome_main_mac.mm", |
- ] |
+ sources += [ "chrome_main_mac.mm" ] |
} |
# TODO(gyp) if (enable_plugins and enable_nacl) { |