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

Unified Diff: gin/DEPS

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Support runtime feature on templates Created 3 years, 6 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/BUILD.gn ('k') | gin/isolate_holder.cc » ('j') | gin/isolate_holder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/DEPS
diff --git a/gin/DEPS b/gin/DEPS
index 4e3f30adc78998f4bb2473a80649407ea2e7fa7a..380743131530e9f26dde624269d02fa2cdc2d218 100644
--- a/gin/DEPS
+++ b/gin/DEPS
@@ -2,3 +2,11 @@ include_rules = [
"+base",
"+v8",
]
+
+specific_include_rules = {
+ "blink_v8_snapshot_generator_main\.cc": [
+ "+mojo/edk/embedder/embedder.h",
+ "+third_party/WebKit/public/web/WebV8SnapshotUtil.h",
+ "+third_party/WebKit/public/web/WebKit.h",
+ ],
+}
« no previous file with comments | « gin/BUILD.gn ('k') | gin/isolate_holder.cc » ('j') | gin/isolate_holder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698