| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'ipc/latency_info_param_traits_unittest.cc', | 58 'ipc/latency_info_param_traits_unittest.cc', |
| 59 'keycodes/dom/keycode_converter_unittest.cc', | 59 'keycodes/dom/keycode_converter_unittest.cc', |
| 60 'keycodes/keyboard_code_conversion_unittest.cc', | 60 'keycodes/keyboard_code_conversion_unittest.cc', |
| 61 'keycodes/platform_key_map_win_unittest.cc', | 61 'keycodes/platform_key_map_win_unittest.cc', |
| 62 'latency_info_unittest.cc', | 62 'latency_info_unittest.cc', |
| 63 'platform/platform_event_source_unittest.cc', | 63 'platform/platform_event_source_unittest.cc', |
| 64 'scoped_target_handler_unittest.cc', | 64 'scoped_target_handler_unittest.cc', |
| 65 'win/event_utils_win_unittest.cc', | 65 'win/event_utils_win_unittest.cc', |
| 66 'x/events_x_unittest.cc', | 66 'x/events_x_unittest.cc', |
| 67 ], | 67 ], |
| 68 'include_dirs': [ | |
| 69 '../../testing/gmock/include', | |
| 70 ], | |
| 71 'conditions': [ | 68 'conditions': [ |
| 72 ['use_x11==1', { | 69 ['use_x11==1', { |
| 73 'dependencies': [ | 70 'dependencies': [ |
| 74 '../../build/linux/system.gyp:x11', | 71 '../../build/linux/system.gyp:x11', |
| 75 '../gfx/x/gfx_x11.gyp:gfx_x11', | 72 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 76 'devices/x11/events_devices_x11.gyp:events_devices_x11', | 73 'devices/x11/events_devices_x11.gyp:events_devices_x11', |
| 77 'x/events_x.gyp:events_x', | 74 'x/events_x.gyp:events_x', |
| 78 ], | 75 ], |
| 79 }], | 76 }], |
| 80 ['use_ozone==1', { | 77 ['use_ozone==1', { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'dependencies': [ | 186 'dependencies': [ |
| 190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 187 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 191 ], | 188 ], |
| 192 }], | 189 }], |
| 193 ], | 190 ], |
| 194 }, | 191 }, |
| 195 ], | 192 ], |
| 196 }], | 193 }], |
| 197 ], | 194 ], |
| 198 } | 195 } |
| OLD | NEW |