| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |