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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 '../../base/base.gyp:base', | 125 '../../base/base.gyp:base', |
126 '../../base/base.gyp:test_support_base', | 126 '../../base/base.gyp:test_support_base', |
127 '../../chrome/chrome_resources.gyp:packed_resources', | 127 '../../chrome/chrome_resources.gyp:packed_resources', |
128 '../../build/temp_gyp/googleurl.gyp:googleurl', | 128 '../../build/temp_gyp/googleurl.gyp:googleurl', |
129 '../../skia/skia.gyp:skia', | 129 '../../skia/skia.gyp:skia', |
130 '../../testing/gtest.gyp:gtest', | 130 '../../testing/gtest.gyp:gtest', |
131 '../../third_party/icu/icu.gyp:icui18n', | 131 '../../third_party/icu/icu.gyp:icui18n', |
132 '../../third_party/icu/icu.gyp:icuuc', | 132 '../../third_party/icu/icu.gyp:icuuc', |
133 '../aura/aura.gyp:aura', | 133 '../aura/aura.gyp:aura', |
134 '../aura/aura.gyp:test_support_aura', | 134 '../aura/aura.gyp:test_support_aura', |
| 135 '../gfx/compositor/compositor.gyp:compositor', |
135 '../gfx/compositor/compositor.gyp:compositor_test_support', | 136 '../gfx/compositor/compositor.gyp:compositor_test_support', |
136 '../gfx/compositor/compositor.gyp:test_compositor', | |
137 '../ui.gyp:gfx_resources', | 137 '../ui.gyp:gfx_resources', |
138 '../ui.gyp:ui', | 138 '../ui.gyp:ui', |
139 '../ui.gyp:ui_resources', | 139 '../ui.gyp:ui_resources', |
140 '../ui.gyp:ui_resources_standard', | 140 '../ui.gyp:ui_resources_standard', |
141 '../views/views.gyp:views', | 141 '../views/views.gyp:views', |
142 'aura_shell', | 142 'aura_shell', |
143 ], | 143 ], |
144 'sources': [ | 144 'sources': [ |
145 'default_container_layout_manager_unittest.cc', | 145 'default_container_layout_manager_unittest.cc', |
146 'desktop_event_filter_unittest.cc', | 146 'desktop_event_filter_unittest.cc', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'examples/widgets.cc', | 200 'examples/widgets.cc', |
201 'examples/window_type_launcher.cc', | 201 'examples/window_type_launcher.cc', |
202 'examples/window_type_launcher.h', | 202 'examples/window_type_launcher.h', |
203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
206 ], | 206 ], |
207 }, | 207 }, |
208 ], | 208 ], |
209 } | 209 } |
OLD | NEW |