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

Side by Side Diff: chrome/browser/DEPS

Issue 11881011: Move wifi_data_provider_chromeos -> content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « no previous file | chrome/browser/geolocation/wifi_data_provider_chromeos.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 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 5 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 6 "+chromeos",
7 "+components/web_contents_delegate_android", 7 "+components/web_contents_delegate_android",
8 # TODO(boliu): Remove when content/components is moved to components. 8 # TODO(boliu): Remove when content/components is moved to components.
9 "+content/components", 9 "+content/components",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "+webkit/glue/web_intent_reply_data.h", 59 "+webkit/glue/web_intent_reply_data.h",
60 "+webkit/glue/web_intent_service_data.h", 60 "+webkit/glue/web_intent_service_data.h",
61 "+webkit/glue/webcursor.h", 61 "+webkit/glue/webcursor.h",
62 "+webkit/glue/webdropdata.h", 62 "+webkit/glue/webdropdata.h",
63 "+webkit/glue/webkit_glue.h", 63 "+webkit/glue/webkit_glue.h",
64 "+webkit/glue/webmenuitem.h", 64 "+webkit/glue/webmenuitem.h",
65 "+webkit/glue/webpreferences.h", 65 "+webkit/glue/webpreferences.h",
66 "+webkit/glue/window_open_disposition.h", 66 "+webkit/glue/window_open_disposition.h",
67 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 67 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
68 68
69 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
70 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
71 "!content/browser/geolocation/wifi_data_provider_common.h",
72 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
73
74 "-chrome/browser/ui/views", 69 "-chrome/browser/ui/views",
75 # TODO(tfarina): Remove all these. crbug.com/125846. 70 # TODO(tfarina): Remove all these. crbug.com/125846.
76 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 71 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
77 "!chrome/browser/ui/views/extensions/extension_view_views.h", 72 "!chrome/browser/ui/views/extensions/extension_view_views.h",
78 "!chrome/browser/ui/views/location_bar/location_bar_view.h", 73 "!chrome/browser/ui/views/location_bar/location_bar_view.h",
79 "!chrome/browser/ui/views/location_bar/location_icon_view.h", 74 "!chrome/browser/ui/views/location_bar/location_icon_view.h",
80 "!chrome/browser/ui/views/notifications/balloon_view.h", 75 "!chrome/browser/ui/views/notifications/balloon_view.h",
81 "!chrome/browser/ui/views/notifications/balloon_view_host.h", 76 "!chrome/browser/ui/views/notifications/balloon_view_host.h",
82 "!chrome/browser/ui/views/page_info_bubble_view.h", 77 "!chrome/browser/ui/views/page_info_bubble_view.h",
83 "!chrome/browser/ui/views/reload_button.h", 78 "!chrome/browser/ui/views/reload_button.h",
(...skipping 15 matching lines...) Expand all
99 "+third_party/libjingle", 94 "+third_party/libjingle",
100 "+third_party/protobuf/src/google/protobuf", 95 "+third_party/protobuf/src/google/protobuf",
101 "+third_party/re2", 96 "+third_party/re2",
102 "+third_party/sqlite", 97 "+third_party/sqlite",
103 "+third_party/undoview", 98 "+third_party/undoview",
104 99
105 # FIXME: this is used by a browser_test. We need to find a better structure 100 # FIXME: this is used by a browser_test. We need to find a better structure
106 # for this include. 101 # for this include.
107 "!chrome/renderer/visitedlink_slave.h", 102 "!chrome/renderer/visitedlink_slave.h",
108 ] 103 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/geolocation/wifi_data_provider_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698