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

Side by Side Diff: gin/DEPS

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for some 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+crypto", 3 "+crypto",
4 "+v8", 4 "+v8",
5 ] 5 ]
6
7 specific_include_rules = {
8 "gin_prepare_main\.cc": [
9 "+mojo/edk/embedder/embedder.h",
10 "+third_party/WebKit/public/web/SnapshotCreator.h",
11 "+third_party/WebKit/public/web/WebKit.h",
12 ],
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698