Skip to content

Commit

Permalink
Fix checkdeps to account for new "ui" toplevel dir.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70745 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
ben@chromium.org committed Jan 7, 2011
1 parent eef83dc commit 4e7c37d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ include_rules = [
"+third_party/npapi", # NPAPI interface headers.
"+third_party/tcmalloc", # tcmallo
"+third_party/GTM", # Google Toolbox for Mac.

"+ui",
]
3 changes: 3 additions & 0 deletions ui/DEPS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include_rules = [
"+gfx",
]
1 change: 1 addition & 0 deletions views/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ include_rules = [
"+grit/app_resources.h",
"+skia/ext",
"+net",
"+ui",
]

0 comments on commit 4e7c37d

Please sign in to comment.