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

Unified Diff: chrome/common/common.scons

Issue 20027: Capability: passing fds over IPC (Closed)
Patch Set: ... Created 11 years, 10 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.xcodeproj/project.pbxproj ('k') | chrome/common/file_descriptor_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common.scons
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 71f1761d15ddaa763340781b1b9a136600267c16..7eca80927fe97995529f6bbe3a9bdd5558e92e5c 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -218,7 +218,8 @@ input_files = ChromeFileList([
if not env.Bit('windows'):
# TODO(port): This is temporary so we can link.
input_files.Append(
- 'temp_scaffolding_stubs.cc'
+ 'temp_scaffolding_stubs.cc',
+ 'file_descriptor_posix.cc',
)
# TODO(port): Port these.
« no previous file with comments | « chrome/chrome.xcodeproj/project.pbxproj ('k') | chrome/common/file_descriptor_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698