Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: webkit/compositor_bindings/compositor_bindings_tests.gyp

Issue 11745018: Not for review: Move the implementation of WebTransformOperations into chromium (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: New approach Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_unittest.cc', 11 'web_layer_unittest.cc',
12 'web_layer_tree_view_unittest.cc', 12 'web_layer_tree_view_unittest.cc',
13 'web_transform_animation_curve_unittest.cc', 13 'web_transform_animation_curve_unittest.cc',
14 'web_transform_operations_unittest.cc',
15 'web_transformation_matrix_unittest.cc', 14 'web_transformation_matrix_unittest.cc',
16 'test/web_layer_tree_view_test_common.h', 15 'test/web_layer_tree_view_test_common.h',
17 ], 16 ],
18 }, 17 },
19 'targets': [ 18 'targets': [
20 { 19 {
21 'target_name': 'webkit_compositor_bindings_unittests', 20 'target_name': 'webkit_compositor_bindings_unittests',
22 'type' : '<(gtest_target_type)', 21 'type' : '<(gtest_target_type)',
23 'dependencies': [ 22 'dependencies': [
24 '../../base/base.gyp:test_support_base', 23 '../../base/base.gyp:test_support_base',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'variables': { 58 'variables': {
60 'test_suite_name': 'webkit_compositor_bindings_unittests', 59 'test_suite_name': 'webkit_compositor_bindings_unittests',
61 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)', 60 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)webkit_co mpositor_bindings_unittests<(SHARED_LIB_SUFFIX)',
62 }, 61 },
63 'includes': [ '../../build/apk_test.gypi' ], 62 'includes': [ '../../build/apk_test.gypi' ],
64 }, 63 },
65 ], 64 ],
66 }], 65 }],
67 ], 66 ],
68 } 67 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698