Change LOG to VLOG in ThumbnailTabHelper.
[chromium-blink-merge.git] / chrome / DEPS
blob125aec3afa713f9abd8c59663d892a9ff55f8b33
1 include_rules = [
2   "+ash",
3   "+base/prefs",
4   "+cc",
5   "+crypto",
6   "+gpu",
7   "+jni",
8   "+leveldb",
9   "+net",
10   "+printing",
11   "+sql",
12   # Browser, renderer, common and tests access V8 for various purposes.
13   "-v8",
14   "+v8/include",
16   # Limit what we include from nacl.
17   "-native_client",
18   "+native_client/src/trusted/service_runtime/osx",
19   "+native_client/src/trusted/service_runtime/win",
20   "+native_client/src/shared/imc",
22   # The subdirectories in chrome/ will manually allow their own include
23   # directories in chrome/ so we disallow all of them.
24   "-chrome",
25   "+chrome/common",
26   "+chrome/test",
27   "+content/public/common",
28   "+content/public/test",
29   "+content/test/gpu",
30   "+content/test/net",
32   # Don't allow inclusion of these other libs we shouldn't be calling directly.
33   "-webkit",
34   "-tools",
36   "-crypto/third_party",
38   # Allow inclusion of WebKit API files.
39   "+third_party/WebKit/Source/Platform/chromium",
40   "+third_party/WebKit/Source/WebKit/chromium",
42   # Allow inclusion of third-party code:
43   "+third_party/hunspell",
44   "+third_party/icon_family", # IconFamily for Mac.
45   "+third_party/libxml",
46   "+third_party/mozilla",     # Mozilla interface headers.
47   "+third_party/npapi",       # NPAPI interface headers.
48   "+third_party/skia",
49   "+third_party/tcmalloc",
50   "+third_party/GTM",         # Google Toolbox for Mac.
52   "+ui",