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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 82713004: Turn on UseLibraryDependencyInputs for browser_tests to enable incremental linking. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add missing section to gyp Created 7 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 | « chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc ('k') | 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 '../ppapi/ppapi_internal.gyp:ppapi_tests', 957 '../ppapi/ppapi_internal.gyp:ppapi_tests',
958 '../third_party/mesa/mesa.gyp:osmesa', 958 '../third_party/mesa/mesa.gyp:osmesa',
959 ], 959 ],
960 'include_dirs': [ 960 'include_dirs': [
961 '..', 961 '..',
962 '<(SHARED_INTERMEDIATE_DIR)', 962 '<(SHARED_INTERMEDIATE_DIR)',
963 ], 963 ],
964 'defines': [ 964 'defines': [
965 'HAS_OUT_OF_PROC_TEST_RUNNER', 965 'HAS_OUT_OF_PROC_TEST_RUNNER',
966 ], 966 ],
967 'variables': {
968 'win_use_external_manifest': 1,
969 },
967 'sources': [ 970 'sources': [
968 '../apps/app_restore_service_browsertest.cc', 971 '../apps/app_restore_service_browsertest.cc',
969 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', 972 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
970 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', 973 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
971 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', 974 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
972 '../apps/load_and_launch_browsertest.cc', 975 '../apps/load_and_launch_browsertest.cc',
973 # TODO(blundell): Bring up a components_browsertests target and move 976 # TODO(blundell): Bring up a components_browsertests target and move
974 # this test to be in that target. crbug.com/283846 977 # this test to be in that target. crbug.com/283846
975 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', 978 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc',
976 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 979 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'browser/crash_recovery_browsertest.cc', 1096 'browser/crash_recovery_browsertest.cc',
1094 'browser/custom_handlers/protocol_handler_registry_browsertest.cc', 1097 'browser/custom_handlers/protocol_handler_registry_browsertest.cc',
1095 'browser/devtools/adb_client_socket_browsertest.cc', 1098 'browser/devtools/adb_client_socket_browsertest.cc',
1096 'browser/devtools/devtools_adb_bridge_browsertest.cc', 1099 'browser/devtools/devtools_adb_bridge_browsertest.cc',
1097 'browser/devtools/devtools_sanity_browsertest.cc', 1100 'browser/devtools/devtools_sanity_browsertest.cc',
1098 'browser/do_not_track_browsertest.cc', 1101 'browser/do_not_track_browsertest.cc',
1099 'browser/download/download_browsertest.cc', 1102 'browser/download/download_browsertest.cc',
1100 'browser/download/download_danger_prompt_browsertest.cc', 1103 'browser/download/download_danger_prompt_browsertest.cc',
1101 'browser/download/download_started_animation_browsertest.cc', 1104 'browser/download/download_started_animation_browsertest.cc',
1102 'browser/download/save_page_browsertest.cc', 1105 'browser/download/save_page_browsertest.cc',
1103 'browser/drive/fake_drive_service.cc',
1104 'browser/drive/fake_drive_service.h',
1105 'browser/errorpage_browsertest.cc', 1106 'browser/errorpage_browsertest.cc',
1106 'browser/extensions/active_tab_apitest.cc', 1107 'browser/extensions/active_tab_apitest.cc',
1107 'browser/extensions/activity_log/activity_log_browsertest.cc', 1108 'browser/extensions/activity_log/activity_log_browsertest.cc',
1108 'browser/extensions/activity_log/uma_policy_browsertest.cc', 1109 'browser/extensions/activity_log/uma_policy_browsertest.cc',
1109 'browser/extensions/alert_apitest.cc', 1110 'browser/extensions/alert_apitest.cc',
1110 'browser/extensions/all_urls_apitest.cc', 1111 'browser/extensions/all_urls_apitest.cc',
1111 'browser/extensions/api/activity_log_private/activity_log_private_apites t.cc', 1112 'browser/extensions/api/activity_log_private/activity_log_private_apites t.cc',
1112 'browser/extensions/api/app_window/app_window_apitest.cc', 1113 'browser/extensions/api/app_window/app_window_apitest.cc',
1113 'browser/extensions/api/audio/audio_apitest.cc', 1114 'browser/extensions/api/audio/audio_apitest.cc',
1114 'browser/extensions/api/autotest_private/autotest_private_apitest.cc', 1115 'browser/extensions/api/autotest_private/autotest_private_apitest.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 }], 1667 }],
1667 ['disable_nacl==0', { 1668 ['disable_nacl==0', {
1668 'sources':[ 1669 'sources':[
1669 'browser/extensions/extension_nacl_browsertest.cc', 1670 'browser/extensions/extension_nacl_browsertest.cc',
1670 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 1671 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
1671 ], 1672 ],
1672 'dependencies': [ 1673 'dependencies': [
1673 # Runtime dependency. 1674 # Runtime dependency.
1674 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome', 1675 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome',
1675 ], 1676 ],
1677 'msvs_settings': {
scottmg 2013/11/22 19:24:50 sorry, i screwed this up in the other CL, but i do
jam 2013/11/22 20:28:45 my bad for not looking closely :)
1678 'VCLinkerTool': {
1679 'conditions': [
1680 ['incremental_chrome_dll==1', {
1681 'UseLibraryDependencyInputs': "true",
1682 }],
1683 ],
1684 },
1685 },
1676 'conditions': [ 1686 'conditions': [
1677 ['disable_nacl_untrusted==0', { 1687 ['disable_nacl_untrusted==0', {
1678 'sources': [ 1688 'sources': [
1679 'test/nacl/nacl_browsertest.cc', 1689 'test/nacl/nacl_browsertest.cc',
1680 'test/nacl/nacl_browsertest_uma.cc', 1690 'test/nacl/nacl_browsertest_uma.cc',
1681 'test/nacl/nacl_browsertest_util.cc', 1691 'test/nacl/nacl_browsertest_util.cc',
1682 'test/nacl/nacl_browsertest_util.h', 1692 'test/nacl/nacl_browsertest_util.h',
1683 'test/nacl/pnacl_header_test.cc', 1693 'test/nacl/pnacl_header_test.cc',
1684 'test/nacl/pnacl_header_test.h', 1694 'test/nacl/pnacl_header_test.h',
1685 ], 1695 ],
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'utility', 3068 'utility',
3059 ], 3069 ],
3060 'sources': [ 3070 'sources': [
3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3071 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3072 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3063 ], 3073 ],
3064 }] 3074 }]
3065 }], 3075 }],
3066 ], # 'conditions' 3076 ], # 'conditions'
3067 } 3077 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698