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

Unified Diff: content/content_tests.gypi

Issue 734163007: Linux-specific bits for loading V8's initial snapshot from external files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/tools/build/linux/FILES.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9ba42e19a6d5041ce1c75f6bfb1340b445f6cc60..760634bca08234fa36251b641f1cec0b7bc0539a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -339,11 +339,15 @@
}],
['OS=="android"', {
'dependencies': [
- '../gin/gin.gyp:gin',
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
'content.gyp:content_v8_external_data',
jochen (gone - plz use gerrit) 2014/11/18 13:42:59 shouldn't this move as well?
baixo1 2014/11/18 13:49:46 This will copy the snapshot files to content_shell
],
}],
+ ['v8_use_external_startup_data==1', {
+ 'dependencies': [
+ '../gin/gin.gyp:gin',
+ ],
+ }],
],
},
{
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698