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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+v8", 3 "+v8",
4 ] 4 ]
5
6 specific_include_rules = {
7 "blink_v8_snapshot_generator_main\.cc": [
8 "+mojo/edk/embedder/embedder.h",
9 "+third_party/WebKit/public/web/WebV8SnapshotUtil.h",
10 "+third_party/WebKit/public/web/WebKit.h",
11 ],
12 }
OLDNEW
« 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