| 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': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 'target_name': 'compositor_unittests', | 139 'target_name': 'compositor_unittests', |
| 140 'type': 'executable', | 140 'type': 'executable', |
| 141 'dependencies': [ | 141 'dependencies': [ |
| 142 '<(DEPTH)/base/base.gyp:base', | 142 '<(DEPTH)/base/base.gyp:base', |
| 143 '<(DEPTH)/base/base.gyp:test_support_base', | 143 '<(DEPTH)/base/base.gyp:test_support_base', |
| 144 '<(DEPTH)/cc/cc.gyp:cc', | 144 '<(DEPTH)/cc/cc.gyp:cc', |
| 145 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 145 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
| 146 '<(DEPTH)/skia/skia.gyp:skia', | 146 '<(DEPTH)/skia/skia.gyp:skia', |
| 147 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 147 '<(DEPTH)/testing/gtest.gyp:gtest', | 148 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 148 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 149 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
| 149 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 151 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 151 '<(DEPTH)/ui/gl/gl.gyp:gl', | 152 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 152 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 153 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 153 'compositor', | 154 'compositor', |
| 154 'compositor_test_support', | 155 'compositor_test_support', |
| 155 ], | 156 ], |
| 156 'sources': [ | 157 'sources': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 176 'dependencies': [ | 177 'dependencies': [ |
| 177 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 178 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 178 ], | 179 ], |
| 179 }], | 180 }], |
| 180 ], | 181 ], |
| 181 }], | 182 }], |
| 182 ], | 183 ], |
| 183 }, | 184 }, |
| 184 ], | 185 ], |
| 185 } | 186 } |
| OLD | NEW |