blob: 3d12b2ea93b3449e6e1f3df46ca59cb33d155d60 [file] [log] [blame]
[email protected]a6591142014-01-27 19:32:261// 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
avi66a07722015-12-25 23:38:127#include "base/macros.h"
Sergey Ulanov3565f63d2018-06-23 20:58:148#include "build/build_config.h"
[email protected]a6591142014-01-27 19:32:269#include "content/shell/browser/shell.h"
[email protected]a6591142014-01-27 19:32:2610#include "ui/aura/client/default_capture_client.h"
11#include "ui/aura/env.h"
12#include "ui/aura/layout_manager.h"
[email protected]a6591142014-01-27 19:32:2613#include "ui/aura/test/test_focus_client.h"
Sergey Ulanov98851152018-08-14 01:49:1614#include "ui/aura/test/test_screen.h"
sky28f20d62016-10-20 23:21:5915#include "ui/aura/test/test_window_parenting_client.h"
[email protected]a6591142014-01-27 19:32:26