forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 202729 "chrome/browser: Remove unnecessary entries from D..."
This breaks 'git cl upload'. > chrome/browser: Remove unnecessary entries from DEPS files. > > After recent refactorings chrome/browser/api and a few chrome/browser/profiles/ > includes are not necessary anymore. c/b/api was removed in r195919 by Peter and > some c/b/profiles/ were moved in r201167 by Pawel. > > BUG=138280,144783, 140037, 144050, 146851, 233552 > TEST=checkdeps.py passes. > R=joi@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/16072002 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/15974007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202748 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
akalin@chromium.org
committed
May 29, 2013
1 parent
5a49a6a
commit 2a38f0c
Showing
6 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
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. | ||
# browser. So it should not depend on other parts of the browser except API. | ||
"-chrome/browser", | ||
"+chrome/browser/api", | ||
"+chrome/browser/common", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This directory contains library/utility code shared by multiple Browser | ||
Components. It should not depend on other parts of the browser. | ||
Components. It should not depend on other parts of the browser except through | ||
api(chrome/browser/api). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters