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

Side by Side Diff: build/all.gyp

Issue 2685002: Added ANGLE to Windows build.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | build/common.gypi » ('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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '../webkit/webkit.gyp:test_shell_common', 249 '../webkit/webkit.gyp:test_shell_common',
250 'temp_gyp/googleurl.gyp:googleurl_unittests', 250 'temp_gyp/googleurl.gyp:googleurl_unittests',
251 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 251 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
252 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 252 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
253 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 253 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
254 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 254 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
255 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 255 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
256 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 256 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
257 # Only build OSMesa on buildbots. It builds a software GL renderer 257 # Only build OSMesa on buildbots. It builds a software GL renderer
258 # that can be used where native GL is not available. 258 # that can be used where native GL is not available.
259 '../third_party/angle/src/build_angle.gyp:*',
259 '../third_party/mesa/mesa.gyp:osmesa', 260 '../third_party/mesa/mesa.gyp:osmesa',
260 ], 261 ],
261 }, 262 },
262 { 263 {
263 'target_name': 'chromium_builder_dbg_tsan_win', 264 'target_name': 'chromium_builder_dbg_tsan_win',
264 'type': 'none', 265 'type': 'none',
265 'dependencies': [ 266 'dependencies': [
266 '../app/app.gyp:app_unittests', 267 '../app/app.gyp:app_unittests',
267 # TODO(bradnelson): app_unittests should depend on locales. 268 # TODO(bradnelson): app_unittests should depend on locales.
268 # However, we can't add dependencies on chrome/ to app/ 269 # However, we can't add dependencies on chrome/ to app/
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], # targets 323 ], # targets
323 }], # "chromeos==1" 324 }], # "chromeos==1"
324 ], # conditions 325 ], # conditions
325 } 326 }
326 327
327 # Local Variables: 328 # Local Variables:
328 # tab-width:2 329 # tab-width:2
329 # indent-tabs-mode:nil 330 # indent-tabs-mode:nil
330 # End: 331 # End:
331 # vim: set expandtab tabstop=2 shiftwidth=2: 332 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698