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

Unified Diff: remoting/remoting_host_win.gypi

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android tests Created 6 years, 2 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
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': [

Powered by Google App Engine
This is Rietveld 408576698