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

Side by Side Diff: content/browser/DEPS

Issue 10701151: DuplicateContentResourceHandler to monitor resources and track how many times th… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: changed static instance to LazyInstance Created 8 years, 4 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 | « DEPS ('k') | content/browser/renderer_host/duplicate_content_resource_handler.h » ('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 "+content/gpu", # For gpu_info_collector.h and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 "+content/port/browser", 3 "+content/port/browser",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+media/audio", # For audio input for speech input feature. 5 "+media/audio", # For audio input for speech input feature.
6 "+media/base/android", # For Android JNI registration. 6 "+media/base/android", # For Android JNI registration.
7 "+ui/ui_controls", # this should probably move into a DEPS file under test. 7 "+ui/ui_controls", # this should probably move into a DEPS file under test.
8 8
9 # Other libraries. 9 # Other libraries.
10 "+third_party/iaccessible2", 10 "+third_party/iaccessible2",
11 "+third_party/isimpledom", 11 "+third_party/isimpledom",
12 "+third_party/smhasher",
12 "+third_party/speex", 13 "+third_party/speex",
13 14
14 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 15 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
15 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 16 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
16 # for more information. 17 # for more information.
17 18
18 # ONLY USED BY TESTS 19 # ONLY USED BY TESTS
19 "+chrome/browser/ui/browser.h", 20 "+chrome/browser/ui/browser.h",
20 "+chrome/browser/ui/browser_commands.h", 21 "+chrome/browser/ui/browser_commands.h",
21 "+chrome/browser/ui/browser_tabstrip.h", 22 "+chrome/browser/ui/browser_tabstrip.h",
22 "+chrome/browser/ui/singleton_tabs.h", 23 "+chrome/browser/ui/singleton_tabs.h",
23 ] 24 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | content/browser/renderer_host/duplicate_content_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698