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

Unified Diff: gin/v8.isolate

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/v8.isolate
diff --git a/third_party/jstemplate/compiled_resources.gyp b/gin/v8.isolate
similarity index 50%
copy from third_party/jstemplate/compiled_resources.gyp
copy to gin/v8.isolate
index 7ad83736da435194ad593a00e234944fc3b65669..14d8a2cf733295c2dde8e85f4e15ee80cfc5a34d 100644
--- a/third_party/jstemplate/compiled_resources.gyp
+++ b/gin/v8.isolate
@@ -2,16 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'targets': [
- {
- 'target_name': 'jstemplate',
+ 'conditions': [
+ ['v8_use_external_startup_data==1', {
'variables': {
- 'depends': [
- 'util.js',
- 'jsevalcontext.js',
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/natives_blob.bin',
+ '<(PRODUCT_DIR)/snapshot_blob.bin',
],
},
- 'includes': ['../../third_party/closure_compiler/compile_js.gypi'],
- }
+ }],
],
}
« no previous file with comments | « gin/test/v8_test.cc ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698