| 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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 'browser/net/url_info_unittest.cc', | 1021 'browser/net/url_info_unittest.cc', |
| 1022 'browser/network_time/navigation_time_helper_unittest.cc', | 1022 'browser/network_time/navigation_time_helper_unittest.cc', |
| 1023 'browser/notifications/desktop_notification_service_unittest.cc', | 1023 'browser/notifications/desktop_notification_service_unittest.cc', |
| 1024 'browser/notifications/message_center_notifications_unittest_win.cc', | 1024 'browser/notifications/message_center_notifications_unittest_win.cc', |
| 1025 'browser/notifications/message_center_settings_controller_unittest.cc', | 1025 'browser/notifications/message_center_settings_controller_unittest.cc', |
| 1026 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
', | 1026 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc
', |
| 1027 'browser/notifications/sync_notifier/synced_notification_unittest.cc', | 1027 'browser/notifications/sync_notifier/synced_notification_unittest.cc', |
| 1028 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', | 1028 'browser/notifications/sync_notifier/sync_notifier_test_utils.cc', |
| 1029 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', | 1029 'browser/notifications/sync_notifier/sync_notifier_test_utils.h', |
| 1030 'browser/omnibox/omnibox_field_trial_unittest.cc', | 1030 'browser/omnibox/omnibox_field_trial_unittest.cc', |
| 1031 'browser/page_cycler/page_cycler_unittest.cc', | |
| 1032 'browser/parsers/metadata_parser_filebase_unittest.cc', | 1031 'browser/parsers/metadata_parser_filebase_unittest.cc', |
| 1033 'browser/password_manager/login_database_unittest.cc', | 1032 'browser/password_manager/login_database_unittest.cc', |
| 1034 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 1033 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
| 1035 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1034 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 1036 'browser/password_manager/password_form_manager_unittest.cc', | 1035 'browser/password_manager/password_form_manager_unittest.cc', |
| 1037 'browser/password_manager/password_generation_manager_unittest.cc', | 1036 'browser/password_manager/password_generation_manager_unittest.cc', |
| 1038 'browser/password_manager/password_manager_unittest.cc', | 1037 'browser/password_manager/password_manager_unittest.cc', |
| 1039 'browser/password_manager/password_store_unittest.cc', | 1038 'browser/password_manager/password_store_unittest.cc', |
| 1040 'browser/password_manager/password_store_default_unittest.cc', | 1039 'browser/password_manager/password_store_default_unittest.cc', |
| 1041 'browser/password_manager/password_store_mac_unittest.cc', | 1040 'browser/password_manager/password_store_mac_unittest.cc', |
| (...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2346 'sources!': [ | 2345 'sources!': [ |
| 2347 'browser/ui/tabs/dock_info_unittest.cc', | 2346 'browser/ui/tabs/dock_info_unittest.cc', |
| 2348 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2347 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 2349 'browser/ui/gtk/reload_button_gtk_unittest.cc', | 2348 'browser/ui/gtk/reload_button_gtk_unittest.cc', |
| 2350 'browser/password_manager/password_store_default_unittest.cc', | 2349 'browser/password_manager/password_store_default_unittest.cc', |
| 2351 'tools/convert_dict/convert_dict_unittest.cc', | 2350 'tools/convert_dict/convert_dict_unittest.cc', |
| 2352 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2351 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
| 2353 ], | 2352 ], |
| 2354 # TODO(mark): We really want this for all non-static library targets, | 2353 # TODO(mark): We really want this for all non-static library targets, |
| 2355 # but when we tried to pull it up to the common.gypi level, it broke | 2354 # but when we tried to pull it up to the common.gypi level, it broke |
| 2356 # other things like the ui, startup, and page_cycler tests. *shrug* | 2355 # other things like the ui and startup tests. *shrug* |
| 2357 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2356 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 2358 }], | 2357 }], |
| 2359 ['OS!="mac" and OS!="ios"', { | 2358 ['OS!="mac" and OS!="ios"', { |
| 2360 'dependencies': [ | 2359 'dependencies': [ |
| 2361 'chrome_resources.gyp:packed_extra_resources', | 2360 'chrome_resources.gyp:packed_extra_resources', |
| 2362 'chrome_resources.gyp:packed_resources', | 2361 'chrome_resources.gyp:packed_resources', |
| 2363 'convert_dict_lib', | 2362 'convert_dict_lib', |
| 2364 '../third_party/hunspell/hunspell.gyp:hunspell', | 2363 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2365 ], | 2364 ], |
| 2366 }], | 2365 }], |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2467 # No service process (which also requires multiprocess lock). | 2466 # No service process (which also requires multiprocess lock). |
| 2468 'common/multi_process_lock_unittest.cc', | 2467 'common/multi_process_lock_unittest.cc', |
| 2469 | 2468 |
| 2470 # Sync setup uses native ui. | 2469 # Sync setup uses native ui. |
| 2471 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2470 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2472 | 2471 |
| 2473 'browser/browser_commands_unittest.cc', | 2472 'browser/browser_commands_unittest.cc', |
| 2474 'browser/download/download_shelf_unittest.cc', | 2473 'browser/download/download_shelf_unittest.cc', |
| 2475 'browser/storage_monitor/media_storage_util_unittest.cc', | 2474 'browser/storage_monitor/media_storage_util_unittest.cc', |
| 2476 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 2475 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
| 2477 'browser/page_cycler/page_cycler_unittest.cc', | |
| 2478 'browser/policy/async_policy_provider_unittest.cc', | 2476 'browser/policy/async_policy_provider_unittest.cc', |
| 2479 'browser/policy/cloud/cloud_external_data_manager_base_unittest.cc', | 2477 'browser/policy/cloud/cloud_external_data_manager_base_unittest.cc', |
| 2480 'browser/policy/cloud/cloud_external_data_store_unittest.cc', | 2478 'browser/policy/cloud/cloud_external_data_store_unittest.cc', |
| 2481 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', | 2479 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', |
| 2482 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', | 2480 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', |
| 2483 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', | 2481 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', |
| 2484 'browser/policy/cloud/external_policy_data_updater_unittest.cc', | 2482 'browser/policy/cloud/external_policy_data_updater_unittest.cc', |
| 2485 'browser/policy/cloud/resource_cache_unittest.cc', | 2483 'browser/policy/cloud/resource_cache_unittest.cc', |
| 2486 'browser/policy/config_dir_policy_loader_unittest.cc', | 2484 'browser/policy/config_dir_policy_loader_unittest.cc', |
| 2487 'browser/policy/managed_mode_policy_provider_unittest.cc', | 2485 'browser/policy/managed_mode_policy_provider_unittest.cc', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2674 ], | 2672 ], |
| 2675 'conditions': [ | 2673 'conditions': [ |
| 2676 ['OS=="mac" or OS=="ios"', { | 2674 ['OS=="mac" or OS=="ios"', { |
| 2677 'include_dirs': [ | 2675 'include_dirs': [ |
| 2678 '<(DEPTH)/breakpad/src', | 2676 '<(DEPTH)/breakpad/src', |
| 2679 ], | 2677 ], |
| 2680 }], | 2678 }], |
| 2681 ['OS=="mac"', { | 2679 ['OS=="mac"', { |
| 2682 # TODO(mark): We really want this for all non-static library targets, | 2680 # TODO(mark): We really want this for all non-static library targets, |
| 2683 # but when we tried to pull it up to the common.gypi level, it broke | 2681 # but when we tried to pull it up to the common.gypi level, it broke |
| 2684 # other things like the ui, startup, and page_cycler tests. *shrug* | 2682 # other things like the ui and startup tests. *shrug* |
| 2685 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2683 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 2686 }], | 2684 }], |
| 2687 ['OS=="win"', { | 2685 ['OS=="win"', { |
| 2688 'dependencies': [ | 2686 'dependencies': [ |
| 2689 # breakpad is currently only tested on Windows. | 2687 # breakpad is currently only tested on Windows. |
| 2690 '../breakpad/breakpad.gyp:*', | 2688 '../breakpad/breakpad.gyp:*', |
| 2691 '../components/components.gyp:breakpad_component', | 2689 '../components/components.gyp:breakpad_component', |
| 2692 ], | 2690 ], |
| 2693 'conditions': [ | 2691 'conditions': [ |
| 2694 ['win_use_allocator_shim==1', { | 2692 ['win_use_allocator_shim==1', { |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2754 # more details. | 2752 # more details. |
| 2755 'DebugInformationFormat': '3', | 2753 'DebugInformationFormat': '3', |
| 2756 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2754 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2757 }, | 2755 }, |
| 2758 }, | 2756 }, |
| 2759 }, | 2757 }, |
| 2760 ], | 2758 ], |
| 2761 }], | 2759 }], |
| 2762 ], # 'conditions' | 2760 ], # 'conditions' |
| 2763 } | 2761 } |
| OLD | NEW |