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

Side by Side Diff: chrome/DEPS

Issue 465040: Added CommandBufferClient, CommandBufferStub and some IPC messages.... (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/chrome.gyp » ('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 "+net", 4 "+net",
4 "+printing", 5 "+printing",
5 "+views", 6 "+views",
6 7
7 # The subdirectories in chrome/ will manually allow their own include 8 # The subdirectories in chrome/ will manually allow their own include
8 # directories in chrome/ so we disallow all of them. 9 # directories in chrome/ so we disallow all of them.
9 "-chrome", 10 "-chrome",
10 "+chrome/common", 11 "+chrome/common",
11 "+chrome/test", 12 "+chrome/test",
12 13
(...skipping 25 matching lines...) Expand all
38 39
39 # Our Skia extensions. 40 # Our Skia extensions.
40 "+skia/ext", 41 "+skia/ext",
41 42
42 # On Linux, we include some breakpad headers 43 # On Linux, we include some breakpad headers
43 "+breakpad/linux", 44 "+breakpad/linux",
44 45
45 # On Linux, the zygote needs to access sandbox headers 46 # On Linux, the zygote needs to access sandbox headers
46 "+sandbox/linux" 47 "+sandbox/linux"
47 ] 48 ]
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698