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

Unified Diff: chrome/browser/browser.scons

Issue 18758: Port some unit tests from chrome/browser/ (Closed)
Patch Set: port the tests Created 11 years, 11 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/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 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',
)
« no previous file with comments | « no previous file | chrome/browser/browser.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698