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

Side by Side Diff: pdf/DEPS

Issue 1346143003: Don't initialize V8 via Blink in ppapi plugins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « pdf/BUILD.gn ('k') | pdf/OWNERS » ('j') | pdf/pdf.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/common/content_restriction.h", 2 "+chrome/common/content_restriction.h",
3 "+gin/public/gin_embedders.h", 3 "+gin",
4 "+net", 4 "+net",
5 "+ppapi", 5 "+ppapi",
6 "+printing/units.h", 6 "+printing/units.h",
7 "+third_party/pdfium/public", 7 "+third_party/pdfium/public",
8 "+ui/events/keycodes/keyboard_codes.h", 8 "+ui/events/keycodes/keyboard_codes.h",
9 "+v8/include/v8.h" 9 "+v8/include/v8.h"
10 ] 10 ]
OLDNEW
« no previous file with comments | « pdf/BUILD.gn ('k') | pdf/OWNERS » ('j') | pdf/pdf.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698