| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 173 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 174 '../gfx/gfx.gyp:gfx', | 174 '../gfx/gfx.gyp:gfx', |
| 175 '../gfx/gfx.gyp:gfx_geometry', | 175 '../gfx/gfx.gyp:gfx_geometry', |
| 176 'events_base', | 176 'events_base', |
| 177 ], | 177 ], |
| 178 'defines': [ | 178 'defines': [ |
| 179 'GESTURE_DETECTION_IMPLEMENTATION', | 179 'GESTURE_DETECTION_IMPLEMENTATION', |
| 180 ], | 180 ], |
| 181 'sources': [ | 181 'sources': [ |
| 182 'gesture_detection/bitset_32.h', | 182 'gesture_detection/bitset_32.h', |
| 183 'gesture_detection/filtered_gesture_provider.cc', |
| 184 'gesture_detection/filtered_gesture_provider.h', |
| 183 'gesture_detection/gesture_detection_export.h', | 185 'gesture_detection/gesture_detection_export.h', |
| 184 'gesture_detection/gesture_detector.cc', | 186 'gesture_detection/gesture_detector.cc', |
| 185 'gesture_detection/gesture_detector.h', | 187 'gesture_detection/gesture_detector.h', |
| 186 'gesture_detection/gesture_event_data.cc', | 188 'gesture_detection/gesture_event_data.cc', |
| 187 'gesture_detection/gesture_event_data.h', | 189 'gesture_detection/gesture_event_data.h', |
| 188 'gesture_detection/gesture_event_data_packet.cc', | 190 'gesture_detection/gesture_event_data_packet.cc', |
| 189 'gesture_detection/gesture_event_data_packet.h', | 191 'gesture_detection/gesture_event_data_packet.h', |
| 190 'gesture_detection/gesture_config_helper.h', | 192 'gesture_detection/gesture_config_helper.h', |
| 191 'gesture_detection/gesture_config_helper_aura.cc', | 193 'gesture_detection/gesture_config_helper_aura.cc', |
| 192 'gesture_detection/gesture_config_helper_android.cc', | 194 'gesture_detection/gesture_config_helper_android.cc', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'variables': { | 320 'variables': { |
| 319 'test_suite_name': 'events_unittests', | 321 'test_suite_name': 'events_unittests', |
| 320 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', | 322 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', |
| 321 }, | 323 }, |
| 322 'includes': [ '../../build/apk_test.gypi' ], | 324 'includes': [ '../../build/apk_test.gypi' ], |
| 323 }, | 325 }, |
| 324 ], | 326 ], |
| 325 }], | 327 }], |
| 326 ], | 328 ], |
| 327 } | 329 } |
| OLD | NEW |