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

Side by Side Diff: content/public/renderer/DEPS

Issue 897563002: Unify the three places that patch font loading for PDFium on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/public/child",
2 "+media/base", 3 "+media/base",
3 "+media/filters", 4 "+media/filters",
4 "+media/video", 5 "+media/video",
5 "+v8/include/v8.h", 6 "+v8/include/v8.h",
6 ] 7 ]
7 8
8 specific_include_rules = { 9 specific_include_rules = {
9 ".*\.cc": [ 10 ".*\.cc": [
10 "+content/common", 11 "+content/common",
11 "+content/renderer", 12 "+content/renderer",
12 ], 13 ],
13 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698