OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 'browser/ui/test/test_confirm_bubble_model.h', | 204 'browser/ui/test/test_confirm_bubble_model.h', |
205 'browser/ui/views/find_bar_host_unittest_util_views.cc', | 205 'browser/ui/views/find_bar_host_unittest_util_views.cc', |
206 'browser/ui/website_settings/mock_permission_bubble_request.cc', | 206 'browser/ui/website_settings/mock_permission_bubble_request.cc', |
207 'browser/ui/website_settings/mock_permission_bubble_request.h', | 207 'browser/ui/website_settings/mock_permission_bubble_request.h', |
208 'common/extensions/extension_test_util.cc', | 208 'common/extensions/extension_test_util.cc', |
209 'common/extensions/extension_test_util.h', | 209 'common/extensions/extension_test_util.h', |
210 'renderer/chrome_mock_render_thread.cc', | 210 'renderer/chrome_mock_render_thread.cc', |
211 'renderer/chrome_mock_render_thread.h', | 211 'renderer/chrome_mock_render_thread.h', |
212 'renderer/media/mock_webrtc_logging_message_filter.cc', | 212 'renderer/media/mock_webrtc_logging_message_filter.cc', |
213 'renderer/media/mock_webrtc_logging_message_filter.h', | 213 'renderer/media/mock_webrtc_logging_message_filter.h', |
214 'renderer/mock_printer.cc', | 214 'renderer/printing/mock_printer.cc', |
215 'renderer/mock_printer.h', | 215 'renderer/printing/mock_printer.h', |
216 'renderer/safe_browsing/mock_feature_extractor_clock.cc', | 216 'renderer/safe_browsing/mock_feature_extractor_clock.cc', |
217 'renderer/safe_browsing/mock_feature_extractor_clock.h', | 217 'renderer/safe_browsing/mock_feature_extractor_clock.h', |
218 'renderer/safe_browsing/test_utils.cc', | 218 'renderer/safe_browsing/test_utils.cc', |
219 'renderer/safe_browsing/test_utils.h', | 219 'renderer/safe_browsing/test_utils.h', |
220 'test/base/chrome_process_util.cc', | 220 'test/base/chrome_process_util.cc', |
221 'test/base/chrome_process_util.h', | 221 'test/base/chrome_process_util.h', |
222 'test/base/chrome_process_util_mac.cc', | 222 'test/base/chrome_process_util_mac.cc', |
223 'test/base/chrome_render_view_host_test_harness.cc', | 223 'test/base/chrome_render_view_host_test_harness.cc', |
224 'test/base/chrome_render_view_host_test_harness.h', | 224 'test/base/chrome_render_view_host_test_harness.h', |
225 'test/base/chrome_test_launcher.cc', | 225 'test/base/chrome_test_launcher.cc', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 '../build/linux/system.gyp:ssl', | 360 '../build/linux/system.gyp:ssl', |
361 ], | 361 ], |
362 }], | 362 }], |
363 ['enable_printing==1', { | 363 ['enable_printing==1', { |
364 'dependencies': [ | 364 'dependencies': [ |
365 'service', | 365 'service', |
366 ], | 366 ], |
367 }], | 367 }], |
368 ['enable_printing==0', { | 368 ['enable_printing==0', { |
369 'sources/': [ | 369 'sources/': [ |
370 ['exclude', '^renderer/mock_printer.cc'], | 370 ['exclude', '^renderer/printing/mock_printer.cc'], |
371 ['exclude', '^renderer/mock_printer.h'], | 371 ['exclude', '^renderer/printing/mock_printer.h'], |
372 ], | 372 ], |
373 }], | 373 }], |
374 ['OS=="android"', { | 374 ['OS=="android"', { |
375 '!dependencies': [ | 375 '!dependencies': [ |
376 '../components/components.gyp:storage_monitor_test_support', | 376 '../components/components.gyp:storage_monitor_test_support', |
377 ], | 377 ], |
378 'sources/': [ | 378 'sources/': [ |
379 ['exclude', '^browser/media_galleries/'], | 379 ['exclude', '^browser/media_galleries/'], |
380 ['exclude', '^browser/extensions/api/messaging/native_messaging_'], | 380 ['exclude', '^browser/extensions/api/messaging/native_messaging_'], |
381 ], | 381 ], |
(...skipping 2435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2817 'unit_tests.isolate', | 2817 'unit_tests.isolate', |
2818 ], | 2818 ], |
2819 'sources': [ | 2819 'sources': [ |
2820 'unit_tests.isolate', | 2820 'unit_tests.isolate', |
2821 ], | 2821 ], |
2822 }, | 2822 }, |
2823 ], | 2823 ], |
2824 }], | 2824 }], |
2825 ], # 'conditions' | 2825 ], # 'conditions' |
2826 } | 2826 } |
OLD | NEW |