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

Unified Diff: chromeos/chromeos.gyp

Issue 12433023: Move chrome/browser/chromeos/process_proxy to chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « chrome/chrome_tests_unit.gypi ('k') | chromeos/process_proxy/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 943ca0de36e6234d9499946bece3684c9276f818..7fe11e82bca30b5dd3c7a69ebccf9c733ed74244 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -16,6 +16,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_prefs',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../build/linux/system.gyp:dbus',
'../build/linux/system.gyp:ssl',
'../dbus/dbus.gyp:dbus',
@@ -197,6 +198,12 @@
'network/sms_watcher.h',
'power/power_state_override.cc',
'power/power_state_override.h',
+ 'process_proxy/process_output_watcher.cc',
+ 'process_proxy/process_output_watcher.h',
+ 'process_proxy/process_proxy.cc',
+ 'process_proxy/process_proxy.h',
+ 'process_proxy/process_proxy_registry.cc',
+ 'process_proxy/process_proxy_registry.h',
],
'conditions': [
['use_x11 == 1', {
@@ -375,6 +382,8 @@
'network/onc/onc_validator_unittest.cc',
'network/shill_property_handler_unittest.cc',
'power/power_state_override_unittest.cc',
+ 'process_proxy/process_output_watcher_unittest.cc',
+ 'process_proxy/process_proxy_unittest.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/process_proxy/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698