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

Side by Side Diff: chrome/DEPS

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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 | « build/common.gypi ('k') | chrome/browser/plugin_process_host.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 "+gpu/command_buffer", 3 "+gpu",
4 "+net", 4 "+net",
5 "+printing", 5 "+printing",
6 "+views", 6 "+views",
7 7
8 # The subdirectories in chrome/ will manually allow their own include 8 # The subdirectories in chrome/ will manually allow their own include
9 # directories in chrome/ so we disallow all of them. 9 # directories in chrome/ so we disallow all of them.
10 "-chrome", 10 "-chrome",
11 "+chrome/common", 11 "+chrome/common",
12 "+chrome/test", 12 "+chrome/test",
13 13
(...skipping 25 matching lines...) Expand all
39 39
40 # Our Skia extensions. 40 # Our Skia extensions.
41 "+skia/ext", 41 "+skia/ext",
42 42
43 # On Linux, we include some breakpad headers 43 # On Linux, we include some breakpad headers
44 "+breakpad/linux", 44 "+breakpad/linux",
45 45
46 # On Linux, the zygote needs to access sandbox headers 46 # On Linux, the zygote needs to access sandbox headers
47 "+sandbox/linux" 47 "+sandbox/linux"
48 ] 48 ]
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698