| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 ], | 166 ], |
| 167 }], | 167 }], |
| 168 ['chromeos==1', { | 168 ['chromeos==1', { |
| 169 'sources!': [ | 169 'sources!': [ |
| 170 'linux/text_edit_command_auralinux.cc', | 170 'linux/text_edit_command_auralinux.cc', |
| 171 'linux/text_edit_command_auralinux.h', | 171 'linux/text_edit_command_auralinux.h', |
| 172 'linux/text_edit_key_bindings_delegate_auralinux.cc', | 172 'linux/text_edit_key_bindings_delegate_auralinux.cc', |
| 173 'linux/text_edit_key_bindings_delegate_auralinux.h', | 173 'linux/text_edit_key_bindings_delegate_auralinux.h', |
| 174 ], | 174 ], |
| 175 }], | 175 }], |
| 176 ['use_ozone==1', { |
| 177 'dependencies': [ |
| 178 'ozone/events_ozone.gyp:events_ozone_layout', |
| 179 ], |
| 180 }], |
| 176 ], | 181 ], |
| 177 }, | 182 }, |
| 178 { | 183 { |
| 179 # GN version: //ui/events:gesture_detection | 184 # GN version: //ui/events:gesture_detection |
| 180 'target_name': 'gesture_detection', | 185 'target_name': 'gesture_detection', |
| 181 'type': '<(component)', | 186 'type': '<(component)', |
| 182 'dependencies': [ | 187 'dependencies': [ |
| 183 '<(DEPTH)/base/base.gyp:base', | 188 '<(DEPTH)/base/base.gyp:base', |
| 184 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 189 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 185 '../gfx/gfx.gyp:gfx', | 190 '../gfx/gfx.gyp:gfx', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 'sources': [ | 351 'sources': [ |
| 347 'ozone/chromeos/cursor_controller_unittest.cc', | 352 'ozone/chromeos/cursor_controller_unittest.cc', |
| 348 'ozone/evdev/event_converter_evdev_impl_unittest.cc', | 353 'ozone/evdev/event_converter_evdev_impl_unittest.cc', |
| 349 'ozone/evdev/input_injector_evdev_unittest.cc', | 354 'ozone/evdev/input_injector_evdev_unittest.cc', |
| 350 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', | 355 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
| 351 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 356 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 352 ], | 357 ], |
| 353 'dependencies': [ | 358 'dependencies': [ |
| 354 'ozone/events_ozone.gyp:events_ozone', | 359 'ozone/events_ozone.gyp:events_ozone', |
| 355 'ozone/events_ozone.gyp:events_ozone_evdev', | 360 'ozone/events_ozone.gyp:events_ozone_evdev', |
| 361 'ozone/events_ozone.gyp:events_ozone_layout', |
| 356 ] | 362 ] |
| 357 }], | 363 }], |
| 358 ['use_aura==0', { | 364 ['use_aura==0', { |
| 359 'sources!': [ | 365 'sources!': [ |
| 360 'gestures/gesture_provider_aura_unittest.cc', | 366 'gestures/gesture_provider_aura_unittest.cc', |
| 361 'gestures/motion_event_aura_unittest.cc', | 367 'gestures/motion_event_aura_unittest.cc', |
| 362 ], | 368 ], |
| 363 }], | 369 }], |
| 364 ['OS=="linux" and use_allocator!="none"', { | 370 ['OS=="linux" and use_allocator!="none"', { |
| 365 'dependencies': [ | 371 'dependencies': [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 392 ], | 398 ], |
| 393 'variables': { | 399 'variables': { |
| 394 'test_suite_name': 'events_unittests', | 400 'test_suite_name': 'events_unittests', |
| 395 }, | 401 }, |
| 396 'includes': [ '../../build/apk_test.gypi' ], | 402 'includes': [ '../../build/apk_test.gypi' ], |
| 397 }, | 403 }, |
| 398 ], | 404 ], |
| 399 }], | 405 }], |
| 400 ], | 406 ], |
| 401 } | 407 } |
| OLD | NEW |