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

Unified Diff: content/content_common.gypi

Issue 8674003: Move the ProcessWatcher methods out of content/common/process_watcher into base/process_util, alo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
Index: content/content_common.gypi
===================================================================
--- content/content_common.gypi (revision 111236)
+++ content/content_common.gypi (working copy)
@@ -201,10 +201,6 @@
'common/plugin_carbon_interpose_constants_mac.cc',
'common/plugin_carbon_interpose_constants_mac.h',
'common/plugin_messages.h',
- 'common/process_watcher.h',
- 'common/process_watcher_mac.cc',
- 'common/process_watcher_posix.cc',
- 'common/process_watcher_win.cc',
'common/property_bag.cc',
'common/property_bag.h',
'common/quota_messages.h',
@@ -274,9 +270,6 @@
],
}],
['OS=="mac"', {
- 'sources!': [
- 'common/process_watcher_posix.cc',
- ],
'sources': [
'common/gpu/image_transport_surface.cc',
'common/gpu/image_transport_surface_mac.cc',

Powered by Google App Engine
This is Rietveld 408576698