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

Side by Side Diff: chrome/DEPS

Issue 355003: Implement FormStructure and an initial method, EncodeUploadRequest. This als... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « base/sha1_unittest.cc ('k') | chrome/browser/autofill/autofill_field.h » ('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 "+net", 3 "+net",
4 "+printing", 4 "+printing",
5 "+views", 5 "+views",
6 6
7 # The subdirectories in chrome/ will manually allow their own include 7 # The subdirectories in chrome/ will manually allow their own include
8 # directories in chrome/ so we disallow all of them. 8 # directories in chrome/ so we disallow all of them.
9 "-chrome", 9 "-chrome",
10 "+chrome/common", 10 "+chrome/common",
(...skipping 12 matching lines...) Expand all
23 23
24 # Allow inclusion of Mozilla interface headers. 24 # Allow inclusion of Mozilla interface headers.
25 "+third_party/mozilla", 25 "+third_party/mozilla",
26 26
27 # Allow inclusion of tcmalloc header. 27 # Allow inclusion of tcmalloc header.
28 "+third_party/tcmalloc", 28 "+third_party/tcmalloc",
29 29
30 # Allow usage of Google Toolbox for Mac. 30 # Allow usage of Google Toolbox for Mac.
31 "+third_party/GTM", 31 "+third_party/GTM",
32 32
33 # Allow usage of the libjingle library.
34 "+third_party/libjingle",
35
33 # Our Skia extensions. 36 # Our Skia extensions.
34 "+skia/ext", 37 "+skia/ext",
35 38
36 # On Linux, we include some breakpad headers 39 # On Linux, we include some breakpad headers
37 "+breakpad/linux", 40 "+breakpad/linux",
38 41
39 # On Linux, the zygote needs to access sandbox headers 42 # On Linux, the zygote needs to access sandbox headers
40 "+sandbox/linux" 43 "+sandbox/linux"
41 ] 44 ]
OLDNEW
« no previous file with comments | « base/sha1_unittest.cc ('k') | chrome/browser/autofill/autofill_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698