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

Unified Diff: chrome/common/common.scons

Issue 18324: POSIX: Get IPCSyncChannel unittests working (Closed)
Patch Set: Addressing comments Created 11 years, 11 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
Index: chrome/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index c59ca6cb03774562d8c62baa3d6a9689a82b997b..7be73ccfca0d6a05182535c70e4890d24f679efe 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -43,6 +43,7 @@ input_files = []
input_files.extend([
'animation.cc',
+ 'child_process.cc',
'chrome_constants.cc',
'chrome_counters.cc',
'chrome_paths.cc',
@@ -90,7 +91,6 @@ input_files.extend([
if env.Bit('windows'):
# TODO(port): Port these.
input_files.extend([
- 'child_process.cc',
'chrome_plugin_lib.cc',
'chrome_plugin_util.cc',
'chrome_process_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698