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

Side by Side Diff: chrome/DEPS

Issue 2794004: Add a font API to Pepper and implement on Linux based on agl's ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_sandbox_host_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+app", 2 "+app",
3 "+gfx", 3 "+gfx",
4 "+gpu", 4 "+gpu",
5 "+net", 5 "+net",
6 "+printing", 6 "+printing",
7 "+views", 7 "+views",
8 8
9 # The subdirectories in chrome/ will manually allow their own include 9 # The subdirectories in chrome/ will manually allow their own include
10 # directories in chrome/ so we disallow all of them. 10 # directories in chrome/ so we disallow all of them.
(...skipping 14 matching lines...) Expand all
25 25
26 # Allow inclusion of the database library. 26 # Allow inclusion of the database library.
27 "+webkit/database", 27 "+webkit/database",
28 28
29 # Allow Apple code ImageAndTextCell. 29 # Allow Apple code ImageAndTextCell.
30 "+third_party/apple", 30 "+third_party/apple",
31 31
32 # Allow inclusion of Mozilla interface headers. 32 # Allow inclusion of Mozilla interface headers.
33 "+third_party/mozilla", 33 "+third_party/mozilla",
34 34
35 # Allow inclusion of NPAPI interface headers.
36 "+third_party/npapi",
37
35 # Allow inclusion of tcmalloc header. 38 # Allow inclusion of tcmalloc header.
36 "+third_party/tcmalloc", 39 "+third_party/tcmalloc",
37 40
38 # Allow usage of Google Toolbox for Mac. 41 # Allow usage of Google Toolbox for Mac.
39 "+third_party/GTM", 42 "+third_party/GTM",
40 43
41 # Allow usage of the libjingle library. 44 # Allow usage of the libjingle library.
42 "+third_party/libjingle", 45 "+third_party/libjingle",
43 46
44 # Our Skia extensions. 47 # Our Skia extensions.
45 "+skia/ext", 48 "+skia/ext",
46 49
47 # On Linux, we include some breakpad headers 50 # On Linux, we include some breakpad headers
48 "+breakpad/linux", 51 "+breakpad/linux",
49 52
50 # On Linux, the zygote needs to access sandbox headers 53 # On Linux, the zygote needs to access sandbox headers
51 "+sandbox/linux" 54 "+sandbox/linux"
52 ] 55 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_sandbox_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698