diff options
-rw-r--r-- | chrome/DEPS | 2 | ||||
-rw-r--r-- | ui/DEPS | 3 | ||||
-rw-r--r-- | views/DEPS | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 1c86dee..bf750ac 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -29,4 +29,6 @@ include_rules = [ "+third_party/npapi", # NPAPI interface headers. "+third_party/tcmalloc", # tcmallo "+third_party/GTM", # Google Toolbox for Mac. + + "+ui", ] @@ -0,0 +1,3 @@ +include_rules = [ + "+gfx", +] @@ -5,4 +5,5 @@ include_rules = [ "+grit/app_resources.h", "+skia/ext", "+net", + "+ui", ] |