diff options
Diffstat (limited to 'ash/DEPS')
-rw-r--r-- | ash/DEPS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,6 @@ include_rules = [ "+cc/debug", "+chromeos", - "+content/public", "+gpu/config", "+grit/ash_resources.h", "+grit/ash_strings.h", @@ -14,4 +13,7 @@ include_rules = [ "+net", "+ui", "+win8", + + # Used by shell.cc, accelerator_controller.cc, tray_monitor.h + "+content/public/browser/gpu_data_manager.h", ] |