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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', | 963 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', |
964 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', | 964 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
965 'browser/local_discovery/privet_http_unittest.cc', | 965 'browser/local_discovery/privet_http_unittest.cc', |
966 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 966 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
967 'browser/local_discovery/privetv3_session_unittest.cc', | 967 'browser/local_discovery/privetv3_session_unittest.cc', |
968 'browser/local_discovery/service_discovery_client_mac_unittest.mm', | 968 'browser/local_discovery/service_discovery_client_mac_unittest.mm', |
969 ], | 969 ], |
970 'chrome_unit_tests_configuration_policy_sources': [ | 970 'chrome_unit_tests_configuration_policy_sources': [ |
971 'browser/net/proxy_policy_handler_unittest.cc', | 971 'browser/net/proxy_policy_handler_unittest.cc', |
972 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 972 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 973 'browser/policy/cloud/remote_commands_invalidator_unittest.cc', |
973 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 974 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
974 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 975 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
975 'browser/policy/javascript_policy_handler_unittest.cc', | 976 'browser/policy/javascript_policy_handler_unittest.cc', |
976 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 977 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
977 'browser/policy/policy_path_parser_unittest.cc', | 978 'browser/policy/policy_path_parser_unittest.cc', |
978 'browser/policy/profile_policy_connector_unittest.cc', | 979 'browser/policy/profile_policy_connector_unittest.cc', |
979 'browser/policy/url_blacklist_manager_unittest.cc', | 980 'browser/policy/url_blacklist_manager_unittest.cc', |
980 'browser/prefs/proxy_policy_unittest.cc', | 981 'browser/prefs/proxy_policy_unittest.cc', |
981 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 982 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
982 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 983 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2797 'dependencies': [ | 2798 'dependencies': [ |
2798 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2799 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2799 ], | 2800 ], |
2800 }], | 2801 }], |
2801 ], | 2802 ], |
2802 }, | 2803 }, |
2803 ], | 2804 ], |
2804 }], | 2805 }], |
2805 ], # 'conditions' | 2806 ], # 'conditions' |
2806 } | 2807 } |
OLD | NEW |