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

Unified Diff: gin/v8.isolate

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: sync 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
« no previous file with comments | « gin/test/v8_test.cc ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/v8.isolate
diff --git a/sql/sql_unittests.isolate b/gin/v8.isolate
similarity index 57%
copy from sql/sql_unittests.isolate
copy to gin/v8.isolate
index f422ae6eab691af4c5ae63e2cc8ff17cdc676ebd..14d8a2cf733295c2dde8e85f4e15ee80cfc5a34d 100644
--- a/sql/sql_unittests.isolate
+++ b/gin/v8.isolate
@@ -3,15 +3,13 @@
# found in the LICENSE file.
{
'conditions': [
- ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ ['v8_use_external_startup_data==1', {
'variables': {
- 'files': [
- 'test/data/',
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/natives_blob.bin',
+ '<(PRODUCT_DIR)/snapshot_blob.bin',
],
},
}],
],
- 'includes': [
- '../base/base.isolate',
- ],
}
« no previous file with comments | « gin/test/v8_test.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698