Home | History | Annotate | Download | only in browser
      1 include_rules = [
      2   "+chromeos",
      3   "+components/pref_registry",
      4   "+components/user_prefs",
      5   "+third_party/cros_system_api",
      6 
      7   # Override apps/DEPS to be more selective about content includes.
      8   "-content",
      9   "+content/public/browser",
     10   "+content/public/common",
     11   "+content/public/test",
     12 
     13   # Pieces of content_shell reused in app_shell.
     14   "+content/shell/browser/shell_browser_context.h",
     15   "+content/shell/browser/shell_devtools_delegate.h",
     16   "+content/shell/browser/shell_net_log.h",
     17 
     18   "+sync/api",
     19 
     20   # Disallow views to keep the binary size down.
     21   "-ui/views",
     22 ]
     23