Upstream version 8.36.171.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / DEPS
1 include_rules = [
2   # FIXME: Remove dependency on non-public Content module header used by
3   # xwalk_download_browsertest.cc.
4   "!content/browser/download/download_manager_impl.h",
5
6   # FIXME: Remove dependency on Chrome. Used by runtime_platform_util_aura.cc.
7   "!chrome/browser/platform_util.h",
8   "!chrome/browser/ui/browser_dialogs.h",
9
10   # FIXME: Remove dependencies on non-public Content module headers used by
11   # runtime_download_manager_delegate.cc.
12   "!content/shell/shell_switches.h",
13   "!content/shell/webkit_test_controller.h",
14
15   # Generated net resources, used for IDR_DIR_HEADER_HTML.
16   "+grit/net_resources.h",
17
18   # Android.
19   "+jni",
20   "+components/web_contents_delegate_android",
21   "+components/navigation_interception",
22   "+cc/base/switches.h"
23 ]