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

Unified Diff: gin/DEPS

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for most comments Created 3 years, 7 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: gin/DEPS
diff --git a/gin/DEPS b/gin/DEPS
index d4cc2bad9c603e389fb6f006c0b795ba7a379a84..c22f442bd15862850a9de647d2cacbd89ab81212 100644
--- a/gin/DEPS
+++ b/gin/DEPS
@@ -3,3 +3,11 @@ include_rules = [
"+crypto",
"+v8",
]
+
+specific_include_rules = {
+ "gin_prepare_main\.cc": [
+ "+mojo/edk/embedder/embedder.h",
+ "+third_party/WebKit/public/web/SnapshotCreator.h",
+ "+third_party/WebKit/public/web/WebKit.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698