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

Side by Side Diff: build/all.gyp

Issue 9025020: Add performance_ui_tests to chrome_official_builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'conditions': [ 484 'conditions': [
485 ['branding=="Chrome"', { 485 ['branding=="Chrome"', {
486 'targets': [ 486 'targets': [
487 { 487 {
488 'target_name': 'chrome_official_builder', 488 'target_name': 'chrome_official_builder',
489 'type': 'none', 489 'type': 'none',
490 'dependencies': [ 490 'dependencies': [
491 '../chrome/chrome.gyp:chromedriver', 491 '../chrome/chrome.gyp:chromedriver',
492 '../chrome/chrome.gyp:crash_service', 492 '../chrome/chrome.gyp:crash_service',
493 '../chrome/chrome.gyp:crash_service_win64', 493 '../chrome/chrome.gyp:crash_service_win64',
494 '../chrome/chrome.gyp:performance_ui_tests',
494 '../chrome/chrome.gyp:policy_templates', 495 '../chrome/chrome.gyp:policy_templates',
495 '../chrome/chrome.gyp:pyautolib', 496 '../chrome/chrome.gyp:pyautolib',
496 '../chrome/chrome.gyp:reliability_tests', 497 '../chrome/chrome.gyp:reliability_tests',
497 '../chrome/chrome.gyp:automated_ui_tests', 498 '../chrome/chrome.gyp:automated_ui_tests',
498 '../chrome/installer/mini_installer.gyp:mini_installer', 499 '../chrome/installer/mini_installer.gyp:mini_installer',
499 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 500 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
500 '../courgette/courgette.gyp:courgette', 501 '../courgette/courgette.gyp:courgette',
501 '../courgette/courgette.gyp:courgette64', 502 '../courgette/courgette.gyp:courgette64',
502 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ', 503 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ',
503 '../remoting/remoting.gyp:webapp_it2me', 504 '../remoting/remoting.gyp:webapp_it2me',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '../sql/sql.gyp:sql_unittests', 599 '../sql/sql.gyp:sql_unittests',
599 '../ui/ui.gyp:gfx_unittests', 600 '../ui/ui.gyp:gfx_unittests',
600 ], 601 ],
601 }], 602 }],
602 ], 603 ],
603 }, 604 },
604 ], # targets 605 ], # targets
605 }], # "use_aura==1" 606 }], # "use_aura==1"
606 ], # conditions 607 ], # conditions
607 } 608 }
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