Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Side by Side Diff: build/all.gyp

Issue 915002: Create a toplevel gfx/ dir and seed it with icon_util.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « app/gfx/icon_util_unittest.cc ('k') | chrome/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
15 '../gfx/gfx.gyp:*',
15 '../ipc/ipc.gyp:*', 16 '../ipc/ipc.gyp:*',
16 '../media/media.gyp:*', 17 '../media/media.gyp:*',
17 '../net/net.gyp:*', 18 '../net/net.gyp:*',
18 '../printing/printing.gyp:*', 19 '../printing/printing.gyp:*',
19 '../sdch/sdch.gyp:*', 20 '../sdch/sdch.gyp:*',
20 '../skia/skia.gyp:*', 21 '../skia/skia.gyp:*',
21 '../testing/gmock.gyp:*', 22 '../testing/gmock.gyp:*',
22 '../testing/gtest.gyp:*', 23 '../testing/gtest.gyp:*',
23 '../third_party/bzip2/bzip2.gyp:*', 24 '../third_party/bzip2/bzip2.gyp:*',
24 '../third_party/cld/cld.gyp:*', 25 '../third_party/cld/cld.gyp:*',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 '../chrome/chrome.gyp:build_app_dmg', 133 '../chrome/chrome.gyp:build_app_dmg',
133 ], 134 ],
134 }, 135 },
135 # These targets are here so the build bots can use them to build 136 # These targets are here so the build bots can use them to build
136 # subsets of a full tree for faster cycle times. 137 # subsets of a full tree for faster cycle times.
137 { 138 {
138 'target_name': 'chromium_builder_dbg', 139 'target_name': 'chromium_builder_dbg',
139 'type': 'none', 140 'type': 'none',
140 'dependencies': [ 141 'dependencies': [
141 '../app/app.gyp:app_unittests', 142 '../app/app.gyp:app_unittests',
143 '../gfx/gfx.gyp:gfx_unittests',
142 '../ipc/ipc.gyp:ipc_tests', 144 '../ipc/ipc.gyp:ipc_tests',
143 '../media/media.gyp:media_unittests', 145 '../media/media.gyp:media_unittests',
144 '../printing/printing.gyp:printing_unittests', 146 '../printing/printing.gyp:printing_unittests',
145 '../chrome/chrome.gyp:browser_tests', 147 '../chrome/chrome.gyp:browser_tests',
146 '../chrome/chrome.gyp:nacl_ui_tests', 148 '../chrome/chrome.gyp:nacl_ui_tests',
147 '../chrome/chrome.gyp:ui_tests', 149 '../chrome/chrome.gyp:ui_tests',
148 '../chrome/chrome.gyp:unit_tests', 150 '../chrome/chrome.gyp:unit_tests',
149 'temp_gyp/googleurl.gyp:googleurl_unittests', 151 'temp_gyp/googleurl.gyp:googleurl_unittests',
150 ], 152 ],
151 }, 153 },
152 { 154 {
153 'target_name': 'chromium_builder_rel', 155 'target_name': 'chromium_builder_rel',
154 'type': 'none', 156 'type': 'none',
155 'dependencies': [ 157 'dependencies': [
156 '../app/app.gyp:app_unittests', 158 '../app/app.gyp:app_unittests',
157 '../chrome/chrome.gyp:browser_tests', 159 '../chrome/chrome.gyp:browser_tests',
158 '../chrome/chrome.gyp:memory_test', 160 '../chrome/chrome.gyp:memory_test',
159 '../chrome/chrome.gyp:nacl_ui_tests', 161 '../chrome/chrome.gyp:nacl_ui_tests',
160 '../chrome/chrome.gyp:page_cycler_tests', 162 '../chrome/chrome.gyp:page_cycler_tests',
161 '../chrome/chrome.gyp:startup_tests', 163 '../chrome/chrome.gyp:startup_tests',
162 '../chrome/chrome.gyp:tab_switching_test', 164 '../chrome/chrome.gyp:tab_switching_test',
163 '../chrome/chrome.gyp:ui_tests', 165 '../chrome/chrome.gyp:ui_tests',
164 '../chrome/chrome.gyp:unit_tests', 166 '../chrome/chrome.gyp:unit_tests',
165 '../chrome/chrome.gyp:url_fetch_test', 167 '../chrome/chrome.gyp:url_fetch_test',
168 '../gfx/gfx.gyp:gfx_unittests',
166 '../ipc/ipc.gyp:ipc_tests', 169 '../ipc/ipc.gyp:ipc_tests',
167 '../media/media.gyp:media_unittests', 170 '../media/media.gyp:media_unittests',
168 '../printing/printing.gyp:printing_unittests', 171 '../printing/printing.gyp:printing_unittests',
169 'temp_gyp/googleurl.gyp:googleurl_unittests', 172 'temp_gyp/googleurl.gyp:googleurl_unittests',
170 ], 173 ],
171 }, 174 },
172 { 175 {
173 'target_name': 'chromium_builder_dbg_tsan_mac', 176 'target_name': 'chromium_builder_dbg_tsan_mac',
174 'type': 'none', 177 'type': 'none',
175 'dependencies': [ 178 'dependencies': [
(...skipping 28 matching lines...) Expand all
204 '../chrome/chrome.gyp:ui_tests', 207 '../chrome/chrome.gyp:ui_tests',
205 '../chrome/chrome.gyp:unit_tests', 208 '../chrome/chrome.gyp:unit_tests',
206 '../chrome/chrome.gyp:url_fetch_test', 209 '../chrome/chrome.gyp:url_fetch_test',
207 '../chrome/installer/installer.gyp:installer_util_unittests', 210 '../chrome/installer/installer.gyp:installer_util_unittests',
208 '../chrome/installer/installer.gyp:mini_installer_test', 211 '../chrome/installer/installer.gyp:mini_installer_test',
209 # mini_installer_tests depends on mini_installer. This should be 212 # mini_installer_tests depends on mini_installer. This should be
210 # defined in installer.gyp. 213 # defined in installer.gyp.
211 '../chrome/installer/mini_installer.gyp:mini_installer', 214 '../chrome/installer/mini_installer.gyp:mini_installer',
212 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer' , 215 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer' ,
213 '../courgette/courgette.gyp:courgette_unittests', 216 '../courgette/courgette.gyp:courgette_unittests',
217 '../gfx/gfx.gyp:gfx_unittests',
214 '../ipc/ipc.gyp:ipc_tests', 218 '../ipc/ipc.gyp:ipc_tests',
215 '../media/media.gyp:media_unittests', 219 '../media/media.gyp:media_unittests',
216 '../printing/printing.gyp:printing_unittests', 220 '../printing/printing.gyp:printing_unittests',
217 '../webkit/webkit.gyp:npapi_layout_test_plugin', 221 '../webkit/webkit.gyp:npapi_layout_test_plugin',
218 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 222 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
219 # This should: 223 # This should:
220 # 1) not be the case. OR. 224 # 1) not be the case. OR.
221 # 2) be expressed in the ui tests dependencies. 225 # 2) be expressed in the ui tests dependencies.
222 '../webkit/webkit.gyp:test_shell_common', 226 '../webkit/webkit.gyp:test_shell_common',
223 'temp_gyp/googleurl.gyp:googleurl_unittests', 227 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 22 matching lines...) Expand all
246 '../base/base.gyp:base_unittests', 250 '../base/base.gyp:base_unittests',
247 '../chrome/chrome.gyp:browser_tests', 251 '../chrome/chrome.gyp:browser_tests',
248 '../chrome/chrome.gyp:chrome', 252 '../chrome/chrome.gyp:chrome',
249 '../chrome/chrome.gyp:memory_test', 253 '../chrome/chrome.gyp:memory_test',
250 '../chrome/chrome.gyp:page_cycler_tests', 254 '../chrome/chrome.gyp:page_cycler_tests',
251 '../chrome/chrome.gyp:startup_tests', 255 '../chrome/chrome.gyp:startup_tests',
252 '../chrome/chrome.gyp:tab_switching_test', 256 '../chrome/chrome.gyp:tab_switching_test',
253 '../chrome/chrome.gyp:ui_tests', 257 '../chrome/chrome.gyp:ui_tests',
254 '../chrome/chrome.gyp:unit_tests', 258 '../chrome/chrome.gyp:unit_tests',
255 '../chrome/chrome.gyp:url_fetch_test', 259 '../chrome/chrome.gyp:url_fetch_test',
260 '../gfx/gfx.gyp:gfx_unittests',
256 '../ipc/ipc.gyp:ipc_tests', 261 '../ipc/ipc.gyp:ipc_tests',
257 '../media/media.gyp:ffmpeg_tests', 262 '../media/media.gyp:ffmpeg_tests',
258 '../media/media.gyp:media_unittests', 263 '../media/media.gyp:media_unittests',
259 '../media/media.gyp:omx_test', 264 '../media/media.gyp:omx_test',
260 '../net/net.gyp:net_unittests', 265 '../net/net.gyp:net_unittests',
261 '../printing/printing.gyp:printing_unittests', 266 '../printing/printing.gyp:printing_unittests',
262 'temp_gyp/googleurl.gyp:googleurl_unittests', 267 'temp_gyp/googleurl.gyp:googleurl_unittests',
263 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow', 268 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow',
264 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:session', 269 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:session',
265 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:emit_login_prompt_ready', 270 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:emit_login_prompt_ready',
266 ], 271 ],
267 }, 272 },
268 ], # targets 273 ], # targets
269 }], # "chromeos==1" 274 }], # "chromeos==1"
270 ], # conditions 275 ], # conditions
271 } 276 }
272 277
273 # Local Variables: 278 # Local Variables:
274 # tab-width:2 279 # tab-width:2
275 # indent-tabs-mode:nil 280 # indent-tabs-mode:nil
276 # End: 281 # End:
277 # vim: set expandtab tabstop=2 shiftwidth=2: 282 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/gfx/icon_util_unittest.cc ('k') | chrome/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698