| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 5616bc20f49a1e571c0de4e10706c89739ed9e5b..dd2a9e7da476d76c22063a9c7e1be314c302576e 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1513,6 +1513,8 @@
|
| 'browser/file_path_watcher_inotify.cc',
|
| 'browser/file_path_watcher_mac.cc',
|
| 'browser/file_path_watcher_win.cc',
|
| + 'browser/file_select_helper.cc',
|
| + 'browser/file_select_helper.h',
|
| 'browser/file_system/file_system_dispatcher_host.cc',
|
| 'browser/file_system/file_system_dispatcher_host.h',
|
| 'browser/file_system/file_system_host_context.cc',
|
| @@ -2678,8 +2680,6 @@
|
| 'browser/tab_contents/tab_contents.h',
|
| 'browser/tab_contents/tab_contents_delegate.cc',
|
| 'browser/tab_contents/tab_contents_delegate.h',
|
| - 'browser/tab_contents/tab_contents_file_select_helper.cc',
|
| - 'browser/tab_contents/tab_contents_file_select_helper.h',
|
| 'browser/tab_contents/tab_contents_ssl_helper.cc',
|
| 'browser/tab_contents/tab_contents_ssl_helper.h',
|
| 'browser/tab_contents/tab_contents_view.cc',
|
|
|