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

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

Issue 340413002: Fixes content_browsertests with --enable-text-input-focus-manager flag enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed sky's comments. Created 6 years, 6 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'public/window_types.h', 91 'public/window_types.h',
92 'wm_export.h', 92 'wm_export.h',
93 ], 93 ],
94 }, 94 },
95 { 95 {
96 'target_name': 'wm_test_support', 96 'target_name': 'wm_test_support',
97 'type': 'static_library', 97 'type': 'static_library',
98 'dependencies': [ 98 'dependencies': [
99 '../../skia/skia.gyp:skia', 99 '../../skia/skia.gyp:skia',
100 '../aura/aura.gyp:aura', 100 '../aura/aura.gyp:aura',
101 '../base/ui_base.gyp:ui_base',
101 '../events/events.gyp:events', 102 '../events/events.gyp:events',
102 '../events/events.gyp:events_base', 103 '../events/events.gyp:events_base',
103 ], 104 ],
104 'sources': [ 105 'sources': [
105 'test/wm_test_helper.cc', 106 'test/wm_test_helper.cc',
106 'test/wm_test_helper.h', 107 'test/wm_test_helper.h',
107 ], 108 ],
108 }, 109 },
109 { 110 {
110 'target_name': 'wm_unittests', 111 'target_name': 'wm_unittests',
111 'type': 'executable', 112 'type': 'executable',
112 'dependencies': [ 113 'dependencies': [
113 '../../base/base.gyp:base', 114 '../../base/base.gyp:base',
114 '../../base/base.gyp:test_support_base', 115 '../../base/base.gyp:test_support_base',
115 '../../skia/skia.gyp:skia', 116 '../../skia/skia.gyp:skia',
116 '../../testing/gtest.gyp:gtest', 117 '../../testing/gtest.gyp:gtest',
117 '../aura/aura.gyp:aura', 118 '../aura/aura.gyp:aura',
118 '../aura/aura.gyp:aura_test_support', 119 '../aura/aura.gyp:aura_test_support',
120 '../base/ui_base.gyp:ui_base',
119 '../compositor/compositor.gyp:compositor', 121 '../compositor/compositor.gyp:compositor',
120 '../events/events.gyp:events', 122 '../events/events.gyp:events',
121 '../events/events.gyp:events_base', 123 '../events/events.gyp:events_base',
124 '../gfx/gfx.gyp:gfx',
122 '../gfx/gfx.gyp:gfx_geometry', 125 '../gfx/gfx.gyp:gfx_geometry',
123 '../gfx/gfx.gyp:gfx',
124 '../base/ui_base.gyp:ui_base',
125 'wm', 126 'wm',
126 'wm_test_support', 127 'wm_test_support',
127 ], 128 ],
128 'sources': [ 129 'sources': [
129 'test/run_all_unittests.cc', 130 'test/run_all_unittests.cc',
130 'core/compound_event_filter_unittest.cc', 131 'core/compound_event_filter_unittest.cc',
131 'core/cursor_manager_unittest.cc', 132 'core/cursor_manager_unittest.cc',
132 'core/focus_controller_unittest.cc', 133 'core/focus_controller_unittest.cc',
133 'core/input_method_event_filter_unittest.cc', 134 'core/input_method_event_filter_unittest.cc',
134 'core/image_grid_unittest.cc', 135 'core/image_grid_unittest.cc',
135 'core/nested_accelerator_controller_unittest.cc', 136 'core/nested_accelerator_controller_unittest.cc',
136 'core/shadow_controller_unittest.cc', 137 'core/shadow_controller_unittest.cc',
137 'core/transient_window_manager_unittest.cc', 138 'core/transient_window_manager_unittest.cc',
138 'core/transient_window_stacking_client_unittest.cc', 139 'core/transient_window_stacking_client_unittest.cc',
139 'core/user_activity_detector_unittest.cc', 140 'core/user_activity_detector_unittest.cc',
140 'core/visibility_controller_unittest.cc', 141 'core/visibility_controller_unittest.cc',
141 'core/window_animations_unittest.cc', 142 'core/window_animations_unittest.cc',
142 'core/window_util_unittest.cc', 143 'core/window_util_unittest.cc',
143 ], 144 ],
144 }, 145 },
145 ], 146 ],
146 } 147 }
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