| Index: chrome/browser/browser.scons
|
| diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
|
| index 5a56ec15a1194314f231be1824485a1c25ec513c..e1171f5f4be980302978bfacf20f9adeeb1c2153 100644
|
| --- a/chrome/browser/browser.scons
|
| +++ b/chrome/browser/browser.scons
|
| @@ -259,6 +259,8 @@ input_files = ChromeFileList([
|
| 'history/history_marshaling.h',
|
| 'history/history_notifications.h',
|
| 'history/history_publisher.cc',
|
| + 'history/history_publisher_none.cc',
|
| + 'history/history_publisher_win.cc',
|
| 'history/history_publisher.h',
|
| 'history/history_types.cc',
|
| 'history/history_types.h',
|
| @@ -728,7 +730,6 @@ if not env.Bit('windows'):
|
| 'hang_monitor/hung_plugin_action.cc',
|
| 'hang_monitor/hung_window_detector.cc',
|
| 'history/history.cc',
|
| - 'history/history_publisher.cc',
|
| 'history_tab_ui.cc',
|
| 'history_view.cc',
|
| 'icon_loader.cc',
|
| @@ -819,6 +820,7 @@ if not env.Bit('windows'):
|
|
|
| input_files.Remove(
|
| 'browser_main_win.cc',
|
| + 'history/history_publisher_win.cc',
|
| 'importer/firefox_profile_lock_win.cc',
|
| 'js_before_unload_handler_win.cc',
|
| 'jsmessage_box_handler_win.cc',
|
| @@ -840,6 +842,7 @@ if env.Bit('windows'):
|
| env.TypeLibrary('history/history_indexer.idl')
|
|
|
| input_files.Remove(
|
| + 'history/history_publisher_none.cc',
|
| 'importer/firefox_profile_lock_posix.cc',
|
| )
|
|
|
|
|