| 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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 'browser/local_discovery/cloud_print_printer_list_unittest.cc', | 918 'browser/local_discovery/cloud_print_printer_list_unittest.cc', |
| 919 'browser/local_discovery/gcd_api_flow_unittest.cc', | 919 'browser/local_discovery/gcd_api_flow_unittest.cc', |
| 920 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', | 920 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', |
| 921 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', | 921 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
| 922 'browser/local_discovery/privet_http_unittest.cc', | 922 'browser/local_discovery/privet_http_unittest.cc', |
| 923 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 923 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
| 924 'browser/local_discovery/privetv3_session_unittest.cc', | 924 'browser/local_discovery/privetv3_session_unittest.cc', |
| 925 'browser/local_discovery/service_discovery_client_mac_unittest.mm', | 925 'browser/local_discovery/service_discovery_client_mac_unittest.mm', |
| 926 ], | 926 ], |
| 927 'chrome_unit_tests_configuration_policy_sources': [ | 927 'chrome_unit_tests_configuration_policy_sources': [ |
| 928 'browser/net/proxy_policy_handler_unittest.cc', | |
| 929 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 928 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 930 'browser/policy/cloud/remote_commands_invalidator_unittest.cc', | 929 'browser/policy/cloud/remote_commands_invalidator_unittest.cc', |
| 931 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 930 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
| 932 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 931 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
| 933 'browser/policy/javascript_policy_handler_unittest.cc', | 932 'browser/policy/javascript_policy_handler_unittest.cc', |
| 934 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 933 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
| 935 'browser/policy/policy_path_parser_unittest.cc', | 934 'browser/policy/policy_path_parser_unittest.cc', |
| 936 'browser/policy/profile_policy_connector_unittest.cc', | 935 'browser/policy/profile_policy_connector_unittest.cc', |
| 937 'browser/prefs/proxy_policy_unittest.cc', | 936 'browser/prefs/proxy_policy_unittest.cc', |
| 938 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 937 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
| (...skipping 2032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2971 'dependencies': [ | 2970 'dependencies': [ |
| 2972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2971 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2973 ], | 2972 ], |
| 2974 }], | 2973 }], |
| 2975 ], | 2974 ], |
| 2976 }, | 2975 }, |
| 2977 ], | 2976 ], |
| 2978 }], | 2977 }], |
| 2979 ], # 'conditions' | 2978 ], # 'conditions' |
| 2980 } | 2979 } |
| OLD | NEW |