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

Side by Side Diff: cc/blink/cc_blink_tests.gyp

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 years, 10 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
« no previous file with comments | « cc/blink/cc_blink.gyp ('k') | cc/blink/web_animation_curve_common.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //cc/blink/cc_blink_unittests 8 # GN version: //cc/blink/cc_blink_unittests
9 'target_name': 'cc_blink_unittests', 9 'target_name': 'cc_blink_unittests',
10 'type': '<(gtest_target_type)', 10 'type': '<(gtest_target_type)',
11 'dependencies': [ 11 'dependencies': [
12 '../../base/base.gyp:test_support_base', 12 '../../base/base.gyp:test_support_base',
13 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 13 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
14 '../../skia/skia.gyp:skia', 14 '../../skia/skia.gyp:skia',
15 '../../testing/gmock.gyp:gmock', 15 '../../testing/gmock.gyp:gmock',
16 '../../testing/gtest.gyp:gtest', 16 '../../testing/gtest.gyp:gtest',
17 '../../third_party/WebKit/public/blink.gyp:blink', 17 '../../third_party/WebKit/public/blink.gyp:blink',
18 '../../ui/gfx/gfx.gyp:gfx_geometry', 18 '../../ui/gfx/gfx.gyp:gfx_geometry',
19 '../../ui/gfx/gfx.gyp:gfx_test_support', 19 '../../ui/gfx/gfx.gyp:gfx_test_support',
20 '../cc.gyp:cc', 20 '../cc.gyp:cc',
21 '../cc_tests.gyp:cc_test_support', 21 '../cc_tests.gyp:cc_test_support',
22 'cc_blink.gyp:cc_blink', 22 'cc_blink.gyp:cc_blink',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'test/cc_blink_test_suite.cc', 25 'test/cc_blink_test_suite.cc',
26 'test/run_all_unittests.cc', 26 'test/run_all_unittests.cc',
27 'web_animation_unittest.cc',
28 'web_compositor_animation_player_unittest.cc',
29 'web_float_animation_curve_unittest.cc',
30 'web_layer_impl_fixed_bounds_unittest.cc', 27 'web_layer_impl_fixed_bounds_unittest.cc',
31 ], 28 ],
32 } 29 }
33 ], 30 ],
34 'conditions': [ 31 'conditions': [
35 ['OS == "android"', 32 ['OS == "android"',
36 { 33 {
37 'targets': [ 34 'targets': [
38 { 35 {
39 'target_name': 'cc_blink_unittests_apk', 36 'target_name': 'cc_blink_unittests_apk',
40 'type': 'none', 37 'type': 'none',
41 'dependencies': [ 38 'dependencies': [
42 'cc_blink_unittests', 39 'cc_blink_unittests',
43 ], 40 ],
44 'variables': { 41 'variables': {
45 'test_suite_name': 'cc_blink_unittests', 42 'test_suite_name': 'cc_blink_unittests',
46 }, 43 },
47 'includes': [ '../../build/apk_test.gypi' ], 44 'includes': [ '../../build/apk_test.gypi' ],
48 }, 45 },
49 ], 46 ],
50 } 47 }
51 ] 48 ]
52 ], 49 ],
53 50
54 } 51 }
OLDNEW
« no previous file with comments | « cc/blink/cc_blink.gyp ('k') | cc/blink/web_animation_curve_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698