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

Side by Side Diff: chrome/DEPS

Issue 10905061: Tighten the restrictions on including webkit code from chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert the IWYU changes Created 8 years, 3 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/DEPS » ('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 "+ash", 2 "+ash",
3 "+crypto", 3 "+crypto",
4 "+gpu", 4 "+gpu",
5 "+jni", 5 "+jni",
6 "+leveldb", 6 "+leveldb",
7 "+net", 7 "+net",
8 "+printing", 8 "+printing",
9 "+sql", 9 "+sql",
10 # Browser, renderer, common and tests access V8 for various purposes. 10 # Browser, renderer, common and tests access V8 for various purposes.
(...skipping 18 matching lines...) Expand all
29 29
30 # Don't allow inclusion of these other libs we shouldn't be calling directly. 30 # Don't allow inclusion of these other libs we shouldn't be calling directly.
31 "-webkit", 31 "-webkit",
32 "-tools", 32 "-tools",
33 33
34 "-crypto/third_party", 34 "-crypto/third_party",
35 35
36 # Allow inclusion of WebKit API files. 36 # Allow inclusion of WebKit API files.
37 "+third_party/WebKit/Source/Platform/chromium", 37 "+third_party/WebKit/Source/Platform/chromium",
38 "+third_party/WebKit/Source/WebKit/chromium", 38 "+third_party/WebKit/Source/WebKit/chromium",
39 "+webkit/appcache",
40 "+webkit/blob",
41 "+webkit/chromeos/fileapi",
42 "+webkit/database",
43 "+webkit/fileapi",
44 "+webkit/quota",
45 39
46 # Allow inclusion of third-party code: 40 # Allow inclusion of third-party code:
47 "+third_party/hunspell", 41 "+third_party/hunspell",
48 "+third_party/icon_family", # IconFamily for Mac. 42 "+third_party/icon_family", # IconFamily for Mac.
49 "+third_party/libxml", 43 "+third_party/libxml",
50 "+third_party/mozilla", # Mozilla interface headers. 44 "+third_party/mozilla", # Mozilla interface headers.
51 "+third_party/npapi", # NPAPI interface headers. 45 "+third_party/npapi", # NPAPI interface headers.
52 "+third_party/skia", 46 "+third_party/skia",
53 "+third_party/tcmalloc", 47 "+third_party/tcmalloc",
54 "+third_party/GTM", # Google Toolbox for Mac. 48 "+third_party/GTM", # Google Toolbox for Mac.
55 49
56 "+ui", 50 "+ui",
57 ] 51 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698