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

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

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix content_browsertests Created 8 years, 1 month 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 | Annotate | Revision Log
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',
(...skipping 10 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/compositor_bindings.gyp ('k') | webkit/compositor_bindings/web_animation_curve_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698