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

Side by Side Diff: content/browser/DEPS

Issue 12049052: Move core url data manager classes to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years, 11 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 | « content/DEPS ('k') | content/browser/browser_main_loop.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 "+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 kEnableEncryptedMedia. 7 "+media/base", # For Android JNI registration and kEnableEncryptedMedia.
8 "+ui/ui_controls", # this should probably move into a DEPS file under test. 8 "+ui/webui",
9 "+win8/util", 9 "+win8/util",
10 10
11 # Other libraries. 11 # Other libraries.
12 "+third_party/iaccessible2", 12 "+third_party/iaccessible2",
13 "+third_party/isimpledom", 13 "+third_party/isimpledom",
14 "+third_party/khronos", # For enum definitions only 14 "+third_party/khronos", # For enum definitions only
15 "+third_party/speex", 15 "+third_party/speex",
16 16
17 # Allow non-browser Chrome OS code to be used. 17 # Allow non-browser Chrome OS code to be used.
18 "+chromeos", 18 "+chromeos",
19 "+third_party/cros_system_api", 19 "+third_party/cros_system_api",
20 20
21 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 21 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
22 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 22 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
23 # for more information. 23 # for more information.
24 ] 24 ]
OLDNEW
« no previous file with comments | « content/DEPS ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698