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

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

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 | « ui/wm/BUILD.gn ('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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 '../aura/aura.gyp:aura', 138 '../aura/aura.gyp:aura',
139 '../aura/aura.gyp:aura_test_support', 139 '../aura/aura.gyp:aura_test_support',
140 '../base/ime/ui_base_ime.gyp:ui_base_ime', 140 '../base/ime/ui_base_ime.gyp:ui_base_ime',
141 '../base/ui_base.gyp:ui_base', 141 '../base/ui_base.gyp:ui_base',
142 '../compositor/compositor.gyp:compositor', 142 '../compositor/compositor.gyp:compositor',
143 '../events/events.gyp:events', 143 '../events/events.gyp:events',
144 '../events/events.gyp:events_base', 144 '../events/events.gyp:events_base',
145 '../events/platform/events_platform.gyp:events_platform', 145 '../events/platform/events_platform.gyp:events_platform',
146 '../gfx/gfx.gyp:gfx', 146 '../gfx/gfx.gyp:gfx',
147 '../gfx/gfx.gyp:gfx_geometry', 147 '../gfx/gfx.gyp:gfx_geometry',
148 '../resources/ui_resources.gyp:ui_test_pak',
148 'wm', 149 'wm',
149 'wm_test_support', 150 'wm_test_support',
151 # Only needed at runtime.
152 '../../third_party/mesa/mesa.gyp:osmesa',
150 ], 153 ],
151 'sources': [ 154 'sources': [
152 'core/capture_controller_unittest.cc', 155 'core/capture_controller_unittest.cc',
153 'core/compound_event_filter_unittest.cc', 156 'core/compound_event_filter_unittest.cc',
154 'core/cursor_manager_unittest.cc', 157 'core/cursor_manager_unittest.cc',
155 'core/focus_controller_unittest.cc', 158 'core/focus_controller_unittest.cc',
156 'core/image_grid_unittest.cc', 159 'core/image_grid_unittest.cc',
157 'core/nested_accelerator_controller_unittest.cc', 160 'core/nested_accelerator_controller_unittest.cc',
158 'core/shadow_controller_unittest.cc', 161 'core/shadow_controller_unittest.cc',
159 'core/shadow_unittest.cc', 162 'core/shadow_unittest.cc',
(...skipping 19 matching lines...) Expand all
179 '../../build/isolate.gypi', 182 '../../build/isolate.gypi',
180 ], 183 ],
181 'sources': [ 184 'sources': [
182 'wm_unittests.isolate', 185 'wm_unittests.isolate',
183 ], 186 ],
184 }, 187 },
185 ], 188 ],
186 }], 189 }],
187 ], 190 ],
188 } 191 }
OLDNEW
« no previous file with comments | « ui/wm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698