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

Side by Side Diff: chrome/DEPS

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 years, 8 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/chromeos/imageburner/burn_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 "+ash", 2 "+ash",
3 "+base/prefs", 3 "+base/prefs",
4 "+cc", 4 "+cc",
5 "+crypto", 5 "+crypto",
6 "+gpu", 6 "+gpu",
7 "+jni", 7 "+jni",
8 "+leveldb", 8 "+leveldb",
9 "+net", 9 "+net",
10 "+printing", 10 "+printing",
11 "+sql", 11 "+sql",
12 # Browser, renderer, common and tests access V8 for various purposes. 12 # Browser, renderer, common and tests access V8 for various purposes.
13 "-v8", 13 "-v8",
14 "+v8/include", 14 "+v8/include",
15 15
16 # Limit what we include from nacl. 16 # Limit what we include from nacl.
17 "-native_client", 17 "-native_client",
18 "+native_client/src/trusted/service_runtime/osx", 18 "+native_client/src/trusted/service_runtime/osx",
19 "+native_client/src/trusted/service_runtime/win", 19 "+native_client/src/trusted/service_runtime/win",
20 "+native_client/src/shared/imc", 20 "+native_client/src/shared/imc",
21 21
22 # The subdirectories in chrome/ will manually allow their own include 22 # The subdirectories in chrome/ will manually allow their own include
23 # directories in chrome/ so we disallow all of them. 23 # directories in chrome/ so we disallow all of them.
24 "-chrome", 24 "-chrome",
25 "+chrome/common", 25 "+chrome/common",
26 "+chrome/test", 26 "+chrome/test",
27 "+components/visitedlink/common", 27 "+components/visitedlink/common",
28 "+components/zip",
28 "+content/public/common", 29 "+content/public/common",
29 "+content/public/test", 30 "+content/public/test",
30 "+content/test/gpu", 31 "+content/test/gpu",
31 "+content/test/net", 32 "+content/test/net",
32 33
33 # Don't allow inclusion of these other libs we shouldn't be calling directly. 34 # Don't allow inclusion of these other libs we shouldn't be calling directly.
34 "-webkit", 35 "-webkit",
35 "-tools", 36 "-tools",
36 37
37 "-crypto/third_party", 38 "-crypto/third_party",
38 39
39 # Allow inclusion of WebKit API files. 40 # Allow inclusion of WebKit API files.
40 "+third_party/WebKit/Source/Platform/chromium", 41 "+third_party/WebKit/Source/Platform/chromium",
41 "+third_party/WebKit/Source/WebKit/chromium", 42 "+third_party/WebKit/Source/WebKit/chromium",
42 43
43 # Allow inclusion of third-party code: 44 # Allow inclusion of third-party code:
44 "+third_party/hunspell", 45 "+third_party/hunspell",
45 "+third_party/icon_family", # IconFamily for Mac. 46 "+third_party/icon_family", # IconFamily for Mac.
46 "+third_party/libxml", 47 "+third_party/libxml",
47 "+third_party/mozilla", # Mozilla interface headers. 48 "+third_party/mozilla", # Mozilla interface headers.
48 "+third_party/npapi", # NPAPI interface headers. 49 "+third_party/npapi", # NPAPI interface headers.
49 "+third_party/skia", 50 "+third_party/skia",
50 "+third_party/tcmalloc", 51 "+third_party/tcmalloc",
51 "+third_party/GTM", # Google Toolbox for Mac. 52 "+third_party/GTM", # Google Toolbox for Mac.
52 53
53 "+ui", 54 "+ui",
54 ] 55 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/imageburner/burn_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698