| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 ], | 321 ], |
| 322 }, | 322 }, |
| 323 { | 323 { |
| 324 'target_name': 'events_unittests', | 324 'target_name': 'events_unittests', |
| 325 'type': '<(gtest_target_type)', | 325 'type': '<(gtest_target_type)', |
| 326 'dependencies': [ | 326 'dependencies': [ |
| 327 '<(DEPTH)/base/base.gyp:base', | 327 '<(DEPTH)/base/base.gyp:base', |
| 328 '<(DEPTH)/base/base.gyp:run_all_unittests', | 328 '<(DEPTH)/base/base.gyp:run_all_unittests', |
| 329 '<(DEPTH)/base/base.gyp:test_support_base', | 329 '<(DEPTH)/base/base.gyp:test_support_base', |
| 330 '<(DEPTH)/testing/gtest.gyp:gtest', | 330 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 331 '../gfx/gfx.gyp:gfx', | |
| 332 '../gfx/gfx.gyp:gfx_geometry', | 331 '../gfx/gfx.gyp:gfx_geometry', |
| 332 '../gfx/gfx.gyp:gfx_test_support', |
| 333 'dom4_keycode_converter', | 333 'dom4_keycode_converter', |
| 334 'events', | 334 'events', |
| 335 'events_base', | 335 'events_base', |
| 336 'events_test_support', | 336 'events_test_support', |
| 337 'gesture_detection' | 337 'gesture_detection' |
| 338 ], | 338 ], |
| 339 'sources': [ | 339 'sources': [ |
| 340 'cocoa/cocoa_event_utils_unittest.mm', | 340 'cocoa/cocoa_event_utils_unittest.mm', |
| 341 'event_dispatcher_unittest.cc', | 341 'event_dispatcher_unittest.cc', |
| 342 'event_processor_unittest.cc', | 342 'event_processor_unittest.cc', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 ], | 392 ], |
| 393 'variables': { | 393 'variables': { |
| 394 'test_suite_name': 'events_unittests', | 394 'test_suite_name': 'events_unittests', |
| 395 }, | 395 }, |
| 396 'includes': [ '../../build/apk_test.gypi' ], | 396 'includes': [ '../../build/apk_test.gypi' ], |
| 397 }, | 397 }, |
| 398 ], | 398 ], |
| 399 }], | 399 }], |
| 400 ], | 400 ], |
| 401 } | 401 } |
| OLD | NEW |