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

Unified Diff: chrome/BUILD.gn

Issue 1071633003: GN Windows component build fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index e3b3d1f666d913bc629fb41779787e4679bc30fb..f25dd9c2b5a27ba68219d75ba05fd14235a6c94a 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -33,7 +33,6 @@ if (!is_android) {
if (is_win) {
sources += [
- "//content/app/startup_helper_win.cc",
"//content/public/common/content_switches.cc",
"app/chrome_crash_reporter_client.cc",
"app/chrome_crash_reporter_client.h",
@@ -77,6 +76,7 @@ if (!is_android) {
"//chrome_elf",
"//components/browser_watcher:browser_watcher_client",
"//components/crash/app",
+ "//content:startup_helper_win",
"//crypto",
"//sandbox",
"//ui/gfx",
« no previous file with comments | « no previous file | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698