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

Unified Diff: chrome/browser/browser.scons

Issue 12674: Fixed two simple compilations that stopped browser/net/referrer.cc (Closed)
Patch Set: Created 12 years, 1 month 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 | « AUTHORS ('k') | chrome/browser/net/referrer.h » ('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 1d236ed73f4d4ebdb6eb1557dce713a347077f9b..7c3e2d4be1c46cb31b69f2c18b6fce90ebde5d92 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -82,6 +82,8 @@ if env['PLATFORM'] in ('posix', 'win32'):
'meta_table_helper.cc',
'metrics_response.cc',
'net/dns_host_info.cc',
+ 'net/sdch_dictionary_fetcher.cc',
+ 'net/referrer.cc',
'page_state.cc',
'printing/page_number.cc',
'printing/page_setup.cc',
@@ -216,8 +218,6 @@ if env['PLATFORM'] == 'win32':
'net/dns_global.cc',
'net/dns_master.cc',
'net/dns_slave.cc',
- 'net/referrer.cc',
- 'net/sdch_dictionary_fetcher.cc',
'network_status_view.cc',
'google_update.cc',
'password_form_manager.cc',
« no previous file with comments | « AUTHORS ('k') | chrome/browser/net/referrer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698