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

Side by Side Diff: pdf/DEPS

Issue 705623002: Initialize V8 in PDFium from external files (in-renderer process only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove pieces that don't belong to this CL Created 6 years, 1 month 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 "!chrome/browser/chrome_page_zoom_constants.h", 2 "!chrome/browser/chrome_page_zoom_constants.h",
3 "!chrome/common/content_restriction.h", 3 "!chrome/common/content_restriction.h",
4 "!content/public/common/page_zoom.h", 4 "!content/public/common/page_zoom.h",
5 "+net", 5 "+net",
6 "+ppapi", 6 "+ppapi",
7 "+third_party/pdfium/fpdfsdk/include", 7 "+third_party/pdfium/fpdfsdk/include",
8 "+ui/events/keycodes/keyboard_codes.h", 8 "+ui/events/keycodes/keyboard_codes.h",
9 "+v8/include/v8.h"
9 ] 10 ]
OLDNEW
« no previous file with comments | « gin/public/isolate_holder.h ('k') | pdf/instance.cc » ('j') | ppapi/c/private/ppb_pdf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698