| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'gesture_detection/bitset_32.h', | 218 'gesture_detection/bitset_32.h', |
| 219 'gesture_detection/filtered_gesture_provider.cc', | 219 'gesture_detection/filtered_gesture_provider.cc', |
| 220 'gesture_detection/filtered_gesture_provider.h', | 220 'gesture_detection/filtered_gesture_provider.h', |
| 221 'gesture_detection/gesture_configuration.cc', | 221 'gesture_detection/gesture_configuration.cc', |
| 222 'gesture_detection/gesture_configuration.h', | 222 'gesture_detection/gesture_configuration.h', |
| 223 'gesture_detection/gesture_configuration_android.cc', | 223 'gesture_detection/gesture_configuration_android.cc', |
| 224 'gesture_detection/gesture_configuration_aura.cc', | 224 'gesture_detection/gesture_configuration_aura.cc', |
| 225 'gesture_detection/gesture_detection_export.h', | 225 'gesture_detection/gesture_detection_export.h', |
| 226 'gesture_detection/gesture_detector.cc', | 226 'gesture_detection/gesture_detector.cc', |
| 227 'gesture_detection/gesture_detector.h', | 227 'gesture_detection/gesture_detector.h', |
| 228 "gesture_detection/gesture_detection_switches.cc", |
| 229 "gesture_detection/gesture_detection_switches.h", |
| 228 'gesture_detection/gesture_event_data.cc', | 230 'gesture_detection/gesture_event_data.cc', |
| 229 'gesture_detection/gesture_event_data.h', | 231 'gesture_detection/gesture_event_data.h', |
| 230 'gesture_detection/gesture_event_data_packet.cc', | 232 'gesture_detection/gesture_event_data_packet.cc', |
| 231 'gesture_detection/gesture_event_data_packet.h', | 233 'gesture_detection/gesture_event_data_packet.h', |
| 232 'gesture_detection/gesture_listeners.cc', | 234 'gesture_detection/gesture_listeners.cc', |
| 233 'gesture_detection/gesture_listeners.h', | 235 'gesture_detection/gesture_listeners.h', |
| 234 'gesture_detection/gesture_provider.cc', | 236 'gesture_detection/gesture_provider.cc', |
| 235 'gesture_detection/gesture_provider.h', | 237 'gesture_detection/gesture_provider.h', |
| 236 'gesture_detection/gesture_provider_config_helper.cc', | 238 'gesture_detection/gesture_provider_config_helper.cc', |
| 237 'gesture_detection/gesture_provider_config_helper.h', | 239 'gesture_detection/gesture_provider_config_helper.h', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'dependencies': [ | 454 'dependencies': [ |
| 453 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 455 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 454 ], | 456 ], |
| 455 }], | 457 }], |
| 456 ], | 458 ], |
| 457 }, | 459 }, |
| 458 ], | 460 ], |
| 459 }], | 461 }], |
| 460 ], | 462 ], |
| 461 } | 463 } |
| OLD | NEW |