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

Side by Side Diff: cc/cc_tests.gyp

Issue 10916279: Chromium compositor change implementing page-scale driven pinch-zoom. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebaseline to 158365. 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'test/MockCCQuadCuller.h', 79 'test/MockCCQuadCuller.h',
80 'test/WebCompositorInitializer.h', 80 'test/WebCompositorInitializer.h',
81 ], 81 ],
82 }, 82 },
83 'targets': [ 83 'targets': [
84 { 84 {
85 'target_name': 'cc_unittests', 85 'target_name': 'cc_unittests',
86 'type': 'executable', 86 'type': 'executable',
87 'dependencies': [ 87 'dependencies': [
88 '../base/base.gyp:test_support_base', 88 '../base/base.gyp:test_support_base',
89 '../content/content.gyp:content_common',
89 '../testing/gtest.gyp:gtest', 90 '../testing/gtest.gyp:gtest',
90 '../testing/gmock.gyp:gmock', 91 '../testing/gmock.gyp:gmock',
91 ], 92 ],
92 'sources': [ 93 'sources': [
93 'test/run_all_unittests.cc', 94 'test/run_all_unittests.cc',
94 ], 95 ],
95 'conditions': [ 96 'conditions': [
96 ['use_libcc_for_compositor==1', { 97 ['use_libcc_for_compositor==1', {
97 'dependencies': [ 98 'dependencies': [
98 '../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf', 99 '../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '<@(cc_tests_support_files)', 149 '<@(cc_tests_support_files)',
149 'test/test_webkit_platform.cc', 150 'test/test_webkit_platform.cc',
150 'test/test_webkit_platform.h', 151 'test/test_webkit_platform.h',
151 ], 152 ],
152 }, 153 },
153 ], 154 ],
154 }], 155 }],
155 ], 156 ],
156 } 157 }
157 158
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698