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

Side by Side Diff: content/app/DEPS

Issue 1011133006: Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 "+device/battery", 3 "+device/battery",
4 "+device/vibration", 4 "+device/vibration",
5 # For loading V8's initial snapshot from external files. 5 # For loading V8's initial snapshot from external files.
6 "+gin/public/isolate_holder.h", 6 "+gin/public/isolate_holder.h",
7 "+gin/public/snapshot_fd_data.h", 7 "+gin/public/snapshot_fd_data.h",
8 "+gin/v8_startup_data.h",
8 "+media/base", # For initializing media library. 9 "+media/base", # For initializing media library.
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698