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

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

Issue 812753004: Add osmesa dependency on events_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 { 294 {
295 # GN version: //ui/events:events_unittests 295 # GN version: //ui/events:events_unittests
296 'target_name': 'events_unittests', 296 'target_name': 'events_unittests',
297 'type': '<(gtest_target_type)', 297 'type': '<(gtest_target_type)',
298 'dependencies': [ 298 'dependencies': [
299 '<(DEPTH)/base/base.gyp:base', 299 '<(DEPTH)/base/base.gyp:base',
300 '<(DEPTH)/base/base.gyp:run_all_unittests', 300 '<(DEPTH)/base/base.gyp:run_all_unittests',
301 '<(DEPTH)/base/base.gyp:test_support_base', 301 '<(DEPTH)/base/base.gyp:test_support_base',
302 '<(DEPTH)/skia/skia.gyp:skia', 302 '<(DEPTH)/skia/skia.gyp:skia',
303 '<(DEPTH)/testing/gtest.gyp:gtest', 303 '<(DEPTH)/testing/gtest.gyp:gtest',
304 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
304 '../gfx/gfx.gyp:gfx', 305 '../gfx/gfx.gyp:gfx',
305 '../gfx/gfx.gyp:gfx_geometry', 306 '../gfx/gfx.gyp:gfx_geometry',
306 '../gfx/gfx.gyp:gfx_test_support', 307 '../gfx/gfx.gyp:gfx_test_support',
307 'devices/events_devices.gyp:events_devices', 308 'devices/events_devices.gyp:events_devices',
308 'dom4_keycode_converter', 309 'dom4_keycode_converter',
309 'events', 310 'events',
310 'events_base', 311 'events_base',
311 'events_test_support', 312 'events_test_support',
312 'gesture_detection', 313 'gesture_detection',
313 'platform/events_platform.gyp:events_platform', 314 'platform/events_platform.gyp:events_platform',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'dependencies': [ 429 'dependencies': [
429 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 430 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
430 ], 431 ],
431 }], 432 }],
432 ], 433 ],
433 }, 434 },
434 ], 435 ],
435 }], 436 }],
436 ], 437 ],
437 } 438 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698