OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'type': 'executable', | 77 'type': 'executable', |
78 'dependencies': [ | 78 'dependencies': [ |
79 '../../base/base.gyp:base', | 79 '../../base/base.gyp:base', |
80 '../../base/base.gyp:test_support_base', | 80 '../../base/base.gyp:test_support_base', |
81 '../../build/temp_gyp/googleurl.gyp:googleurl', | 81 '../../build/temp_gyp/googleurl.gyp:googleurl', |
82 '../../skia/skia.gyp:skia', | 82 '../../skia/skia.gyp:skia', |
83 '../../testing/gtest.gyp:gtest', | 83 '../../testing/gtest.gyp:gtest', |
84 '../../third_party/icu/icu.gyp:icui18n', | 84 '../../third_party/icu/icu.gyp:icui18n', |
85 '../../third_party/icu/icu.gyp:icuuc', | 85 '../../third_party/icu/icu.gyp:icuuc', |
86 '../../views/views.gyp:views', | 86 '../../views/views.gyp:views', |
| 87 '../gfx/compositor/compositor.gyp:compositor', |
87 '../gfx/compositor/compositor.gyp:compositor_test_support', | 88 '../gfx/compositor/compositor.gyp:compositor_test_support', |
88 '../gfx/compositor/compositor.gyp:test_compositor', | |
89 '../ui.gyp:gfx_resources', | 89 '../ui.gyp:gfx_resources', |
90 '../ui.gyp:ui', | 90 '../ui.gyp:ui', |
91 '../ui.gyp:ui_resources', | 91 '../ui.gyp:ui_resources', |
92 '../ui.gyp:ui_resources_standard', | 92 '../ui.gyp:ui_resources_standard', |
93 '../aura/aura.gyp:aura', | 93 '../aura/aura.gyp:aura', |
94 '../aura/aura.gyp:test_support_aura', | 94 '../aura/aura.gyp:test_support_aura', |
95 'aura_shell', | 95 'aura_shell', |
96 ], | 96 ], |
97 'sources': [ | 97 'sources': [ |
98 'default_container_layout_manager_unittest.cc', | 98 'default_container_layout_manager_unittest.cc', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 '../../views/views.gyp:views_desktop', | 168 '../../views/views.gyp:views_desktop', |
169 '../../views/views.gyp:views_desktop_lib', | 169 '../../views/views.gyp:views_desktop_lib', |
170 '../../views/views.gyp:views_unittests', | 170 '../../views/views.gyp:views_unittests', |
171 '../aura/aura.gyp:*', | 171 '../aura/aura.gyp:*', |
172 '../gfx/compositor/compositor.gyp:*', | 172 '../gfx/compositor/compositor.gyp:*', |
173 'aura_shell_exe', | 173 'aura_shell_exe', |
174 ], | 174 ], |
175 }, | 175 }, |
176 ], | 176 ], |
177 } | 177 } |
OLD | NEW |