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

Side by Side Diff: trunk/src/build/all.gyp

Issue 23650006: Revert 223398 "Remove old chromedriver from build/archive. Sourc..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | trunk/src/chrome/chrome_tests.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) 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'dependencies': [ 781 'dependencies': [
782 '../pdf/pdf.gyp:pdf', 782 '../pdf/pdf.gyp:pdf',
783 ], 783 ],
784 }], # internal_pdf 784 }], # internal_pdf
785 ['target_arch=="ia32"', { 785 ['target_arch=="ia32"', {
786 'dependencies': [ 786 'dependencies': [
787 '../chrome/chrome.gyp:crash_service_win64', 787 '../chrome/chrome.gyp:crash_service_win64',
788 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 788 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
789 # Omitting tests from Win64 to speed up cycle times. 789 # Omitting tests from Win64 to speed up cycle times.
790 '../chrome/chrome.gyp:automated_ui_tests', 790 '../chrome/chrome.gyp:automated_ui_tests',
791 '../chrome/chrome.gyp:chromedriver',
791 '../chrome/chrome.gyp:interactive_ui_tests', 792 '../chrome/chrome.gyp:interactive_ui_tests',
792 '../chrome/chrome.gyp:reliability_tests', 793 '../chrome/chrome.gyp:reliability_tests',
793 ], 794 ],
794 }], 795 }],
795 ['component != "shared_library" and wix_exists == "True" and \ 796 ['component != "shared_library" and wix_exists == "True" and \
796 sas_dll_exists == "True"', { 797 sas_dll_exists == "True"', {
797 'dependencies': [ 798 'dependencies': [
798 '../remoting/remoting.gyp:remoting_host_installation', 799 '../remoting/remoting.gyp:remoting_host_installation',
799 ], 800 ],
800 }], # component != "shared_library" 801 }], # component != "shared_library"
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 '../chrome/chrome.gyp:interactive_ui_tests_run', 913 '../chrome/chrome.gyp:interactive_ui_tests_run',
913 '../chrome/chrome.gyp:sync_integration_tests_run', 914 '../chrome/chrome.gyp:sync_integration_tests_run',
914 '../chrome/chrome.gyp:unit_tests_run', 915 '../chrome/chrome.gyp:unit_tests_run',
915 '../net/net.gyp:net_unittests_run', 916 '../net/net.gyp:net_unittests_run',
916 ], 917 ],
917 }, # target_name: chromium_swarm_tests 918 }, # target_name: chromium_swarm_tests
918 ], 919 ],
919 }], 920 }],
920 ], # conditions 921 ], # conditions
921 } 922 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698