Only send _NET_ACTIVE_WINDOW hint if the chromium window is not already active.
[chromium-blink-merge.git] / components / undo / DEPS
bloba70c7a841c05fc71db69b106db610eda0bf843fe
1 include_rules = [
2   # undo component is used on iOS and desktop and thus must not depends on
3   # system-specific directories.
4   "-content",
5   "-ios",
7   "+components/bookmarks/browser",
8   "+components/keyed_service/core",
9   "+grit/components_strings.h",
10   "+ui/base",
13 specific_include_rules = {
14   ".*_test\.cc": [
15     "+components/bookmarks/test",
16   ],