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

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

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: osmesa really need to be a dep of each exe Created 5 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
« no previous file with comments | « ui/app_list/app_list.gyp ('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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '../aura/aura.gyp:aura', 129 '../aura/aura.gyp:aura',
130 '../aura/aura.gyp:aura_test_support', 130 '../aura/aura.gyp:aura_test_support',
131 '../base/ime/ui_base_ime.gyp:ui_base_ime', 131 '../base/ime/ui_base_ime.gyp:ui_base_ime',
132 '../base/ui_base.gyp:ui_base', 132 '../base/ui_base.gyp:ui_base',
133 '../compositor/compositor.gyp:compositor', 133 '../compositor/compositor.gyp:compositor',
134 '../events/events.gyp:events', 134 '../events/events.gyp:events',
135 '../events/events.gyp:events_base', 135 '../events/events.gyp:events_base',
136 '../events/platform/events_platform.gyp:events_platform', 136 '../events/platform/events_platform.gyp:events_platform',
137 '../gfx/gfx.gyp:gfx', 137 '../gfx/gfx.gyp:gfx',
138 '../gfx/gfx.gyp:gfx_geometry', 138 '../gfx/gfx.gyp:gfx_geometry',
139 '../resources/ui_resources.gyp:ui_test_pak',
139 'wm', 140 'wm',
140 'wm_test_support', 141 'wm_test_support',
142 # Only needed at runtime.
143 '../../third_party/mesa/mesa.gyp:osmesa',
141 ], 144 ],
142 'sources': [ 145 'sources': [
143 'core/capture_controller_unittest.cc', 146 'core/capture_controller_unittest.cc',
144 'core/compound_event_filter_unittest.cc', 147 'core/compound_event_filter_unittest.cc',
145 'core/cursor_manager_unittest.cc', 148 'core/cursor_manager_unittest.cc',
146 'core/focus_controller_unittest.cc', 149 'core/focus_controller_unittest.cc',
147 'core/image_grid_unittest.cc', 150 'core/image_grid_unittest.cc',
148 'core/nested_accelerator_controller_unittest.cc', 151 'core/nested_accelerator_controller_unittest.cc',
149 'core/shadow_controller_unittest.cc', 152 'core/shadow_controller_unittest.cc',
150 'core/shadow_unittest.cc', 153 'core/shadow_unittest.cc',
(...skipping 19 matching lines...) Expand all
170 '../../build/isolate.gypi', 173 '../../build/isolate.gypi',
171 ], 174 ],
172 'sources': [ 175 'sources': [
173 'wm_unittests.isolate', 176 'wm_unittests.isolate',
174 ], 177 ],
175 }, 178 },
176 ], 179 ],
177 }], 180 }],
178 ], 181 ],
179 } 182 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698