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

Side by Side Diff: cc/cc_tests.gyp

Issue 10918281: Enable webkit_compositor_bindings_unittests in component builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/test/run_all_unittests.cc » ('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 (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 'use_libcc_for_compositor%': 0, 8 'use_libcc_for_compositor%': 0,
9 'cc_tests_source_files': [ 9 'cc_tests_source_files': [
10 'CCActiveAnimationTest.cpp', 10 'CCActiveAnimationTest.cpp',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 '../testing/gmock.gyp:gmock', 124 '../testing/gmock.gyp:gmock',
125 '../skia/skia.gyp:skia', 125 '../skia/skia.gyp:skia',
126 '../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf', 126 '../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
127 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_ support', 127 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_ support',
128 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 128 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
129 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support', 129 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support',
130 '../webkit/support/webkit_support.gyp:glue', 130 '../webkit/support/webkit_support.gyp:glue',
131 ], 131 ],
132 'sources': [ 132 'sources': [
133 '<@(cc_tests_support_files)', 133 '<@(cc_tests_support_files)',
134 'test/test_webkit_platform.cc',
135 'test/test_webkit_platform.h',
134 ], 136 ],
135 }, 137 },
136 ], 138 ],
137 }], 139 }],
138 ], 140 ],
139 } 141 }
140 142
OLDNEW
« no previous file with comments | « no previous file | cc/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698