| 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': 0, | 7 'chromium_code': 0, |
| 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', |
| 11 'web_layer_impl_fixed_bounds_unittest.cc', |
| 11 'web_layer_unittest.cc', | 12 'web_layer_unittest.cc', |
| 12 'web_layer_tree_view_unittest.cc', | 13 'web_layer_tree_view_unittest.cc', |
| 13 'web_transform_animation_curve_unittest.cc', | 14 'web_transform_animation_curve_unittest.cc', |
| 14 'web_transformation_matrix_unittest.cc', | 15 'web_transformation_matrix_unittest.cc', |
| 15 'test/web_layer_tree_view_test_common.h', | 16 'test/web_layer_tree_view_test_common.h', |
| 16 ], | 17 ], |
| 17 }, | 18 }, |
| 18 'targets': [ | 19 'targets': [ |
| 19 { | 20 { |
| 20 'target_name': 'webkit_compositor_bindings_unittests', | 21 'target_name': 'webkit_compositor_bindings_unittests', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'variables': { | 68 'variables': { |
| 68 'test_suite_name': 'webkit_compositor_bindings_unittests', | 69 'test_suite_name': 'webkit_compositor_bindings_unittests', |
| 69 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co
mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)', | 70 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co
mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)', |
| 70 }, | 71 }, |
| 71 'includes': [ '../../build/apk_test.gypi' ], | 72 'includes': [ '../../build/apk_test.gypi' ], |
| 72 }, | 73 }, |
| 73 ], | 74 ], |
| 74 }], | 75 }], |
| 75 ], | 76 ], |
| 76 } | 77 } |
| OLD | NEW |