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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', | 962 'browser/local_discovery/gcd_registration_ticket_request_unittest.cc', |
963 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', | 963 'browser/local_discovery/privet_confirm_api_flow_unittest.cc', |
964 'browser/local_discovery/privet_http_unittest.cc', | 964 'browser/local_discovery/privet_http_unittest.cc', |
965 'browser/local_discovery/privet_url_fetcher_unittest.cc', | 965 'browser/local_discovery/privet_url_fetcher_unittest.cc', |
966 'browser/local_discovery/privetv3_session_unittest.cc', | 966 'browser/local_discovery/privetv3_session_unittest.cc', |
967 'browser/local_discovery/service_discovery_client_mac_unittest.mm', | 967 'browser/local_discovery/service_discovery_client_mac_unittest.mm', |
968 ], | 968 ], |
969 'chrome_unit_tests_configuration_policy_sources': [ | 969 'chrome_unit_tests_configuration_policy_sources': [ |
970 'browser/net/proxy_policy_handler_unittest.cc', | 970 'browser/net/proxy_policy_handler_unittest.cc', |
971 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', | 971 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
| 972 'browser/policy/cloud/remote_commands_invalidator_base_unittest.cc', |
972 'browser/policy/cloud/user_policy_signin_service_unittest.cc', | 973 'browser/policy/cloud/user_policy_signin_service_unittest.cc', |
973 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', | 974 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', |
974 'browser/policy/javascript_policy_handler_unittest.cc', | 975 'browser/policy/javascript_policy_handler_unittest.cc', |
975 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', | 976 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', |
976 'browser/policy/policy_path_parser_unittest.cc', | 977 'browser/policy/policy_path_parser_unittest.cc', |
977 'browser/policy/profile_policy_connector_unittest.cc', | 978 'browser/policy/profile_policy_connector_unittest.cc', |
978 'browser/policy/url_blacklist_manager_unittest.cc', | 979 'browser/policy/url_blacklist_manager_unittest.cc', |
979 'browser/prefs/proxy_policy_unittest.cc', | 980 'browser/prefs/proxy_policy_unittest.cc', |
980 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 981 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
981 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 982 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2776 'dependencies': [ | 2777 'dependencies': [ |
2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2778 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2778 ], | 2779 ], |
2779 }], | 2780 }], |
2780 ], | 2781 ], |
2781 }, | 2782 }, |
2782 ], | 2783 ], |
2783 }], | 2784 }], |
2784 ], # 'conditions' | 2785 ], # 'conditions' |
2785 } | 2786 } |
OLD | NEW |