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

Side by Side Diff: ash/test/ash_test_base.cc

Issue 1684933002: Fix ash 'gn check' errors; whitelist target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 4 years, 10 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 | « ash/system/chromeos/power/power_event_observer.cc ('k') | no next file » | 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 "ash/test/ash_test_base.h" 5 #include "ash/test/ash_test_base.h"
6 6
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "ash/ash_switches.h" 10 #include "ash/ash_switches.h"
(...skipping 23 matching lines...) Expand all
34 #include "ui/gfx/screen.h" 34 #include "ui/gfx/screen.h"
35 #include "ui/wm/core/coordinate_conversion.h" 35 #include "ui/wm/core/coordinate_conversion.h"
36 36
37 #if defined(OS_CHROMEOS) 37 #if defined(OS_CHROMEOS)
38 #include "ash/system/chromeos/tray_display.h" 38 #include "ash/system/chromeos/tray_display.h"
39 #endif 39 #endif
40 40
41 #if defined(OS_WIN) 41 #if defined(OS_WIN)
42 #include "base/win/windows_version.h" 42 #include "base/win/windows_version.h"
43 #include "ui/platform_window/win/win_window.h" 43 #include "ui/platform_window/win/win_window.h"
44 #include "win8/test/test_registrar_constants.h"
45 #endif 44 #endif
46 45
47 #if defined(USE_X11) 46 #if defined(USE_X11)
48 #include "ui/gfx/x/x11_connection.h" 47 #include "ui/gfx/x/x11_connection.h"
49 #endif 48 #endif
50 49
51 namespace ash { 50 namespace ash {
52 namespace test { 51 namespace test {
53 namespace { 52 namespace {
54 53
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 335
337 void AshTestBase::DisableIME() { 336 void AshTestBase::DisableIME() {
338 Shell::GetInstance()->RemovePreTargetHandler( 337 Shell::GetInstance()->RemovePreTargetHandler(
339 Shell::GetInstance() 338 Shell::GetInstance()
340 ->window_tree_host_manager() 339 ->window_tree_host_manager()
341 ->input_method_event_handler()); 340 ->input_method_event_handler());
342 } 341 }
343 342
344 } // namespace test 343 } // namespace test
345 } // namespace ash 344 } // namespace ash
OLDNEW
« no previous file with comments | « ash/system/chromeos/power/power_event_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698