| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'events', | 226 'events', |
| 227 'events_base', | 227 'events_base', |
| 228 ], | 228 ], |
| 229 'sources': [ | 229 'sources': [ |
| 230 'test/cocoa_test_event_utils.h', | 230 'test/cocoa_test_event_utils.h', |
| 231 'test/cocoa_test_event_utils.mm', | 231 'test/cocoa_test_event_utils.mm', |
| 232 'test/events_test_utils.cc', | 232 'test/events_test_utils.cc', |
| 233 'test/events_test_utils.h', | 233 'test/events_test_utils.h', |
| 234 'test/events_test_utils_x11.cc', | 234 'test/events_test_utils_x11.cc', |
| 235 'test/events_test_utils_x11.h', | 235 'test/events_test_utils_x11.h', |
| 236 'test/test_event_handler.cc', |
| 237 'test/test_event_handler.h', |
| 236 'test/test_event_processor.cc', | 238 'test/test_event_processor.cc', |
| 237 'test/test_event_processor.h', | 239 'test/test_event_processor.h', |
| 238 'test/test_event_target.cc', | 240 'test/test_event_target.cc', |
| 239 'test/test_event_target.h', | 241 'test/test_event_target.h', |
| 240 ], | 242 ], |
| 241 'conditions': [ | 243 'conditions': [ |
| 242 ['use_x11==1', { | 244 ['use_x11==1', { |
| 243 'dependencies': [ | 245 'dependencies': [ |
| 244 '<(DEPTH)/build/linux/system.gyp:x11', | 246 '<(DEPTH)/build/linux/system.gyp:x11', |
| 245 ], | 247 ], |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'variables': { | 323 'variables': { |
| 322 'test_suite_name': 'events_unittests', | 324 'test_suite_name': 'events_unittests', |
| 323 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', | 325 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', |
| 324 }, | 326 }, |
| 325 'includes': [ '../../build/apk_test.gypi' ], | 327 'includes': [ '../../build/apk_test.gypi' ], |
| 326 }, | 328 }, |
| 327 ], | 329 ], |
| 328 }], | 330 }], |
| 329 ], | 331 ], |
| 330 } | 332 } |
| OLD | NEW |