Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4738)

Unified Diff: chrome/chrome.gyp

Issue 54003: Replace chrome_process_filter with chrome_process_util. (Closed)
Patch Set: error handling Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/process_util_win.cc ('k') | chrome/common/chrome_process_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « base/process_util_win.cc ('k') | chrome/common/chrome_process_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698