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

Side by Side Diff: chrome/browser/DEPS

Issue 9834039: Remove resource_request_info_impl.h dependency from chrome. This also makes blob/file system urls w… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/download/download_browsertest.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 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+chromeos", 9 "+chromeos",
10 "+content/plugin/plugin_interpose_util_mac.h", 10 "+content/plugin/plugin_interpose_util_mac.h",
(...skipping 16 matching lines...) Expand all
27 "+webkit/forms", # Defines some types that are marshalled over IPC. 27 "+webkit/forms", # Defines some types that are marshalled over IPC.
28 "+webkit/glue", # Defines some types that are marshalled over IPC. 28 "+webkit/glue", # Defines some types that are marshalled over IPC.
29 "+webkit/plugins", # Defines some types that are marshalled over IPC. 29 "+webkit/plugins", # Defines some types that are marshalled over IPC.
30 "+webkit/quota", 30 "+webkit/quota",
31 "+xib_localizers", # For generated mac localization helpers 31 "+xib_localizers", # For generated mac localization helpers
32 32
33 "-content/browser", 33 "-content/browser",
34 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 34 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
35 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 35 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
36 "+content/browser/geolocation/wifi_data_provider_common.h", 36 "+content/browser/geolocation/wifi_data_provider_common.h",
37 "+content/browser/renderer_host/resource_request_info_impl.h",
38 # TODO(asanka): see http://codereview.chromium.org/9141031 37 # TODO(asanka): see http://codereview.chromium.org/9141031
39 "+content/browser/download/download_state_info.h", 38 "+content/browser/download/download_state_info.h",
40 # TODO(ben): http://crbug.com/118410 will fix the following: 39 # TODO(ben): http://crbug.com/118410 will fix the following:
41 "+content/browser/renderer_host/render_view_host_factory.h", 40 "+content/browser/renderer_host/render_view_host_factory.h",
42 "+content/browser/tab_contents/tab_contents_view_helper.h", 41 "+content/browser/tab_contents/tab_contents_view_helper.h",
43 "+content/browser/tab_contents/web_contents_drag_win.h", 42 "+content/browser/tab_contents/web_contents_drag_win.h",
44 "+content/browser/tab_contents/web_drag_dest_win.h", 43 "+content/browser/tab_contents/web_drag_dest_win.h",
45 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 44 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
46 45
47 "-content/common", 46 "-content/common",
(...skipping 10 matching lines...) Expand all
58 "+third_party/libevent", # For the remote V8 debugging server 57 "+third_party/libevent", # For the remote V8 debugging server
59 "+third_party/libjingle", 58 "+third_party/libjingle",
60 "+third_party/protobuf/src/google/protobuf", 59 "+third_party/protobuf/src/google/protobuf",
61 "+third_party/sqlite", 60 "+third_party/sqlite",
62 "+third_party/undoview", 61 "+third_party/undoview",
63 62
64 # FIXME: these should probably not be here, we need to find a better 63 # FIXME: these should probably not be here, we need to find a better
65 # structure for these includes. 64 # structure for these includes.
66 "+chrome/renderer", 65 "+chrome/renderer",
67 ] 66 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698