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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'workspace/workspace_manager.cc', | 73 'workspace/workspace_manager.cc', |
74 'workspace/workspace_manager.h', | 74 'workspace/workspace_manager.h', |
75 ], | 75 ], |
76 }, | 76 }, |
77 { | 77 { |
78 'target_name': 'aura_shell_unittests', | 78 'target_name': 'aura_shell_unittests', |
79 'type': 'executable', | 79 'type': 'executable', |
80 'dependencies': [ | 80 'dependencies': [ |
81 '../../base/base.gyp:base', | 81 '../../base/base.gyp:base', |
82 '../../base/base.gyp:test_support_base', | 82 '../../base/base.gyp:test_support_base', |
| 83 '../../chrome/chrome_resources.gyp:packed_resources', |
83 '../../build/temp_gyp/googleurl.gyp:googleurl', | 84 '../../build/temp_gyp/googleurl.gyp:googleurl', |
84 '../../skia/skia.gyp:skia', | 85 '../../skia/skia.gyp:skia', |
85 '../../testing/gtest.gyp:gtest', | 86 '../../testing/gtest.gyp:gtest', |
86 '../../third_party/icu/icu.gyp:icui18n', | 87 '../../third_party/icu/icu.gyp:icui18n', |
87 '../../third_party/icu/icu.gyp:icuuc', | 88 '../../third_party/icu/icu.gyp:icuuc', |
88 '../../views/views.gyp:views', | 89 '../../views/views.gyp:views', |
89 '../gfx/compositor/compositor.gyp:compositor_test_support', | 90 '../gfx/compositor/compositor.gyp:compositor_test_support', |
90 '../gfx/compositor/compositor.gyp:test_compositor', | 91 '../gfx/compositor/compositor.gyp:test_compositor', |
91 '../ui.gyp:gfx_resources', | 92 '../ui.gyp:gfx_resources', |
92 '../ui.gyp:ui', | 93 '../ui.gyp:ui', |
(...skipping 10 matching lines...) Expand all Loading... |
103 'launcher/view_model_utils_unittest.cc', | 104 'launcher/view_model_utils_unittest.cc', |
104 'workspace/workspace_manager_unittest.cc', | 105 'workspace/workspace_manager_unittest.cc', |
105 'run_all_unittests.cc', | 106 'run_all_unittests.cc', |
106 'test_suite.cc', | 107 'test_suite.cc', |
107 'test_suite.h', | 108 'test_suite.h', |
108 | 109 |
109 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 110 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
110 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 111 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
111 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 112 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
112 ], | 113 ], |
113 'conditions': [ | |
114 ['OS!="mac"', { | |
115 'dependencies': [ | |
116 '../../chrome/chrome.gyp:packed_resources', | |
117 ], | |
118 }], | |
119 ], | |
120 }, | 114 }, |
121 { | 115 { |
122 'target_name': 'aura_shell_exe', | 116 'target_name': 'aura_shell_exe', |
123 'type': 'executable', | 117 'type': 'executable', |
124 'dependencies': [ | 118 'dependencies': [ |
125 '../../base/base.gyp:base', | 119 '../../base/base.gyp:base', |
126 '../../base/base.gyp:base_i18n', | 120 '../../base/base.gyp:base_i18n', |
| 121 '../../chrome/chrome_resources.gyp:packed_resources', |
127 '../../skia/skia.gyp:skia', | 122 '../../skia/skia.gyp:skia', |
128 '../../third_party/icu/icu.gyp:icui18n', | 123 '../../third_party/icu/icu.gyp:icui18n', |
129 '../../third_party/icu/icu.gyp:icuuc', | 124 '../../third_party/icu/icu.gyp:icuuc', |
130 '../../views/views.gyp:views', | 125 '../../views/views.gyp:views', |
131 '../aura/aura.gyp:aura', | 126 '../aura/aura.gyp:aura', |
132 '../gfx/compositor/compositor.gyp:compositor', | 127 '../gfx/compositor/compositor.gyp:compositor', |
133 '../gfx/compositor/compositor.gyp:compositor_test_support', | 128 '../gfx/compositor/compositor.gyp:compositor_test_support', |
134 '../ui.gyp:gfx_resources', | 129 '../ui.gyp:gfx_resources', |
135 '../ui.gyp:ui', | 130 '../ui.gyp:ui', |
136 '../ui.gyp:ui_resources', | 131 '../ui.gyp:ui_resources', |
(...skipping 10 matching lines...) Expand all Loading... |
147 'examples/widgets.cc', | 142 'examples/widgets.cc', |
148 'examples/window_type_launcher.cc', | 143 'examples/window_type_launcher.cc', |
149 'examples/window_type_launcher.h', | 144 'examples/window_type_launcher.h', |
150 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 145 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
151 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 146 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
152 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 147 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
153 ], | 148 ], |
154 'conditions': [ | 149 'conditions': [ |
155 ['OS!="mac"', { | 150 ['OS!="mac"', { |
156 'dependencies': [ | 151 'dependencies': [ |
157 '../../chrome/chrome.gyp:packed_resources', | |
158 ], | 152 ], |
159 }], | 153 }], |
160 ], | 154 ], |
161 }, | 155 }, |
162 # It's convenient for aura_shell developers to be able to build all | 156 # It's convenient for aura_shell developers to be able to build all |
163 # compositor and aura targets from within this solution. | 157 # compositor and aura targets from within this solution. |
164 { | 158 { |
165 'target_name': 'buildbot_targets', | 159 'target_name': 'buildbot_targets', |
166 'type': 'none', | 160 'type': 'none', |
167 'dependencies': [ | 161 'dependencies': [ |
168 '../../views/views.gyp:views', | 162 '../../views/views.gyp:views', |
169 '../../views/views.gyp:views_aura_desktop', | 163 '../../views/views.gyp:views_aura_desktop', |
170 '../../views/views.gyp:views_desktop', | 164 '../../views/views.gyp:views_desktop', |
171 '../../views/views.gyp:views_desktop_lib', | 165 '../../views/views.gyp:views_desktop_lib', |
172 '../../views/views.gyp:views_unittests', | 166 '../../views/views.gyp:views_unittests', |
173 '../aura/aura.gyp:*', | 167 '../aura/aura.gyp:*', |
174 '../gfx/compositor/compositor.gyp:*', | 168 '../gfx/compositor/compositor.gyp:*', |
175 'aura_shell_exe', | 169 'aura_shell_exe', |
176 ], | 170 ], |
177 }, | 171 }, |
178 ], | 172 ], |
179 } | 173 } |
OLD | NEW |