Index: build/all.gyp |
=================================================================== |
--- build/all.gyp (revision 152151) |
+++ build/all.gyp (working copy) |
@@ -315,6 +315,16 @@ |
'../chrome/chrome.gyp:pyautolib', |
], |
}], |
+ ['OS=="mac"', { |
+ 'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_me2me_host_archive', |
+ ], |
+ }], |
+ ['OS=="win" and component != "shared_library" and wix_exists == "True" and sas_dll_exists == "True"', { |
+ 'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_host_installation', |
+ ], |
+ }], |
], |
}, # target_name: chromium_builder_qa |
{ |