summaryrefslogtreecommitdiffstats
path: root/views/DEPS
blob: a69266d036734b37261c8e5ccb917da879950d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+app",
  "+skia/ext",
  "+skia/include",
  
  # TODO(beng): sever these dependencies into chrome by either refactoring or
  #             moving code into app/
  
  # widget_win.cc
  "+chrome/app/chrome_dll_resource.h",
  
  # TODO(beng): swap these with app/views specific generated resources.
  "+grit/generated_resources.h",
  "+grit/theme_resources.h",
]