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

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: . 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
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 "+content/components", 7 "+content/components",
8 "+content/public/browser", 8 "+content/public/browser",
9 "+device/bluetooth", 9 "+device/bluetooth",
10 "+device/media_transfer_protocol", 10 "+device/media_transfer_protocol",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "+webkit/glue/web_intent_reply_data.h", 57 "+webkit/glue/web_intent_reply_data.h",
58 "+webkit/glue/web_intent_service_data.h", 58 "+webkit/glue/web_intent_service_data.h",
59 "+webkit/glue/webcursor.h", 59 "+webkit/glue/webcursor.h",
60 "+webkit/glue/webdropdata.h", 60 "+webkit/glue/webdropdata.h",
61 "+webkit/glue/webkit_glue.h", 61 "+webkit/glue/webkit_glue.h",
62 "+webkit/glue/webmenuitem.h", 62 "+webkit/glue/webmenuitem.h",
63 "+webkit/glue/webpreferences.h", 63 "+webkit/glue/webpreferences.h",
64 "+webkit/glue/window_open_disposition.h", 64 "+webkit/glue/window_open_disposition.h",
65 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 65 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
66 66
67 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
68 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
69 "!content/browser/geolocation/wifi_data_provider_common.h",
70 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
71
72 "-chrome/browser/ui/views", 67 "-chrome/browser/ui/views",
73 # TODO(tfarina): Remove all these. crbug.com/125846. 68 # TODO(tfarina): Remove all these. crbug.com/125846.
74 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 69 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
75 "!chrome/browser/ui/views/extensions/extension_view_views.h", 70 "!chrome/browser/ui/views/extensions/extension_view_views.h",
76 "!chrome/browser/ui/views/location_bar/location_bar_view.h", 71 "!chrome/browser/ui/views/location_bar/location_bar_view.h",
77 "!chrome/browser/ui/views/location_bar/location_icon_view.h", 72 "!chrome/browser/ui/views/location_bar/location_icon_view.h",
78 "!chrome/browser/ui/views/notifications/balloon_view.h", 73 "!chrome/browser/ui/views/notifications/balloon_view.h",
79 "!chrome/browser/ui/views/notifications/balloon_view_host.h", 74 "!chrome/browser/ui/views/notifications/balloon_view_host.h",
80 "!chrome/browser/ui/views/page_info_bubble_view.h", 75 "!chrome/browser/ui/views/page_info_bubble_view.h",
81 "!chrome/browser/ui/views/reload_button.h", 76 "!chrome/browser/ui/views/reload_button.h",
(...skipping 15 matching lines...) Expand all
97 "+third_party/libjingle", 92 "+third_party/libjingle",
98 "+third_party/protobuf/src/google/protobuf", 93 "+third_party/protobuf/src/google/protobuf",
99 "+third_party/re2", 94 "+third_party/re2",
100 "+third_party/sqlite", 95 "+third_party/sqlite",
101 "+third_party/undoview", 96 "+third_party/undoview",
102 97
103 # FIXME: this is used by a browser_test. We need to find a better structure 98 # FIXME: this is used by a browser_test. We need to find a better structure
104 # for this include. 99 # for this include.
105 "!chrome/renderer/visitedlink_slave.h", 100 "!chrome/renderer/visitedlink_slave.h",
106 ] 101 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698