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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
9 '../apps/saved_files_service_unittest.cc', | 9 '../apps/saved_files_service_unittest.cc', |
10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 555 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
556 'browser/net/probe_message_unittest.cc', | 556 'browser/net/probe_message_unittest.cc', |
557 'browser/net/proxy_policy_handler_unittest.cc', | 557 'browser/net/proxy_policy_handler_unittest.cc', |
558 'browser/net/quota_policy_channel_id_store_unittest.cc', | 558 'browser/net/quota_policy_channel_id_store_unittest.cc', |
559 'browser/net/safe_search_util_unittest.cc', | 559 'browser/net/safe_search_util_unittest.cc', |
560 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c
c', | 560 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c
c', |
561 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 561 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
562 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 562 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
563 'browser/net/url_info_unittest.cc', | 563 'browser/net/url_info_unittest.cc', |
564 'browser/notifications/desktop_notification_profile_util_unittest.cc', | 564 'browser/notifications/desktop_notification_profile_util_unittest.cc', |
565 'browser/notifications/extension_welcome_notification_unittest.cc', | 565 'browser/notifications/extensions/extension_welcome_notification_unittest.
cc', |
566 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', | 566 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', |
567 'browser/notifications/message_center_notifications_unittest.cc', | 567 'browser/notifications/message_center_notifications_unittest.cc', |
568 'browser/notifications/message_center_settings_controller_unittest.cc', | 568 'browser/notifications/message_center_settings_controller_unittest.cc', |
569 'browser/notifications/notification_conversion_helper_unittest.cc', | 569 'browser/notifications/notification_conversion_helper_unittest.cc', |
570 'browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest.cc
', | 570 'browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest.cc
', |
571 'browser/password_manager/chrome_password_manager_client_unittest.cc', | 571 'browser/password_manager/chrome_password_manager_client_unittest.cc', |
572 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 572 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
573 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 573 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
574 'browser/password_manager/password_manager_internals_service_unittest.cc', | 574 'browser/password_manager/password_manager_internals_service_unittest.cc', |
575 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 575 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
(...skipping 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2883 'dependencies': [ | 2883 'dependencies': [ |
2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2885 ], | 2885 ], |
2886 }], | 2886 }], |
2887 ], | 2887 ], |
2888 }, | 2888 }, |
2889 ], | 2889 ], |
2890 }], | 2890 }], |
2891 ], # 'conditions' | 2891 ], # 'conditions' |
2892 } | 2892 } |
OLD | NEW |