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

Unified Diff: chrome/browser/browser.scons

Issue 19683: Create a stub chrome executable that crashes when run. (Closed)
Patch Set: rebase 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 | « chrome/app/chrome_exe_main_gtk.cc ('k') | chrome/browser/browser_main_gtk.cc » ('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 8951bba1c5a387435681aa2bdd40cf8f5d58b5eb..0fc702f0729f1387d526c152595b027b767b2969 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -524,8 +524,8 @@ input_files = ChromeFileList([
'renderer_host/download_resource_handler.h',
'renderer_host/download_throttling_resource_handler.cc',
'renderer_host/download_throttling_resource_handler.h',
- 'renderer_host/browser_render_process_host.cc',
- 'renderer_host/browser_render_process_host.h',
+ 'renderer_host/render_process_host.cc',
+ 'renderer_host/render_process_host.h',
'renderer_host/render_view_host.cc',
'renderer_host/render_view_host.h',
'renderer_host/render_view_host_delegate.h',
@@ -698,7 +698,6 @@ if not env.Bit('windows'):
'cert_store.cc',
'character_encoding.cc',
'chrome_plugin_host.cc',
- 'command_updater.cc',
'dock_info.cc',
'dom_ui/dom_ui_contents.cc',
'dom_ui/dom_ui_host.cc',
@@ -764,8 +763,6 @@ if not env.Bit('windows'):
'printing/printed_page.cc',
'printing/printer_query.cc',
'printing/win_printing_context.cc',
- 'profile.cc',
- 'profile_manager.cc',
'renderer_host/render_view_host.cc',
'renderer_host/render_widget_helper.cc',
'renderer_host/render_widget_host.cc',
@@ -809,8 +806,6 @@ if not env.Bit('windows'):
'tab_contents/web_contents_view.cc',
'tab_contents/web_drag_source.cc',
'tab_contents/web_drop_target.cc',
- 'tabs/tab_strip_model.cc',
- 'tabs/tab_strip_model_order_controller.cc',
'task_manager.cc',
'task_manager_resource_providers.cc',
'toolbar_model.cc',
@@ -834,10 +829,14 @@ if not env.Bit('windows'):
'../tools/build/win/precompiled_wtl.h',
)
+if env.Bit('linux'):
+ input_files.Extend([
+ 'browser_main_gtk.cc',
+ ])
+
if env.Bit('windows'):
env.TypeLibrary('history/history_indexer.idl')
-if not env.Bit('posix'):
input_files.Remove(
'importer/firefox_profile_lock_posix.cc',
)
« no previous file with comments | « chrome/app/chrome_exe_main_gtk.cc ('k') | chrome/browser/browser_main_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698