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

Side by Side Diff: chrome/browser/common/DEPS

Issue 16072002: chrome/browser: Remove unnecessary entries from DEPS files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: update comment Created 7 years, 6 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 unified diff | Download patch
« no previous file with comments | « WATCHLISTS ('k') | chrome/browser/common/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Common is for library/utility code shared by multiple parts of chrome 2 # Common is for library/utility code shared by multiple parts of chrome
3 # browser. So it should not depend on other parts of the browser except API. 3 # browser. It should not depend on other parts of the browser.
4 "-chrome/browser", 4 "-chrome/browser",
5 "+chrome/browser/api",
6 "+chrome/browser/common", 5 "+chrome/browser/common",
7 ] 6 ]
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | chrome/browser/common/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698