| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 8a82e3d94d61097dc3457a8aa677201c7afc131d..926b44d6bc0c79538718c4cc5cebf0401b25c9a1 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -155,8 +155,6 @@
|
| 'common/chrome_plugin_lib.h',
|
| 'common/chrome_plugin_util.cc',
|
| 'common/chrome_plugin_util.h',
|
| - 'common/chrome_process_filter.cc',
|
| - 'common/chrome_process_filter.h',
|
| 'common/chrome_switches.cc',
|
| 'common/chrome_switches.h',
|
| 'common/classfactory.cc',
|
| @@ -340,7 +338,6 @@
|
| 'sources!': [
|
| 'common/gfx/emf.cc',
|
| 'common/gfx/icon_util.cc',
|
| - 'common/chrome_process_filter.cc',
|
| 'common/classfactory.cc',
|
| 'common/drag_drop_types.cc',
|
| 'common/os_exchange_data.cc',
|
| @@ -1758,6 +1755,9 @@
|
| 'test/automation/tab_proxy.h',
|
| 'test/automation/window_proxy.cc',
|
| 'test/automation/window_proxy.h',
|
| + 'test/chrome_process_util.cc',
|
| + 'test/chrome_process_util.h',
|
| + 'test/chrome_process_util_win.cc',
|
| 'test/testing_profile.cc',
|
| 'test/testing_profile.h',
|
| ],
|
|
|