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

Side by Side Diff: ui/wm/wm.gyp

Issue 371393002: Removes unnecessary call of TextInputFocusManager in ui/wm/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/wm/test/wm_test_helper.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'wm_export.h', 93 'wm_export.h',
94 ], 94 ],
95 }, 95 },
96 { 96 {
97 # GN version: //ui/wm:test_support 97 # GN version: //ui/wm:test_support
98 'target_name': 'wm_test_support', 98 'target_name': 'wm_test_support',
99 'type': 'static_library', 99 'type': 'static_library',
100 'dependencies': [ 100 'dependencies': [
101 '../../skia/skia.gyp:skia', 101 '../../skia/skia.gyp:skia',
102 '../aura/aura.gyp:aura', 102 '../aura/aura.gyp:aura',
103 '../base/ui_base.gyp:ui_base',
104 '../events/events.gyp:events', 103 '../events/events.gyp:events',
105 '../events/events.gyp:events_base', 104 '../events/events.gyp:events_base',
106 ], 105 ],
107 'sources': [ 106 'sources': [
108 'test/wm_test_helper.cc', 107 'test/wm_test_helper.cc',
109 'test/wm_test_helper.h', 108 'test/wm_test_helper.h',
110 ], 109 ],
111 }, 110 },
112 { 111 {
113 # GN version: //ui/wm:wm_unittests 112 # GN version: //ui/wm:wm_unittests
(...skipping 27 matching lines...) Expand all
141 'core/transient_window_manager_unittest.cc', 140 'core/transient_window_manager_unittest.cc',
142 'core/transient_window_stacking_client_unittest.cc', 141 'core/transient_window_stacking_client_unittest.cc',
143 'core/user_activity_detector_unittest.cc', 142 'core/user_activity_detector_unittest.cc',
144 'core/visibility_controller_unittest.cc', 143 'core/visibility_controller_unittest.cc',
145 'core/window_animations_unittest.cc', 144 'core/window_animations_unittest.cc',
146 'core/window_util_unittest.cc', 145 'core/window_util_unittest.cc',
147 ], 146 ],
148 }, 147 },
149 ], 148 ],
150 } 149 }
OLDNEW
« no previous file with comments | « ui/wm/test/wm_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698