diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:25:39 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:25:39 +0000 |
commit | e8351b7e9c8e21bdee7f7e34bc57a99023b03b49 (patch) | |
tree | b2b56bbe11a0cdf82d7489d1920164e044cd49ea /chrome/chrome.xcodeproj | |
parent | 3eac70b953bd3bf9b1aeccc84b6a92bcbf85d0eb (diff) | |
download | chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.zip chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.tar.gz chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.tar.bz2 |
Add test to check that FDs are sent through the OS X Sandbox ok.
Review URL: http://codereview.chromium.org/21223
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.xcodeproj')
-rw-r--r-- | chrome/chrome.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.xcodeproj/project.pbxproj b/chrome/chrome.xcodeproj/project.pbxproj index 2423445..44e3a1f 100644 --- a/chrome/chrome.xcodeproj/project.pbxproj +++ b/chrome/chrome.xcodeproj/project.pbxproj @@ -2421,6 +2421,7 @@ B5D16EF40F2145C600861FAC /* url_fixer_upper.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fixer_upper.cc; sourceTree = "<group>"; }; B5D16EF50F2145C600861FAC /* url_fixer_upper_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_fixer_upper_unittest.cc; sourceTree = "<group>"; }; B5D7CD350EF0702F00EE645F /* ipc_channel_posix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ipc_channel_posix.h; sourceTree = "<group>"; }; + B5EEB5E00F42044300CD3A28 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = System/Library/Frameworks/System.framework; sourceTree = SDKROOT; }; B5FDBFAE0EE4623000BEC6E6 /* ipc_tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ipc_tests; sourceTree = BUILT_PRODUCTS_DIR; }; B5FDC0570EE488E500BEC6E6 /* ipc_channel_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ipc_channel_posix.cc; sourceTree = "<group>"; }; B6CCB9CE0F1EC32700106F0D /* constrained_window.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = constrained_window.h; path = tab_contents/constrained_window.h; sourceTree = "<group>"; }; @@ -2974,6 +2975,7 @@ 56E1D7DF17D327BFCB0B895D /* test_web_contents.cc */, 699499C4FBA07FB2D7B298A2 /* user_script.cc */, 37521A11B07C479E93A39D52 /* user_script_unittest.cc */, + B5EEB5E00F42044300CD3A28 /* System.framework */, ); sourceTree = "<group>"; }; |