From e25229acc6149db28b5c733e168185e43931e360 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 26 May 2010 18:52:04 +0000 Subject: Drop files from the gyp that don't exist. list_background.h was committed with the wrong path, standard_menus.h went away in r46987, pref_store.h in r47915, spellchecker_common in r32561, transport_dib.h in 42101. BUG=none TEST=none Review URL: http://codereview.chromium.org/2247006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48300 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_browser.gypi | 9 +++------ chrome/chrome_common.gypi | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 6fa2012..6783f64 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1412,7 +1412,6 @@ 'browser/gtk/sad_tab_gtk.h', 'browser/gtk/slide_animator_gtk.cc', 'browser/gtk/slide_animator_gtk.h', - 'browser/gtk/standard_menus.h', 'browser/gtk/status_bubble_gtk.cc', 'browser/gtk/status_bubble_gtk.h', 'browser/gtk/status_icons/status_icon_gtk.h', @@ -1599,7 +1598,6 @@ 'browser/language_combobox_model.h', 'browser/language_order_table_model.cc', 'browser/language_order_table_model.h', - 'browser/list_background.h', 'browser/load_from_memory_cache_details.h', 'browser/load_notification_details.h', 'browser/location_bar.h', @@ -1791,7 +1789,6 @@ 'browser/pref_member.h', 'browser/pref_service.cc', 'browser/pref_service.h', - 'browser/pref_store.h', 'browser/printing/print_dialog_gtk.cc', 'browser/printing/print_dialog_gtk.h', 'browser/printing/print_dialog_cloud.cc', @@ -1999,7 +1996,6 @@ 'browser/shell_integration_win.cc', 'browser/spellcheck_host.cc', 'browser/spellcheck_host.h', - 'browser/spellchecker_common.h', 'browser/spellchecker_linux.cc', 'browser/spellchecker_mac.mm', 'browser/spellchecker_platform_engine.h', @@ -2273,6 +2269,8 @@ 'browser/views/create_application_shortcut_view.h', 'browser/views/database_info_view.cc', 'browser/views/database_info_view.h', + 'browser/views/database_open_info_view.cc', + 'browser/views/database_open_info_view.h', 'browser/views/detachable_toolbar_view.cc', 'browser/views/detachable_toolbar_view.h', 'browser/views/dialog_stubs_gtk.cc', @@ -2374,8 +2372,7 @@ 'browser/views/jsmessage_box_dialog.h', 'browser/views/keyword_editor_view.cc', 'browser/views/keyword_editor_view.h', - 'browser/views/database_open_info_view.cc', - 'browser/views/database_open_info_view.h', + 'browser/views/list_background.h', 'browser/views/local_storage_info_view.cc', 'browser/views/local_storage_info_view.h', 'browser/views/local_storage_set_item_info_view.cc', diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 3f69a97..a5e579c 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -90,7 +90,6 @@ 'common/task_queue.h', 'common/time_format.cc', 'common/time_format.h', - 'common/transport_dib.h', 'common/win_safe_util.cc', 'common/win_safe_util.h', ], -- cgit v1.1