| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index eca564627d826426d9a77509a605160e528aef30..c97344f9147be1e997dbb608cc24896df722157e 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -705,6 +705,8 @@
|
| },
|
| 'mac_bundle_resources': [
|
| '<(PRODUCT_DIR)/icudtl.dat',
|
| + '<(PRODUCT_DIR)/natives_blob.bin',
|
| + '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| 'host/disconnect_window.xib',
|
| 'host/remoting_me2me_host.icns',
|
| 'host/remoting_me2me_host-Info.plist',
|
| @@ -895,6 +897,8 @@
|
| },
|
| 'mac_bundle_resources': [
|
| '<(PRODUCT_DIR)/icudtl.dat',
|
| + '<(PRODUCT_DIR)/natives_blob.bin',
|
| + '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| 'host/disconnect_window.xib',
|
| 'host/it2me/remote_assistance_host-Info.plist',
|
| '<!@pymod_do_main(remoting_copy_locales -o -p <(OS) -x <(PRODUCT_DIR) <(remoting_locales))',
|
|
|