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

Unified Diff: chrome/chrome_exe.gypi

Issue 24994002: Don't pull in content_switches.cc to whole chrome code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index ae000d7dc7f159042e1860b4a3f50bdd0e39e1b9..6cb2f9e1c45c8512e6a4ad941a3c1949dcf545c2 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -26,7 +26,8 @@
'app/hard_error_handler_win.h',
'app/metro_driver_win.cc',
'app/metro_driver_win.h',
- '../content/app/startup_helper_win.cc',
+ '<(DEPTH)/content/app/startup_helper_win.cc',
+ '<(DEPTH)/content/public/common/content_switches.cc',
],
'mac_bundle_resources': [
'app/app-Info.plist',
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698