summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-09 17:57:31 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-09 17:57:31 +0000
commit50d4d1a9c82902695af866dc56be29283f4b40a7 (patch)
treedab1632c3bc7fb79d5c8c06c0ca9ab262d0fd155
parent143fc6210939d4bc773835fc7d072191320eda24 (diff)
downloadchromium_src-50d4d1a9c82902695af866dc56be29283f4b40a7.zip
chromium_src-50d4d1a9c82902695af866dc56be29283f4b40a7.tar.gz
chromium_src-50d4d1a9c82902695af866dc56be29283f4b40a7.tar.bz2
Cleanup: Remove chrome/browser/common directory.
The last (source) file in this directory was removed in r286173. BUG=402094 TEST=None TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/457973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288587 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--WATCHLISTS1
-rw-r--r--chrome/browser/common/DEPS6
-rw-r--r--chrome/browser/common/OWNERS1
-rw-r--r--chrome/browser/common/README2
4 files changed, 0 insertions, 10 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index dac9fe9..a954f01 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -150,7 +150,6 @@
'browser_components': {
'filepath': 'chrome/browser/autofill/' \
'|chrome/browser/bookmarks/' \
- '|chrome/browser/common/' \
'|chrome/browser/favicon/' \
'|chrome/browser/history/' \
'|chrome/browser/webdata/' \
diff --git a/chrome/browser/common/DEPS b/chrome/browser/common/DEPS
deleted file mode 100644
index ad13bb6..0000000
--- a/chrome/browser/common/DEPS
+++ /dev/null
@@ -1,6 +0,0 @@
-include_rules = [
- # Common is for library/utility code shared by multiple parts of chrome
- # browser. It should not depend on other parts of the browser.
- "-chrome/browser",
- "+chrome/browser/common",
-]
diff --git a/chrome/browser/common/OWNERS b/chrome/browser/common/OWNERS
deleted file mode 100644
index 82e44d8..0000000
--- a/chrome/browser/common/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-erikwright@chromium.org
diff --git a/chrome/browser/common/README b/chrome/browser/common/README
deleted file mode 100644
index 232b5e8..0000000
--- a/chrome/browser/common/README
+++ /dev/null
@@ -1,2 +0,0 @@
-This directory contains library/utility code shared by multiple Browser
-Components. It should not depend on other parts of the browser.