| OLD | NEW |
| 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 '../gfx/gfx.gyp:*', |
| 16 '../gpu/gpu.gyp:*', | 16 '../gpu/gpu.gyp:*', |
| 17 '../ipc/ipc.gyp:*', | 17 '../ipc/ipc.gyp:*', |
| 18 '../media/media.gyp:*', | 18 '../media/media.gyp:*', |
| 19 '../net/net.gyp:*', | 19 '../net/net.gyp:*', |
| 20 '../printing/printing.gyp:*', | 20 '../printing/printing.gyp:*', |
| 21 '../sdch/sdch.gyp:*', | 21 '../sdch/sdch.gyp:*', |
| 22 '../skia/skia.gyp:*', | 22 '../skia/skia.gyp:*', |
| 23 '../testing/gmock.gyp:*', | 23 '../testing/gmock.gyp:*', |
| 24 '../testing/gtest.gyp:*', | 24 '../testing/gtest.gyp:*', |
| 25 '../third_party/bzip2/bzip2.gyp:*', | 25 '../third_party/bzip2/bzip2.gyp:*', |
| 26 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
| 26 '../third_party/cld/cld.gyp:*', | 27 '../third_party/cld/cld.gyp:*', |
| 27 '../third_party/codesighs/codesighs.gyp:*', | 28 '../third_party/codesighs/codesighs.gyp:*', |
| 28 '../third_party/ffmpeg/ffmpeg.gyp:*', | 29 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| 29 '../third_party/icu/icu.gyp:*', | 30 '../third_party/icu/icu.gyp:*', |
| 30 '../third_party/libjpeg/libjpeg.gyp:*', | 31 '../third_party/libjpeg/libjpeg.gyp:*', |
| 31 '../third_party/libpng/libpng.gyp:*', | 32 '../third_party/libpng/libpng.gyp:*', |
| 32 '../third_party/libxml/libxml.gyp:*', | 33 '../third_party/libxml/libxml.gyp:*', |
| 33 '../third_party/libxslt/libxslt.gyp:*', | 34 '../third_party/libxslt/libxslt.gyp:*', |
| 34 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 35 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 35 '../third_party/modp_b64/modp_b64.gyp:*', | 36 '../third_party/modp_b64/modp_b64.gyp:*', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 '../app/app.gyp:app_unittests', | 143 '../app/app.gyp:app_unittests', |
| 143 '../gfx/gfx.gyp:gfx_unittests', | 144 '../gfx/gfx.gyp:gfx_unittests', |
| 144 '../gpu/gpu.gyp:gpu_unittests', | 145 '../gpu/gpu.gyp:gpu_unittests', |
| 145 '../ipc/ipc.gyp:ipc_tests', | 146 '../ipc/ipc.gyp:ipc_tests', |
| 146 '../media/media.gyp:media_unittests', | 147 '../media/media.gyp:media_unittests', |
| 147 '../printing/printing.gyp:printing_unittests', | 148 '../printing/printing.gyp:printing_unittests', |
| 148 '../chrome/chrome.gyp:browser_tests', | 149 '../chrome/chrome.gyp:browser_tests', |
| 149 '../chrome/chrome.gyp:nacl_ui_tests', | 150 '../chrome/chrome.gyp:nacl_ui_tests', |
| 150 '../chrome/chrome.gyp:ui_tests', | 151 '../chrome/chrome.gyp:ui_tests', |
| 151 '../chrome/chrome.gyp:unit_tests', | 152 '../chrome/chrome.gyp:unit_tests', |
| 153 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 152 'temp_gyp/googleurl.gyp:googleurl_unittests', | 154 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 153 ], | 155 ], |
| 154 }, | 156 }, |
| 155 { | 157 { |
| 156 'target_name': 'chromium_builder_rel', | 158 'target_name': 'chromium_builder_rel', |
| 157 'type': 'none', | 159 'type': 'none', |
| 158 'dependencies': [ | 160 'dependencies': [ |
| 159 '../app/app.gyp:app_unittests', | 161 '../app/app.gyp:app_unittests', |
| 160 '../chrome/chrome.gyp:browser_tests', | 162 '../chrome/chrome.gyp:browser_tests', |
| 161 '../chrome/chrome.gyp:memory_test', | 163 '../chrome/chrome.gyp:memory_test', |
| 162 '../chrome/chrome.gyp:nacl_ui_tests', | 164 '../chrome/chrome.gyp:nacl_ui_tests', |
| 163 '../chrome/chrome.gyp:page_cycler_tests', | 165 '../chrome/chrome.gyp:page_cycler_tests', |
| 164 '../chrome/chrome.gyp:startup_tests', | 166 '../chrome/chrome.gyp:startup_tests', |
| 165 '../chrome/chrome.gyp:tab_switching_test', | 167 '../chrome/chrome.gyp:tab_switching_test', |
| 166 '../chrome/chrome.gyp:ui_tests', | 168 '../chrome/chrome.gyp:ui_tests', |
| 167 '../chrome/chrome.gyp:unit_tests', | 169 '../chrome/chrome.gyp:unit_tests', |
| 168 '../chrome/chrome.gyp:url_fetch_test', | 170 '../chrome/chrome.gyp:url_fetch_test', |
| 169 '../gfx/gfx.gyp:gfx_unittests', | 171 '../gfx/gfx.gyp:gfx_unittests', |
| 170 '../gpu/gpu.gyp:gpu_unittests', | 172 '../gpu/gpu.gyp:gpu_unittests', |
| 171 '../ipc/ipc.gyp:ipc_tests', | 173 '../ipc/ipc.gyp:ipc_tests', |
| 172 '../media/media.gyp:media_unittests', | 174 '../media/media.gyp:media_unittests', |
| 173 '../printing/printing.gyp:printing_unittests', | 175 '../printing/printing.gyp:printing_unittests', |
| 176 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 174 'temp_gyp/googleurl.gyp:googleurl_unittests', | 177 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 175 ], | 178 ], |
| 176 }, | 179 }, |
| 177 { | 180 { |
| 178 'target_name': 'chromium_builder_dbg_tsan_mac', | 181 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 179 'type': 'none', | 182 'type': 'none', |
| 180 'dependencies': [ | 183 'dependencies': [ |
| 181 '../base/base.gyp:base_unittests', | 184 '../base/base.gyp:base_unittests', |
| 182 'temp_gyp/googleurl.gyp:googleurl_unittests', | 185 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 183 '../net/net.gyp:net_unittests', | 186 '../net/net.gyp:net_unittests', |
| 184 '../ipc/ipc.gyp:ipc_tests', | 187 '../ipc/ipc.gyp:ipc_tests', |
| 185 '../media/media.gyp:media_unittests', | 188 '../media/media.gyp:media_unittests', |
| 186 '../printing/printing.gyp:printing_unittests', | 189 '../printing/printing.gyp:printing_unittests', |
| 190 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 187 ], | 191 ], |
| 188 }, | 192 }, |
| 189 ], # targets | 193 ], # targets |
| 190 }], # OS="mac" | 194 }], # OS="mac" |
| 191 ['OS=="win"', { | 195 ['OS=="win"', { |
| 192 'targets': [ | 196 'targets': [ |
| 193 # These targets are here so the build bots can use them to build | 197 # These targets are here so the build bots can use them to build |
| 194 # subsets of a full tree for faster cycle times. | 198 # subsets of a full tree for faster cycle times. |
| 195 { | 199 { |
| 196 'target_name': 'chromium_builder', | 200 'target_name': 'chromium_builder', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 215 # mini_installer_tests depends on mini_installer. This should be | 219 # mini_installer_tests depends on mini_installer. This should be |
| 216 # defined in installer.gyp. | 220 # defined in installer.gyp. |
| 217 '../chrome/installer/mini_installer.gyp:mini_installer', | 221 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 218 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, | 222 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, |
| 219 '../courgette/courgette.gyp:courgette_unittests', | 223 '../courgette/courgette.gyp:courgette_unittests', |
| 220 '../gfx/gfx.gyp:gfx_unittests', | 224 '../gfx/gfx.gyp:gfx_unittests', |
| 221 '../gpu/gpu.gyp:gpu_unittests', | 225 '../gpu/gpu.gyp:gpu_unittests', |
| 222 '../ipc/ipc.gyp:ipc_tests', | 226 '../ipc/ipc.gyp:ipc_tests', |
| 223 '../media/media.gyp:media_unittests', | 227 '../media/media.gyp:media_unittests', |
| 224 '../printing/printing.gyp:printing_unittests', | 228 '../printing/printing.gyp:printing_unittests', |
| 229 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 225 '../webkit/webkit.gyp:npapi_layout_test_plugin', | 230 '../webkit/webkit.gyp:npapi_layout_test_plugin', |
| 226 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 231 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 227 # This should: | 232 # This should: |
| 228 # 1) not be the case. OR. | 233 # 1) not be the case. OR. |
| 229 # 2) be expressed in the ui tests dependencies. | 234 # 2) be expressed in the ui tests dependencies. |
| 230 '../webkit/webkit.gyp:test_shell_common', | 235 '../webkit/webkit.gyp:test_shell_common', |
| 231 'temp_gyp/googleurl.gyp:googleurl_unittests', | 236 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 232 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 237 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 233 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 238 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 234 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 239 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
| 235 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 240 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 236 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 241 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 237 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 242 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 238 # Only build OSMesa on buildbots. It builds a software GL renderer | 243 # Only build OSMesa on buildbots. It builds a software GL renderer |
| 239 # that can be used where native GL is not available. | 244 # that can be used where native GL is not available. |
| 240 '../third_party/mesa/mesa.gyp:osmesa', | 245 '../third_party/mesa/mesa.gyp:osmesa', |
| 241 ], | 246 ], |
| 242 }, | 247 }, |
| 243 { | 248 { |
| 244 'target_name': 'chromium_builder_dbg_tsan_win', | 249 'target_name': 'chromium_builder_dbg_tsan_win', |
| 245 'type': 'none', | 250 'type': 'none', |
| 246 'dependencies': [ | 251 'dependencies': [ |
| 247 '../app/app.gyp:app_unittests', | 252 '../app/app.gyp:app_unittests', |
| 248 '../base/base.gyp:base_unittests', | 253 '../base/base.gyp:base_unittests', |
| 249 'temp_gyp/googleurl.gyp:googleurl_unittests', | 254 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 250 '../net/net.gyp:net_unittests', | 255 '../net/net.gyp:net_unittests', |
| 251 '../ipc/ipc.gyp:ipc_tests', | 256 '../ipc/ipc.gyp:ipc_tests', |
| 252 '../media/media.gyp:media_unittests', | 257 '../media/media.gyp:media_unittests', |
| 253 '../printing/printing.gyp:printing_unittests', | 258 '../printing/printing.gyp:printing_unittests', |
| 259 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 254 '../chrome/chrome.gyp:unit_tests', | 260 '../chrome/chrome.gyp:unit_tests', |
| 255 ], | 261 ], |
| 256 }, | 262 }, |
| 257 ], # targets | 263 ], # targets |
| 258 }], # OS="win" | 264 }], # OS="win" |
| 259 ['chromeos==1', { | 265 ['chromeos==1', { |
| 260 'targets': [ | 266 'targets': [ |
| 261 { | 267 { |
| 262 'target_name': 'chromeos_builder', | 268 'target_name': 'chromeos_builder', |
| 263 'type': 'none', | 269 'type': 'none', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 279 '../chrome/chrome.gyp:ui_tests', | 285 '../chrome/chrome.gyp:ui_tests', |
| 280 '../chrome/chrome.gyp:unit_tests', | 286 '../chrome/chrome.gyp:unit_tests', |
| 281 '../chrome/chrome.gyp:url_fetch_test', | 287 '../chrome/chrome.gyp:url_fetch_test', |
| 282 '../gfx/gfx.gyp:gfx_unittests', | 288 '../gfx/gfx.gyp:gfx_unittests', |
| 283 '../ipc/ipc.gyp:ipc_tests', | 289 '../ipc/ipc.gyp:ipc_tests', |
| 284 '../media/media.gyp:ffmpeg_tests', | 290 '../media/media.gyp:ffmpeg_tests', |
| 285 '../media/media.gyp:media_unittests', | 291 '../media/media.gyp:media_unittests', |
| 286 '../media/media.gyp:omx_test', | 292 '../media/media.gyp:omx_test', |
| 287 '../net/net.gyp:net_unittests', | 293 '../net/net.gyp:net_unittests', |
| 288 '../printing/printing.gyp:printing_unittests', | 294 '../printing/printing.gyp:printing_unittests', |
| 295 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 289 'temp_gyp/googleurl.gyp:googleurl_unittests', | 296 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 290 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind
ow', | 297 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind
ow', |
| 291 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome
os_login_manager.gyp:session', | 298 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome
os_login_manager.gyp:session', |
| 292 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome
os_login_manager.gyp:emit_login_prompt_ready', | 299 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome
os_login_manager.gyp:emit_login_prompt_ready', |
| 293 ], | 300 ], |
| 294 }, | 301 }, |
| 295 ], # targets | 302 ], # targets |
| 296 }], # "chromeos==1" | 303 }], # "chromeos==1" |
| 297 ], # conditions | 304 ], # conditions |
| 298 } | 305 } |
| 299 | 306 |
| 300 # Local Variables: | 307 # Local Variables: |
| 301 # tab-width:2 | 308 # tab-width:2 |
| 302 # indent-tabs-mode:nil | 309 # indent-tabs-mode:nil |
| 303 # End: | 310 # End: |
| 304 # vim: set expandtab tabstop=2 shiftwidth=2: | 311 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |