| 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', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 { | 21 { |
| 22 'target_name': 'webkit_compositor_bindings_unittests', | 22 'target_name': 'webkit_compositor_bindings_unittests', |
| 23 'type' : '<(gtest_target_type)', | 23 'type' : '<(gtest_target_type)', |
| 24 'dependencies': [ | 24 'dependencies': [ |
| 25 '../../base/base.gyp:test_support_base', | 25 '../../base/base.gyp:test_support_base', |
| 26 '../../cc/cc.gyp:cc', | 26 '../../cc/cc.gyp:cc', |
| 27 '../../cc/cc_tests.gyp:cc_test_support', | 27 '../../cc/cc_tests.gyp:cc_test_support', |
| 28 '../../skia/skia.gyp:skia', | 28 '../../skia/skia.gyp:skia', |
| 29 '../../testing/gmock.gyp:gmock', | 29 '../../testing/gmock.gyp:gmock', |
| 30 '../../testing/gtest.gyp:gtest', | 30 '../../testing/gtest.gyp:gtest', |
| 31 '../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf', | |
| 32 'compositor_bindings.gyp:webkit_compositor_bindings', | 31 'compositor_bindings.gyp:webkit_compositor_bindings', |
| 33 ], | 32 ], |
| 34 'sources': [ | 33 'sources': [ |
| 35 '<@(webkit_compositor_bindings_tests_sources)', | 34 '<@(webkit_compositor_bindings_tests_sources)', |
| 36 'test/run_all_unittests.cc', | 35 'test/run_all_unittests.cc', |
| 37 ], | 36 ], |
| 38 'include_dirs': [ | 37 'include_dirs': [ |
| 39 '.', | 38 '.', |
| 40 'test', | 39 'test', |
| 41 '<(DEPTH)/cc', | 40 '<(DEPTH)/cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 66 'variables': { | 65 'variables': { |
| 67 'test_suite_name': 'webkit_compositor_bindings_unittests', | 66 'test_suite_name': 'webkit_compositor_bindings_unittests', |
| 68 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co
mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)', | 67 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co
mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)', |
| 69 }, | 68 }, |
| 70 'includes': [ '../../build/apk_test.gypi' ], | 69 'includes': [ '../../build/apk_test.gypi' ], |
| 71 }, | 70 }, |
| 72 ], | 71 ], |
| 73 }], | 72 }], |
| 74 ], | 73 ], |
| 75 } | 74 } |
| OLD | NEW |