forked from crosswalk-project/crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPS
25 lines (21 loc) · 825 Bytes
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include_rules = [
# FIXME: Remove dependency on non-public Content module header used by
# xwalk_download_browsertest.cc.
"!content/browser/download/download_manager_impl.h",
# FIXME: Remove dependency on Chrome. Used by runtime_platform_util_aura.cc.
"!chrome/browser/platform_util.h",
"!chrome/browser/ui/browser_dialogs.h",
# FIXME: Remove dependencies on non-public Content module headers used by
# runtime_download_manager_delegate.cc.
"!content/shell/shell_switches.h",
"!content/shell/webkit_test_controller.h",
# Generated net resources, used for IDR_DIR_HEADER_HTML.
"+grit/net_resources.h",
# Android.
"+jni",
"+components/web_contents_delegate_android",
"+components/navigation_interception",
"+components/cdm/browser",
"+components/cdm/renderer",
"+cc/base/switches.h"
]