| 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'browser/net/net_error_tab_helper_unittest.cc', | 549 'browser/net/net_error_tab_helper_unittest.cc', |
| 550 'browser/net/net_log_temp_file_unittest.cc', | 550 'browser/net/net_log_temp_file_unittest.cc', |
| 551 'browser/net/network_stats_unittest.cc', | 551 'browser/net/network_stats_unittest.cc', |
| 552 'browser/net/packed_ct_ev_whitelist_unittest.cc', | 552 'browser/net/packed_ct_ev_whitelist_unittest.cc', |
| 553 'browser/net/predictor_unittest.cc', | 553 'browser/net/predictor_unittest.cc', |
| 554 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', | 554 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', |
| 555 'browser/net/probe_message_unittest.cc', | 555 'browser/net/probe_message_unittest.cc', |
| 556 'browser/net/proxy_policy_handler_unittest.cc', | 556 'browser/net/proxy_policy_handler_unittest.cc', |
| 557 'browser/net/quota_policy_channel_id_store_unittest.cc', | 557 'browser/net/quota_policy_channel_id_store_unittest.cc', |
| 558 'browser/net/safe_search_util_unittest.cc', | 558 'browser/net/safe_search_util_unittest.cc', |
| 559 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c
c', | |
| 560 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 559 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
| 561 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 560 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
| 562 'browser/net/url_info_unittest.cc', | 561 'browser/net/url_info_unittest.cc', |
| 563 'browser/notifications/desktop_notification_profile_util_unittest.cc', | 562 'browser/notifications/desktop_notification_profile_util_unittest.cc', |
| 564 'browser/notifications/extension_welcome_notification_unittest.cc', | 563 'browser/notifications/extension_welcome_notification_unittest.cc', |
| 565 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', | 564 'browser/notifications/login_state_notification_blocker_chromeos_unittest.
cc', |
| 566 'browser/notifications/message_center_notifications_unittest.cc', | 565 'browser/notifications/message_center_notifications_unittest.cc', |
| 567 'browser/notifications/message_center_settings_controller_unittest.cc', | 566 'browser/notifications/message_center_settings_controller_unittest.cc', |
| 568 'browser/notifications/notification_conversion_helper_unittest.cc', | 567 'browser/notifications/notification_conversion_helper_unittest.cc', |
| 569 'browser/notifications/platform_notification_service_unittest.cc', | 568 'browser/notifications/platform_notification_service_unittest.cc', |
| (...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2961 'dependencies': [ | 2960 'dependencies': [ |
| 2962 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2961 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2963 ], | 2962 ], |
| 2964 }], | 2963 }], |
| 2965 ], | 2964 ], |
| 2966 }, | 2965 }, |
| 2967 ], | 2966 ], |
| 2968 }], | 2967 }], |
| 2969 ], # 'conditions' | 2968 ], # 'conditions' |
| 2970 } | 2969 } |
| OLD | NEW |