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

Unified Diff: chrome/browser/DEPS

Issue 10805042: Implement ability to specify temporarily-allowed dependencies in DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index eadc5fe756e7da4c01df9b394abaf1a31758ab84..775f092016de9b2311a5161149e557f2aabc1b4c 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -32,24 +32,24 @@ include_rules = [
# TODO(jam): Need to remove all these and use only content/public. BUG=98716
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
- "+content/browser/geolocation/wifi_data_provider_common.h",
+ "!content/browser/geolocation/wifi_data_provider_common.h",
# DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
"-chrome/browser/ui/views",
# TODO(tfarina): Remove all these. crbug.com/125846.
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
- "+chrome/browser/ui/views/ash/panel_view_aura.h",
- "+chrome/browser/ui/views/constrained_window_views.h",
- "+chrome/browser/ui/views/extensions/extension_view.h",
- "+chrome/browser/ui/views/frame/browser_view.h",
- "+chrome/browser/ui/views/location_bar/location_bar_view.h",
- "+chrome/browser/ui/views/location_bar/location_icon_view.h",
- "+chrome/browser/ui/views/notifications/balloon_view.h",
- "+chrome/browser/ui/views/notifications/balloon_view_host.h",
- "+chrome/browser/ui/views/page_info_bubble_view.h",
- "+chrome/browser/ui/views/reload_button.h",
- "+chrome/browser/ui/views/select_file_dialog_extension.h",
- "+chrome/browser/ui/views/unhandled_keyboard_event_handler.h",
+ "!chrome/browser/ui/views/ash/panel_view_aura.h",
+ "!chrome/browser/ui/views/constrained_window_views.h",
+ "!chrome/browser/ui/views/extensions/extension_view.h",
+ "!chrome/browser/ui/views/frame/browser_view.h",
+ "!chrome/browser/ui/views/location_bar/location_bar_view.h",
+ "!chrome/browser/ui/views/location_bar/location_icon_view.h",
+ "!chrome/browser/ui/views/notifications/balloon_view.h",
+ "!chrome/browser/ui/views/notifications/balloon_view_host.h",
+ "!chrome/browser/ui/views/page_info_bubble_view.h",
+ "!chrome/browser/ui/views/reload_button.h",
+ "!chrome/browser/ui/views/select_file_dialog_extension.h",
+ "!chrome/browser/ui/views/unhandled_keyboard_event_handler.h",
# DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
# Other libraries.
@@ -70,5 +70,5 @@ include_rules = [
# FIXME: this is used by a browser_test. We need to find a better structure
# for this include.
- "+chrome/renderer/visitedlink_slave.h",
+ "!chrome/renderer/visitedlink_slave.h",
]
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698