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

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 4e3f30adc78998f4bb2473a80649407ea2e7fa7a..973d9cce703a7f1033e4a3992e848064c51833dc 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/WebSnapshotCreator.h",
+ "+third_party/WebKit/public/web/WebKit.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698