Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: content/public/test/browser_test_utils.cc

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/gpu/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/public/test/browser_test_utils.h" 5 #include "content/public/test/browser_test_utils.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <tuple> 8 #include <tuple>
9 #include <utility> 9 #include <utility>
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 #include "testing/gtest/include/gtest/gtest.h" 78 #include "testing/gtest/include/gtest/gtest.h"
79 #include "ui/base/clipboard/clipboard.h" 79 #include "ui/base/clipboard/clipboard.h"
80 #include "ui/base/clipboard/scoped_clipboard_writer.h" 80 #include "ui/base/clipboard/scoped_clipboard_writer.h"
81 #include "ui/base/resource/resource_bundle.h" 81 #include "ui/base/resource/resource_bundle.h"
82 #include "ui/base/test/test_clipboard.h" 82 #include "ui/base/test/test_clipboard.h"
83 #include "ui/compositor/test/draw_waiter_for_test.h" 83 #include "ui/compositor/test/draw_waiter_for_test.h"
84 #include "ui/events/base_event_utils.h" 84 #include "ui/events/base_event_utils.h"
85 #include "ui/events/gesture_detection/gesture_configuration.h" 85 #include "ui/events/gesture_detection/gesture_configuration.h"
86 #include "ui/events/keycodes/dom/dom_code.h" 86 #include "ui/events/keycodes/dom/dom_code.h"
87 #include "ui/events/keycodes/dom/keycode_converter.h" 87 #include "ui/events/keycodes/dom/keycode_converter.h"
88 #include "ui/events/latency_info.h" 88 #include "ui/latency/latency_info.h"
89 #include "ui/resources/grit/webui_resources.h" 89 #include "ui/resources/grit/webui_resources.h"
90 90
91 #if defined(USE_AURA) 91 #if defined(USE_AURA)
92 #include "content/browser/renderer_host/render_widget_host_view_aura.h" 92 #include "content/browser/renderer_host/render_widget_host_view_aura.h"
93 #include "ui/aura/test/window_event_dispatcher_test_api.h" 93 #include "ui/aura/test/window_event_dispatcher_test_api.h"
94 #include "ui/aura/window.h" 94 #include "ui/aura/window.h"
95 #include "ui/aura/window_event_dispatcher.h" 95 #include "ui/aura/window_event_dispatcher.h"
96 #include "ui/aura/window_tree_host.h" 96 #include "ui/aura/window_tree_host.h"
97 #include "ui/events/event.h" 97 #include "ui/events/event.h"
98 #endif // USE_AURA 98 #endif // USE_AURA
(...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 bool user_gesture, 1933 bool user_gesture,
1934 bool last_unlocked_by_target, 1934 bool last_unlocked_by_target,
1935 bool privileged) { 1935 bool privileged) {
1936 IPC::IpcSecurityTestUtil::PwnMessageReceived( 1936 IPC::IpcSecurityTestUtil::PwnMessageReceived(
1937 process->GetChannel(), 1937 process->GetChannel(),
1938 ViewHostMsg_LockMouse(routing_id, user_gesture, last_unlocked_by_target, 1938 ViewHostMsg_LockMouse(routing_id, user_gesture, last_unlocked_by_target,
1939 privileged)); 1939 privileged));
1940 } 1940 }
1941 1941
1942 } // namespace content 1942 } // namespace content
OLDNEW
« no previous file with comments | « content/gpu/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698