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

Side by Side Diff: chrome/DEPS

Issue 799643004: Combine PDF plugin into the Chromium binary. (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 "+crypto", 2 "+crypto",
3 "+gpu", 3 "+gpu",
4 "+net", 4 "+net",
5 "+pdf",
5 "+printing", 6 "+printing",
6 "+sql", 7 "+sql",
7 # Browser, renderer, common and tests access V8 for various purposes. 8 # Browser, renderer, common and tests access V8 for various purposes.
8 "-v8", 9 "-v8",
9 "+v8/include", 10 "+v8/include",
10 11
11 # Limit what we include from nacl. 12 # Limit what we include from nacl.
12 "-native_client", 13 "-native_client",
13 14
14 # The subdirectories in chrome/ will manually allow their own include 15 # The subdirectories in chrome/ will manually allow their own include
(...skipping 20 matching lines...) Expand all
35 "+third_party/WebKit/public/web", 36 "+third_party/WebKit/public/web",
36 37
37 # Allow inclusion of third-party code: 38 # Allow inclusion of third-party code:
38 "+third_party/hunspell", 39 "+third_party/hunspell",
39 "+third_party/libxml", 40 "+third_party/libxml",
40 "+third_party/mojo/src/mojo/public", 41 "+third_party/mojo/src/mojo/public",
41 "+third_party/skia", 42 "+third_party/skia",
42 43
43 "+ui", 44 "+ui",
44 ] 45 ]
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chrome_main_delegate.cc » ('j') | pdf/pdf.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698