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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 179903004: Always embed manifests, even in component builds! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add explicit 'EmbedManifest': 'false'; needed? Created 6 years, 10 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
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 '../ui/ui_unittests.gyp:ui_test_support', 144 '../ui/ui_unittests.gyp:ui_test_support',
145 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 145 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
146 '../webkit/webkit_resources.gyp:webkit_resources', 146 '../webkit/webkit_resources.gyp:webkit_resources',
147 ], 147 ],
148 'include_dirs': [ 148 'include_dirs': [
149 '..', 149 '..',
150 ], 150 ],
151 'defines': [ 151 'defines': [
152 'HAS_OUT_OF_PROC_TEST_RUNNER', 152 'HAS_OUT_OF_PROC_TEST_RUNNER',
153 ], 153 ],
154 'variables': {
155 'win_use_external_manifest': 1,
156 },
157 'sources': [ 154 'sources': [
158 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', 155 '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
159 '../apps/app_window_interactive_uitest.cc', 156 '../apps/app_window_interactive_uitest.cc',
160 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 157 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
161 '../ui/views/widget/widget_interactive_uitest.cc', 158 '../ui/views/widget/widget_interactive_uitest.cc',
162 'browser/apps/app_browsertest_util.cc', 159 'browser/apps/app_browsertest_util.cc',
163 'browser/apps/app_browsertest_util.h', 160 'browser/apps/app_browsertest_util.h',
164 'browser/apps/app_pointer_lock_interactive_uitest.cc', 161 'browser/apps/app_pointer_lock_interactive_uitest.cc',
165 'browser/apps/app_window_interactive_uitest.cc', 162 'browser/apps/app_window_interactive_uitest.cc',
166 'browser/apps/web_view_interactive_browsertest.cc', 163 'browser/apps/web_view_interactive_browsertest.cc',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 '../ppapi/ppapi_internal.gyp:ppapi_tests', 954 '../ppapi/ppapi_internal.gyp:ppapi_tests',
958 '../third_party/mesa/mesa.gyp:osmesa', 955 '../third_party/mesa/mesa.gyp:osmesa',
959 ], 956 ],
960 'include_dirs': [ 957 'include_dirs': [
961 '..', 958 '..',
962 '<(SHARED_INTERMEDIATE_DIR)', 959 '<(SHARED_INTERMEDIATE_DIR)',
963 ], 960 ],
964 'defines': [ 961 'defines': [
965 'HAS_OUT_OF_PROC_TEST_RUNNER', 962 'HAS_OUT_OF_PROC_TEST_RUNNER',
966 ], 963 ],
967 'variables': {
968 'win_use_external_manifest': 1,
969 },
970 'sources': [ 964 'sources': [
971 '../apps/app_restore_service_browsertest.cc', 965 '../apps/app_restore_service_browsertest.cc',
972 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', 966 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
973 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', 967 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
974 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', 968 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
975 '../apps/load_and_launch_browsertest.cc', 969 '../apps/load_and_launch_browsertest.cc',
976 # TODO(blundell): Bring up a components_browsertests target and move 970 # TODO(blundell): Bring up a components_browsertests target and move
977 # this test to be in that target. crbug.com/283846 971 # this test to be in that target. crbug.com/283846
978 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', 972 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc',
979 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 973 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
(...skipping 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 'utility', 3225 'utility',
3232 ], 3226 ],
3233 'sources': [ 3227 'sources': [
3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3228 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3229 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3236 ], 3230 ],
3237 }] 3231 }]
3238 }], 3232 }],
3239 ], # 'conditions' 3233 ], # 'conditions'
3240 } 3234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698