summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 22:01:12 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 22:01:12 +0000
commit6eaa043c2393bc6d124bd728d0fee33ffaab9453 (patch)
treefcbe656c6fafa9f46b21058e193de445a011fed0 /chrome
parent3a79b3cc8393d54d72c8c7e14615fe64d86fd039 (diff)
downloadchromium_src-6eaa043c2393bc6d124bd728d0fee33ffaab9453.zip
chromium_src-6eaa043c2393bc6d124bd728d0fee33ffaab9453.tar.gz
chromium_src-6eaa043c2393bc6d124bd728d0fee33ffaab9453.tar.bz2
Update browser.scons and chrome.gyp to match files removed in r10832.
TBR=ben Review URL: http://codereview.chromium.org/39067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser.scons20
-rw-r--r--chrome/chrome.gyp15
2 files changed, 0 insertions, 35 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 7603aaa..64d190f 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -208,16 +208,6 @@ input_files = ChromeFileList([
'window_sizer.cc',
'window_sizer.h',
]),
- MSVSFilter('Destination', [
- 'base_history_model.cc',
- 'base_history_model.h',
- 'views/download_tab_view.cc',
- 'views/download_tab_view.h',
- 'history_model.cc',
- 'history_model.h',
- 'history_view.cc',
- 'history_view.h',
- ]),
MSVSFilter('Automation', [
'automation/automation_autocomplete_edit_tracker.h',
'automation/automation_browser_tracker.h',
@@ -416,10 +406,6 @@ input_files = ChromeFileList([
'dom_ui/new_tab_ui.cc',
'dom_ui/new_tab_ui.h',
]),
- MSVSFilter('NativeUI', [
- 'history_tab_ui.cc',
- 'history_tab_ui.h',
- ]),
MSVSFilter('Net', [
'net/chrome_url_request_context.cc',
'net/chrome_url_request_context.h',
@@ -569,8 +555,6 @@ input_files = ChromeFileList([
'tab_contents/infobar_delegate.h',
'tab_contents/interstitial_page.cc',
'tab_contents/interstitial_page.h',
- 'tab_contents/native_ui_contents.cc',
- 'tab_contents/native_ui_contents.h',
'tab_contents/navigation_controller.cc',
'tab_contents/navigation_controller.h',
'tab_contents/navigation_entry.cc',
@@ -687,8 +671,6 @@ if not env.Bit('windows'):
'first_run.cc',
'hang_monitor/hung_plugin_action.cc',
'hang_monitor/hung_window_detector.cc',
- 'history_tab_ui.cc',
- 'history_view.cc',
'icon_loader.cc',
'icon_manager.cc',
'ime_input.cc',
@@ -711,11 +693,9 @@ if not env.Bit('windows'):
'rlz/rlz.cc',
'sandbox_policy.cc',
'shell_integration.cc',
- 'tab_contents/native_ui_contents.cc',
'tab_contents/web_drop_target.cc',
'task_manager.cc',
'task_manager_resource_providers.cc',
- 'views/download_tab_view.cc',
'window_sizer.cc',
)
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f329004..6e7c88b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -747,8 +747,6 @@
'browser/tab_contents/infobar_delegate.h',
'browser/tab_contents/interstitial_page.cc',
'browser/tab_contents/interstitial_page.h',
- 'browser/tab_contents/native_ui_contents.cc',
- 'browser/tab_contents/native_ui_contents.h',
'browser/tab_contents/navigation_controller.cc',
'browser/tab_contents/navigation_controller.h',
'browser/tab_contents/navigation_entry.cc',
@@ -879,8 +877,6 @@
'browser/views/download_shelf_view.h',
'browser/views/download_started_animation.cc',
'browser/views/download_started_animation.h',
- 'browser/views/download_tab_view.cc',
- 'browser/views/download_tab_view.h',
'browser/views/edit_keyword_controller.cc',
'browser/views/edit_keyword_controller.h',
'browser/views/event_utils.cc',
@@ -977,8 +973,6 @@
'browser/back_forward_menu_model.h',
'browser/back_forward_menu_model_win.cc',
'browser/back_forward_menu_model_win.h',
- 'browser/base_history_model.cc',
- 'browser/base_history_model.h',
'browser/browser.cc',
'browser/browser.h',
'browser/browser_about_handler.cc',
@@ -1056,12 +1050,6 @@
'browser/google_url_tracker.h',
'browser/google_util.cc',
'browser/google_util.h',
- 'browser/history_model.cc',
- 'browser/history_model.h',
- 'browser/history_tab_ui.cc',
- 'browser/history_tab_ui.h',
- 'browser/history_view.cc',
- 'browser/history_view.h',
'browser/icon_loader.cc',
'browser/icon_loader.h',
'browser/icon_manager.cc',
@@ -1180,7 +1168,6 @@
'browser/debugger/debugger_view.cc',
'browser/debugger/debugger_window.cc',
'browser/importer/ie_importer.cc',
- 'browser/tab_contents/native_ui_contents.cc',
'browser/tab_contents/render_view_context_menu_controller.cc',
'browser/tab_contents/web_drag_source.cc',
'browser/tab_contents/web_drop_target.cc',
@@ -1194,8 +1181,6 @@
'browser/external_tab_container.cc',
'browser/first_run.cc',
'browser/google_update.cc',
- 'browser/history_tab_ui.cc',
- 'browser/history_view.cc',
'browser/icon_loader.cc',
'browser/icon_manager.cc',
'browser/ime_input.cc',