| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |