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

Side by Side Diff: build/all.gyp

Issue 1740001: Windows bots build and use OSMesa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 | « no previous file | third_party/mesa/mesa.gyp » ('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,
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 # 1) not be the case. OR. 227 # 1) not be the case. OR.
228 # 2) be expressed in the ui tests dependencies. 228 # 2) be expressed in the ui tests dependencies.
229 '../webkit/webkit.gyp:test_shell_common', 229 '../webkit/webkit.gyp:test_shell_common',
230 'temp_gyp/googleurl.gyp:googleurl_unittests', 230 'temp_gyp/googleurl.gyp:googleurl_unittests',
231 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 231 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
232 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 232 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
233 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 233 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
234 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 234 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
235 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 235 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
236 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 236 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
237 # Only build OSMesa on buildbots. It builds a software GL renderer
238 # that can be used where native GL is not available.
239 '../third_party/mesa/mesa.gyp:osmesa',
237 ], 240 ],
238 }, 241 },
239 { 242 {
240 'target_name': 'chromium_builder_dbg_tsan_win', 243 'target_name': 'chromium_builder_dbg_tsan_win',
241 'type': 'none', 244 'type': 'none',
242 'dependencies': [ 245 'dependencies': [
243 '../app/app.gyp:app_unittests', 246 '../app/app.gyp:app_unittests',
244 '../base/base.gyp:base_unittests', 247 '../base/base.gyp:base_unittests',
245 'temp_gyp/googleurl.gyp:googleurl_unittests', 248 'temp_gyp/googleurl.gyp:googleurl_unittests',
246 '../net/net.gyp:net_unittests', 249 '../net/net.gyp:net_unittests',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ], # targets 294 ], # targets
292 }], # "chromeos==1" 295 }], # "chromeos==1"
293 ], # conditions 296 ], # conditions
294 } 297 }
295 298
296 # Local Variables: 299 # Local Variables:
297 # tab-width:2 300 # tab-width:2
298 # indent-tabs-mode:nil 301 # indent-tabs-mode:nil
299 # End: 302 # End:
300 # vim: set expandtab tabstop=2 shiftwidth=2: 303 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698