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

Unified Diff: chrome/browser/common/DEPS

Issue 10948045: introduce chrome/browser/common directory and move url_database(and its dependencies) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/bookmarks/DEPS ('k') | chrome/browser/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/common/DEPS
===================================================================
--- chrome/browser/common/DEPS (revision 0)
+++ chrome/browser/common/DEPS (revision 0)
@@ -0,0 +1,7 @@
+include_rules = [
+ # Common is for library/utility code shared by multiple parts of chrome
+ # browser. So it should not depend on other parts of the browser except API.
+ "-chrome/browser",
+ "+chrome/browser/api",
+ "+chrome/browser/common",
+]
Property changes on: chrome/browser/common/DEPS
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/bookmarks/DEPS ('k') | chrome/browser/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698