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",
]
|