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

Unified Diff: chrome/browser/browser.scons

Issue 42306: Make startup_tests build and work on Mac. (Closed)
Patch Set: add app dependency Created 11 years, 9 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 | « chrome/browser/automation/automation_provider_list_mac.mm ('k') | chrome/browser/browser.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.scons
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 273355e6abbb412bc4c5673e389770c04a0a5462..222f1e61263e1613a07959229318d8ee4c8ecadd 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -218,6 +218,8 @@ input_files = ChromeFileList([
'automation/automation_provider.cc',
'automation/automation_provider.h',
'automation/automation_provider_list.cc',
+ 'automation/automation_provider_list_generic.cc',
+ 'automation/automation_provider_list_mac.mm',
'automation/automation_provider_list.h',
'automation/automation_resource_tracker.cc',
'automation/automation_resource_tracker.h',
@@ -778,6 +780,12 @@ if env.Bit('mac'):
'tab_contents/web_contents_view.cc',
)
+if not env.Bit('mac'):
+ # Mac-specific files
+ input_files.Remove(
+ 'automation/automation_provider_list_mac.mm',
+ )
+
if env.Bit('windows'):
env.TypeLibrary('history/history_indexer.idl')
« no previous file with comments | « chrome/browser/automation/automation_provider_list_mac.mm ('k') | chrome/browser/browser.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698