[email protected] | a659114 | 2014-01-27 19:32:26 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "content/shell/browser/shell_platform_data_aura.h" | ||||
6 | |||||
avi | 66a0772 | 2015-12-25 23:38:12 | [diff] [blame] | 7 | #include "base/macros.h" |
Sergey Ulanov | 3565f63d | 2018-06-23 20:58:14 | [diff] [blame] | 8 | #include "build/build_config.h" |
[email protected] | a659114 | 2014-01-27 19:32:26 | [diff] [blame] | 9 | #include "content/shell/browser/shell.h" |
[email protected] | a659114 | 2014-01-27 19:32:26 | [diff] [blame] | 10 | #include "ui/aura/client/default_capture_client.h" |
11 | #include "ui/aura/env.h" | ||||
12 | #include "ui/aura/layout_manager.h" | ||||
[email protected] | a659114 | 2014-01-27 19:32:26 | [diff] [blame] | 13 | #include "ui/aura/test/test_focus_client.h" |
Sergey Ulanov | 9885115 | 2018-08-14 01:49:16 | [diff] [blame] | 14 | #include "ui/aura/test/test_screen.h" |
sky | 28f20d6 | 2016-10-20 23:21:59 | [diff] [blame] | 15 | #include "ui/aura/test/test_window_parenting_client.h" |
[email protected] | a659114 | 2014-01-27 19:32:26 | [diff] [blame] |