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/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c
c', | 561 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c
c', |
562 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 562 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
563 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 563 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
564 'browser/net/url_info_unittest.cc', | 564 'browser/net/url_info_unittest.cc', |
565 'browser/notifications/desktop_notification_profile_util_unittest.cc', | 565 'browser/notifications/desktop_notification_profile_util_unittest.cc', |
566 'browser/notifications/extension_welcome_notification_unittest.cc', | 566 'browser/notifications/extension_welcome_notification_unittest.cc', |
567 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', | 567 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', |
568 'browser/notifications/message_center_notifications_unittest.cc', | 568 'browser/notifications/message_center_notifications_unittest.cc', |
569 'browser/notifications/message_center_settings_controller_unittest.cc', | 569 'browser/notifications/message_center_settings_controller_unittest.cc', |
570 'browser/notifications/notification_conversion_helper_unittest.cc', | 570 'browser/notifications/notification_conversion_helper_unittest.cc', |
| 571 'browser/notifications/platform_notification_service_unittest.cc', |
571 'browser/omaha_client/chrome_omaha_query_params_delegate_unittest.cc', | 572 'browser/omaha_client/chrome_omaha_query_params_delegate_unittest.cc', |
572 'browser/password_manager/chrome_password_manager_client_unittest.cc', | 573 'browser/password_manager/chrome_password_manager_client_unittest.cc', |
573 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 574 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
574 'browser/password_manager/password_manager_internals_service_unittest.cc', | 575 'browser/password_manager/password_manager_internals_service_unittest.cc', |
575 'browser/password_manager/password_manager_metrics_util_unittest.cc', | 576 'browser/password_manager/password_manager_metrics_util_unittest.cc', |
576 'browser/password_manager/password_store_mac_unittest.cc', | 577 'browser/password_manager/password_store_mac_unittest.cc', |
577 'browser/password_manager/password_store_win_unittest.cc', | 578 'browser/password_manager/password_store_win_unittest.cc', |
578 'browser/password_manager/password_store_x_unittest.cc', | 579 'browser/password_manager/password_store_x_unittest.cc', |
579 'browser/plugins/plugin_finder_unittest.cc', | 580 'browser/plugins/plugin_finder_unittest.cc', |
580 'browser/plugins/plugin_info_message_filter_unittest.cc', | 581 'browser/plugins/plugin_info_message_filter_unittest.cc', |
(...skipping 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2945 'dependencies': [ | 2946 'dependencies': [ |
2946 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2947 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2947 ], | 2948 ], |
2948 }], | 2949 }], |
2949 ], | 2950 ], |
2950 }, | 2951 }, |
2951 ], | 2952 ], |
2952 }], | 2953 }], |
2953 ], # 'conditions' | 2954 ], # 'conditions' |
2954 } | 2955 } |
OLD | NEW |