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

Side by Side Diff: build/all.gyp

Issue 14564006: Make performance_ui_tests.exe optional. For "Chrome" builds, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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/tools/build/win/FILES.cfg » ('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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'conditions': [ 685 'conditions': [
686 ['branding=="Chrome"', { 686 ['branding=="Chrome"', {
687 'targets': [ 687 'targets': [
688 { 688 {
689 'target_name': 'chrome_official_builder', 689 'target_name': 'chrome_official_builder',
690 'type': 'none', 690 'type': 'none',
691 'dependencies': [ 691 'dependencies': [
692 '../chrome/chrome.gyp:chromedriver', 692 '../chrome/chrome.gyp:chromedriver',
693 '../chrome/chrome.gyp:crash_service', 693 '../chrome/chrome.gyp:crash_service',
694 '../chrome/chrome.gyp:interactive_ui_tests', 694 '../chrome/chrome.gyp:interactive_ui_tests',
695 '../chrome/chrome.gyp:performance_ui_tests',
696 '../chrome/chrome.gyp:policy_templates', 695 '../chrome/chrome.gyp:policy_templates',
697 '../chrome/chrome.gyp:reliability_tests', 696 '../chrome/chrome.gyp:reliability_tests',
698 '../chrome/chrome.gyp:automated_ui_tests', 697 '../chrome/chrome.gyp:automated_ui_tests',
699 '../chrome/installer/mini_installer.gyp:mini_installer', 698 '../chrome/installer/mini_installer.gyp:mini_installer',
700 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 699 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
701 '../courgette/courgette.gyp:courgette', 700 '../courgette/courgette.gyp:courgette',
702 '../cloud_print/cloud_print.gyp:cloud_print', 701 '../cloud_print/cloud_print.gyp:cloud_print',
703 '../remoting/remoting.gyp:remoting_webapp', 702 '../remoting/remoting.gyp:remoting_webapp',
704 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 703 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
705 ], 704 ],
706 'conditions': [ 705 'conditions': [
707 # If you change this condition, make sure you also change it 706 # If you change this condition, make sure you also change it
708 # in chrome_tests.gypi 707 # in chrome_tests.gypi
709 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix ==1) and target_arch==python_arch))', { 708 ['enable_automation==1 and (OS=="mac" or (os_posix==1 and target _arch==python_arch))', {
710 'dependencies': [ 709 'dependencies': [
711 '../chrome/chrome.gyp:pyautolib', 710 '../chrome/chrome.gyp:pyautolib',
712 ], 711 ],
713 }], 712 }],
714 ['internal_pdf', { 713 ['internal_pdf', {
715 'dependencies': [ 714 'dependencies': [
716 '../pdf/pdf.gyp:pdf', 715 '../pdf/pdf.gyp:pdf',
717 ], 716 ],
718 }], # internal_pdf 717 }], # internal_pdf
719 ['target_arch=="ia32"', { 718 ['target_arch=="ia32"', {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 '../chrome/chrome.gyp:interactive_ui_tests_run', 843 '../chrome/chrome.gyp:interactive_ui_tests_run',
845 '../chrome/chrome.gyp:sync_integration_tests_run', 844 '../chrome/chrome.gyp:sync_integration_tests_run',
846 '../chrome/chrome.gyp:unit_tests_run', 845 '../chrome/chrome.gyp:unit_tests_run',
847 '../net/net.gyp:net_unittests_run', 846 '../net/net.gyp:net_unittests_run',
848 ], 847 ],
849 }, # target_name: chromium_swarm_tests 848 }, # target_name: chromium_swarm_tests
850 ], 849 ],
851 }], 850 }],
852 ], # conditions 851 ], # conditions
853 } 852 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698