diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 19:46:13 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 19:46:13 +0000 |
commit | 1dae773eba0c4b36957e5d226c211579ca0113c3 (patch) | |
tree | 9eaeb6168e95c0dfdd7fdc327174ae9460be6b84 /extensions/DEPS | |
parent | 9d800e61b54ffcaa59cd41390dc8491b6b7f9699 (diff) | |
download | chromium_src-1dae773eba0c4b36957e5d226c211579ca0113c3.zip chromium_src-1dae773eba0c4b36957e5d226c211579ca0113c3.tar.gz chromium_src-1dae773eba0c4b36957e5d226c211579ca0113c3.tar.bz2 |
Toro: Remove chrome feature channel dep from //extensions
The existence of stable/beta/dev channel is a Chrome concept. Eliminate the reference to feature_channel.h in //extensions by observing for renderer startup and sending the channel to the renderer in //chrome.
This is also one of our last //extensions -> //chrome circular dependencies.
BUG=362244
TEST=browser_tests *Extensions*
Review URL: https://codereview.chromium.org/234183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263314 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/DEPS')
-rw-r--r-- | extensions/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/DEPS b/extensions/DEPS index 56345eb..dbfc9ba 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -12,7 +12,6 @@ include_rules = [ # # TODO(jamescook): Remove these. http://crbug.com/162530 "!chrome/browser/chrome_notification_types.h", - "!chrome/common/extensions/features/feature_channel.h", "!grit/chromium_strings.h", "!grit/common_resources.h", "!grit/extensions_api_resources.h", |