| Index: remoting/remoting_host_win.gypi
|
| diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
|
| index d91505a56436011b18fcccc3a8f115063cb1e9b0..037ac92f5c2f6883e683581258d6075b1286197c 100644
|
| --- a/remoting/remoting_host_win.gypi
|
| +++ b/remoting/remoting_host_win.gypi
|
| @@ -571,6 +571,8 @@
|
| '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
|
| 'resources/chromoting.ico',
|
| '<(PRODUCT_DIR)/icudtl.dat',
|
| + '<(PRODUCT_DIR)/natives_blob.bin',
|
| + '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| ],
|
| 'generated_files_dst': [
|
| '<@(_compiled_inputs_dst)',
|
| @@ -579,6 +581,8 @@
|
| 'files/com.google.chrome.remote_desktop.json',
|
| 'files/chromoting.ico',
|
| 'files/icudtl.dat',
|
| + 'files/natives_blob.bin',
|
| + 'files/snapshot_blob.bin',
|
| ],
|
| 'zip_path': '<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip',
|
| 'outputs': [
|
|
|