summaryrefslogtreecommitdiffstats
path: root/chrome/browser
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/browser
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/browser')
-rw-r--r--chrome/browser/browser.scons20
1 files changed, 0 insertions, 20 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',
)