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

Side by Side Diff: build/all.gyp

Issue 5361001: Add the views unittests to the windows buildbot target to make sure... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 180 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
181 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 181 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
182 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 182 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
183 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 183 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
184 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 184 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
185 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 185 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
186 '../courgette/courgette.gyp:courgette_unittests', 186 '../courgette/courgette.gyp:courgette_unittests',
187 '../sandbox/sandbox.gyp:sbox_integration_tests', 187 '../sandbox/sandbox.gyp:sbox_integration_tests',
188 '../sandbox/sandbox.gyp:sbox_unittests', 188 '../sandbox/sandbox.gyp:sbox_unittests',
189 '../sandbox/sandbox.gyp:sbox_validation_tests', 189 '../sandbox/sandbox.gyp:sbox_validation_tests',
190 '../views/views.gyp:views_unittests',
190 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', 191 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
191 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 192 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
192 # This should: 193 # This should:
193 # 1) not be the case. OR. 194 # 1) not be the case. OR.
194 # 2) be expressed in the ui tests dependencies. 195 # 2) be expressed in the ui tests dependencies.
195 '../webkit/webkit.gyp:test_shell_common', 196 '../webkit/webkit.gyp:test_shell_common',
196 ], 197 ],
197 }], 198 }],
198 ], 199 ],
199 } 200 }
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ], # targets 424 ], # targets
424 }], # "chromeos==1" 425 }], # "chromeos==1"
425 ], # conditions 426 ], # conditions
426 } 427 }
427 428
428 # Local Variables: 429 # Local Variables:
429 # tab-width:2 430 # tab-width:2
430 # indent-tabs-mode:nil 431 # indent-tabs-mode:nil
431 # End: 432 # End:
432 # vim: set expandtab tabstop=2 shiftwidth=2: 433 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698