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

Side by Side Diff: build/all.gyp

Issue 10389111: Convert the remaining plugin_tests from ui_tests to browser_tests. Also remove the remaining refere… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Don't run if the test data isn't there (since it's not public) Created 8 years, 7 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 | chrome/browser/plugin_test.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'chromium_builder_tests', 235 'chromium_builder_tests',
236 ], 236 ],
237 }, # target_name: chromium_builder_nacl_win_integration 237 }, # target_name: chromium_builder_nacl_win_integration
238 { 238 {
239 'target_name': 'chromium_builder_perf', 239 'target_name': 'chromium_builder_perf',
240 'type': 'none', 240 'type': 'none',
241 'dependencies': [ 241 'dependencies': [
242 'chromium_builder_qa', # needed for pyauto 242 'chromium_builder_qa', # needed for pyauto
243 '../chrome/chrome.gyp:performance_browser_tests', 243 '../chrome/chrome.gyp:performance_browser_tests',
244 '../chrome/chrome.gyp:performance_ui_tests', 244 '../chrome/chrome.gyp:performance_ui_tests',
245 '../chrome/chrome.gyp:plugin_tests',
246 '../chrome/chrome.gyp:sync_performance_tests', 245 '../chrome/chrome.gyp:sync_performance_tests',
247 ], 246 ],
248 }, # target_name: chromium_builder_perf 247 }, # target_name: chromium_builder_perf
249 { 248 {
250 'target_name': 'chromium_gpu_builder', 249 'target_name': 'chromium_gpu_builder',
251 'type': 'none', 250 'type': 'none',
252 'dependencies': [ 251 'dependencies': [
253 '../chrome/chrome.gyp:gpu_tests', 252 '../chrome/chrome.gyp:gpu_tests',
254 '../chrome/chrome.gyp:performance_browser_tests', 253 '../chrome/chrome.gyp:performance_browser_tests',
255 '../chrome/chrome.gyp:performance_ui_tests', 254 '../chrome/chrome.gyp:performance_ui_tests',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'temp_gyp/googleurl.gyp:googleurl_unittests', 323 'temp_gyp/googleurl.gyp:googleurl_unittests',
325 ], 324 ],
326 }, 325 },
327 { 326 {
328 'target_name': 'chromium_builder_rel', 327 'target_name': 'chromium_builder_rel',
329 'type': 'none', 328 'type': 'none',
330 'dependencies': [ 329 'dependencies': [
331 '../chrome/chrome.gyp:browser_tests', 330 '../chrome/chrome.gyp:browser_tests',
332 '../chrome/chrome.gyp:performance_browser_tests', 331 '../chrome/chrome.gyp:performance_browser_tests',
333 '../chrome/chrome.gyp:performance_ui_tests', 332 '../chrome/chrome.gyp:performance_ui_tests',
334 '../chrome/chrome.gyp:plugin_tests',
335 '../chrome/chrome.gyp:safe_browsing_tests', 333 '../chrome/chrome.gyp:safe_browsing_tests',
336 '../chrome/chrome.gyp:sync_integration_tests', 334 '../chrome/chrome.gyp:sync_integration_tests',
337 '../chrome/chrome.gyp:unit_tests', 335 '../chrome/chrome.gyp:unit_tests',
338 '../content/content.gyp:content_browsertests', 336 '../content/content.gyp:content_browsertests',
339 '../content/content.gyp:content_unittests', 337 '../content/content.gyp:content_unittests',
340 '../ui/ui.gyp:gfx_unittests', 338 '../ui/ui.gyp:gfx_unittests',
341 '../gpu/gpu.gyp:gpu_unittests', 339 '../gpu/gpu.gyp:gpu_unittests',
342 '../ipc/ipc.gyp:ipc_tests', 340 '../ipc/ipc.gyp:ipc_tests',
343 '../jingle/jingle.gyp:jingle_unittests', 341 '../jingle/jingle.gyp:jingle_unittests',
344 '../media/media.gyp:media_unittests', 342 '../media/media.gyp:media_unittests',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 { 398 {
401 'target_name': 'chromium_builder', 399 'target_name': 'chromium_builder',
402 'type': 'none', 400 'type': 'none',
403 'dependencies': [ 401 'dependencies': [
404 '../chrome/chrome.gyp:browser_tests', 402 '../chrome/chrome.gyp:browser_tests',
405 '../chrome/chrome.gyp:installer_util_unittests', 403 '../chrome/chrome.gyp:installer_util_unittests',
406 '../chrome/chrome.gyp:interactive_ui_tests', 404 '../chrome/chrome.gyp:interactive_ui_tests',
407 '../chrome/chrome.gyp:mini_installer_test', 405 '../chrome/chrome.gyp:mini_installer_test',
408 '../chrome/chrome.gyp:performance_browser_tests', 406 '../chrome/chrome.gyp:performance_browser_tests',
409 '../chrome/chrome.gyp:performance_ui_tests', 407 '../chrome/chrome.gyp:performance_ui_tests',
410 '../chrome/chrome.gyp:plugin_tests',
411 '../chrome/chrome.gyp:safe_browsing_tests', 408 '../chrome/chrome.gyp:safe_browsing_tests',
412 '../chrome/chrome.gyp:sync_integration_tests', 409 '../chrome/chrome.gyp:sync_integration_tests',
413 '../chrome/chrome.gyp:unit_tests', 410 '../chrome/chrome.gyp:unit_tests',
414 '../content/content.gyp:content_browsertests', 411 '../content/content.gyp:content_browsertests',
415 '../content/content.gyp:content_unittests', 412 '../content/content.gyp:content_unittests',
416 # mini_installer_tests depends on mini_installer. This should be 413 # mini_installer_tests depends on mini_installer. This should be
417 # defined in installer.gyp. 414 # defined in installer.gyp.
418 '../chrome/installer/mini_installer.gyp:mini_installer', 415 '../chrome/installer/mini_installer.gyp:mini_installer',
419 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 416 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
420 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 417 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'dependencies': [ 599 'dependencies': [
603 '../chromeos/chromeos.gyp:chromeos_unittests', 600 '../chromeos/chromeos.gyp:chromeos_unittests',
604 ], 601 ],
605 }], 602 }],
606 ], 603 ],
607 }, 604 },
608 ], # targets 605 ], # targets
609 }], # "use_aura==1" 606 }], # "use_aura==1"
610 ], # conditions 607 ], # conditions
611 } 608 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/plugin_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698