| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'webkit_compositor_bindings_tests_sources': [ | 8 'webkit_compositor_bindings_tests_sources': [ |
| 9 'web_animation_unittest.cc', | 9 'web_animation_unittest.cc', |
| 10 'web_float_animation_curve_unittest.cc', | 10 'web_float_animation_curve_unittest.cc', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 ['OS == "android" and gtest_target_type == "shared_library"', { | 56 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 57 'targets': [ | 57 'targets': [ |
| 58 { | 58 { |
| 59 'target_name': 'webkit_compositor_bindings_unittests_apk', | 59 'target_name': 'webkit_compositor_bindings_unittests_apk', |
| 60 'type': 'none', | 60 'type': 'none', |
| 61 'dependencies': [ | 61 'dependencies': [ |
| 62 'webkit_compositor_bindings_unittests', | 62 'webkit_compositor_bindings_unittests', |
| 63 ], | 63 ], |
| 64 'variables': { | 64 'variables': { |
| 65 'test_suite_name': 'webkit_compositor_bindings_unittests', | 65 'test_suite_name': 'webkit_compositor_bindings_unittests', |
| 66 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co
mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)', | |
| 67 }, | 66 }, |
| 68 'includes': [ '../../../build/apk_test.gypi' ], | 67 'includes': [ '../../../build/apk_test.gypi' ], |
| 69 }, | 68 }, |
| 70 ], | 69 ], |
| 71 }], | 70 }], |
| 72 ], | 71 ], |
| 73 } | 72 } |
| OLD | NEW |