summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-25 14:39:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-25 14:39:27 +0000
commit3180fe328b43721986a2605eb43a4dd405968f08 (patch)
tree56595449450e7e33aa3d79259fcab74dd4ea7277
parent80e34537e1faf635d236e5942413790c46d52ce2 (diff)
downloadchromium_src-3180fe328b43721986a2605eb43a4dd405968f08.zip
chromium_src-3180fe328b43721986a2605eb43a4dd405968f08.tar.gz
chromium_src-3180fe328b43721986a2605eb43a4dd405968f08.tar.bz2
chrome/browser: Narrow the deps rules for c/b/ui/views even more.
BUG=125846 TEST=tools/checkdeps/checkdeps.py R=thestig@chromium.org,xiyuan@chromium.org,mpcomplete,ben@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15397009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202290 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/DEPS9
-rw-r--r--chrome/browser/chromeos/extensions/DEPS6
-rw-r--r--chrome/browser/chromeos/login/DEPS7
-rw-r--r--chrome/browser/chromeos/notifications/DEPS5
-rw-r--r--chrome/browser/extensions/DEPS5
5 files changed, 22 insertions, 10 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 3a00e5c..2968108 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -78,15 +78,6 @@ include_rules = [
# 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/extensions/extension_view_views.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_host.h",
- "!chrome/browser/ui/views/reload_button.h",
- "!chrome/browser/ui/views/select_file_dialog_extension.h",
- # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
# Other libraries.
"+chrome/third_party/mozilla_security_manager",
diff --git a/chrome/browser/chromeos/extensions/DEPS b/chrome/browser/chromeos/extensions/DEPS
new file mode 100644
index 0000000..ee65a39
--- /dev/null
+++ b/chrome/browser/chromeos/extensions/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ # TODO(tfarina): Get rid of this dependency. crbug.com/125846.
+ # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
+ "!chrome/browser/ui/views/select_file_dialog_extension.h",
+ # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
+]
diff --git a/chrome/browser/chromeos/login/DEPS b/chrome/browser/chromeos/login/DEPS
index 3241aed..01a0864 100644
--- a/chrome/browser/chromeos/login/DEPS
+++ b/chrome/browser/chromeos/login/DEPS
@@ -1,5 +1,12 @@
include_rules = [
# Library used for calculating CRC-32 needed for HWID verification.
"+third_party/zlib",
+
+ # TODO(tfarina): Remove all these. crbug.com/125846.
+ # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
+ "!chrome/browser/ui/views/location_bar/location_bar_view.h",
+ "!chrome/browser/ui/views/location_bar/location_icon_view.h",
+ "!chrome/browser/ui/views/reload_button.h",
+ # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
]
diff --git a/chrome/browser/chromeos/notifications/DEPS b/chrome/browser/chromeos/notifications/DEPS
index 0e90136..89f24be 100644
--- a/chrome/browser/chromeos/notifications/DEPS
+++ b/chrome/browser/chromeos/notifications/DEPS
@@ -1,3 +1,6 @@
include_rules = [
- "+chrome/browser/ui/views/ash"
+ # TODO(tfarina): Remove all these. crbug.com/125846.
+ # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
+ "!chrome/browser/ui/views/notifications/balloon_view_host.h",
+ # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
]
diff --git a/chrome/browser/extensions/DEPS b/chrome/browser/extensions/DEPS
index f442add..92be07f 100644
--- a/chrome/browser/extensions/DEPS
+++ b/chrome/browser/extensions/DEPS
@@ -1,3 +1,8 @@
include_rules = [
"-apps",
+
+ # TODO(tfarina): Remove all these. crbug.com/125846.
+ # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
+ "!chrome/browser/ui/views/extensions/extension_view_views.h",
+ # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
]