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

Side by Side Diff: chrome/DEPS

Issue 915002: Create a toplevel gfx/ dir and seed it with icon_util.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « build/all.gyp ('k') | chrome/browser/aeropeek_manager.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 "+gpu", 4 "+gpu",
4 "+net", 5 "+net",
5 "+printing", 6 "+printing",
6 "+views", 7 "+views",
7 8
8 # The subdirectories in chrome/ will manually allow their own include 9 # The subdirectories in chrome/ will manually allow their own include
9 # directories in chrome/ so we disallow all of them. 10 # directories in chrome/ so we disallow all of them.
10 "-chrome", 11 "-chrome",
11 "+chrome/common", 12 "+chrome/common",
12 "+chrome/test", 13 "+chrome/test",
(...skipping 29 matching lines...) Expand all
42 43
43 # Our Skia extensions. 44 # Our Skia extensions.
44 "+skia/ext", 45 "+skia/ext",
45 46
46 # On Linux, we include some breakpad headers 47 # On Linux, we include some breakpad headers
47 "+breakpad/linux", 48 "+breakpad/linux",
48 49
49 # On Linux, the zygote needs to access sandbox headers 50 # On Linux, the zygote needs to access sandbox headers
50 "+sandbox/linux" 51 "+sandbox/linux"
51 ] 52 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/aeropeek_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698