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

Side by Side Diff: content/app/DEPS

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable external snapshot for webview Created 6 years, 2 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 "+content", 2 "+content",
3 # For loading V8's initial snapshot from external files.
4 "+gin/public/isolate_holder.h",
3 "+media/base", # For initializing media library. 5 "+media/base", # For initializing media library.
4 ] 6 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698