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

Side by Side Diff: content/browser/DEPS

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed pre-submit warnings/errors (including adding bzip2 to content/browser DEPS). Created 7 years, 7 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/tracing", 2 "+components/tracing",
3 "+content/gpu", # For gpu_info_collector.h and in-process GPU 3 "+content/gpu", # For gpu_info_collector.h and in-process GPU
4 "+content/port/browser", 4 "+content/port/browser",
5 "+content/public/browser", 5 "+content/public/browser",
6 "+media/audio", # For audio input for speech input feature. 6 "+media/audio", # For audio input for speech input feature.
7 "+media/base", # For Android JNI registration and kDisableEncryptedMedia. 7 "+media/base", # For Android JNI registration and kDisableEncryptedMedia.
8 "+sql", 8 "+sql",
9 "+ui/webui", 9 "+ui/webui",
10 "+win8/util", 10 "+win8/util",
11 11
12 # Other libraries. 12 # Other libraries.
13 "+third_party/bzip2",
13 "+third_party/iaccessible2", 14 "+third_party/iaccessible2",
14 "+third_party/isimpledom", 15 "+third_party/isimpledom",
15 "+third_party/khronos", # For enum definitions only 16 "+third_party/khronos", # For enum definitions only
16 "+third_party/speex", 17 "+third_party/speex",
17 "+third_party/re2", 18 "+third_party/re2",
18 19
19 # Allow non-browser Chrome OS code to be used. 20 # Allow non-browser Chrome OS code to be used.
20 "+chromeos", 21 "+chromeos",
21 "+third_party/cros_system_api", 22 "+third_party/cros_system_api",
22 23
23 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 24 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
24 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 25 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
25 # for more information. 26 # for more information.
26 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698