Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: chrome/app/BUILD.gn

Issue 936193004: add gn_all, gyp_all targets to build files, remove GN's //:root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update w/ missing targets on mac Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698