summaryrefslogtreecommitdiffstats
path: root/ceee/DEPS
blob: 5bf92e544a8f2f8647b6df428fe7d01bf4d10f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
  "+app/win",
  "+base",
  "+chrome/common",
  "+chrome/browser/automation",
  "+chrome/browser/extensions",
  # TODO(joi) Remove this dependency, once CEEE-related installation
  # logic has been moved to the installer.
  "+chrome/installer",
  "+chrome/test/automation",
  "+chrome_frame",
  "+breakpad/src/client/windows",
  "+googleurl",
  "+gtest",
  "+gmock",
  "+net/base",
  "+third_party/activscp",
  "+third_party/npapi",

  # No ICU in CEEE.
  "-i18n",
]