| 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 'browser/safe_browsing/path_sanitizer_unittest.cc', | 1034 'browser/safe_browsing/path_sanitizer_unittest.cc', |
| 1035 'browser/safe_browsing/ping_manager_unittest.cc', | 1035 'browser/safe_browsing/ping_manager_unittest.cc', |
| 1036 'browser/safe_browsing/prefix_set_unittest.cc', | 1036 'browser/safe_browsing/prefix_set_unittest.cc', |
| 1037 'browser/safe_browsing/protocol_manager_unittest.cc', | 1037 'browser/safe_browsing/protocol_manager_unittest.cc', |
| 1038 'browser/safe_browsing/protocol_parser_unittest.cc', | 1038 'browser/safe_browsing/protocol_parser_unittest.cc', |
| 1039 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 1039 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 1040 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1040 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1041 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 1041 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| 1042 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 1042 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
| 1043 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1043 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1044 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', |
| 1044 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 1045 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| 1045 'common/safe_browsing/binary_feature_extractor_unittest.cc', | 1046 'common/safe_browsing/binary_feature_extractor_unittest.cc', |
| 1046 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', | 1047 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', |
| 1047 'common/safe_browsing/ipc_protobuf_message_test_messages.h', | 1048 'common/safe_browsing/ipc_protobuf_message_test_messages.h', |
| 1048 'common/safe_browsing/ipc_protobuf_message_unittest.cc', | 1049 'common/safe_browsing/ipc_protobuf_message_unittest.cc', |
| 1049 'common/safe_browsing/pe_image_reader_win_unittest.cc', | 1050 'common/safe_browsing/pe_image_reader_win_unittest.cc', |
| 1050 'renderer/safe_browsing/features_unittest.cc', | 1051 'renderer/safe_browsing/features_unittest.cc', |
| 1051 'renderer/safe_browsing/murmurhash3_util_unittest.cc', | 1052 'renderer/safe_browsing/murmurhash3_util_unittest.cc', |
| 1052 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', | 1053 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', |
| 1053 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', | 1054 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', |
| (...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2789 'dependencies': [ | 2790 'dependencies': [ |
| 2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2791 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2791 ], | 2792 ], |
| 2792 }], | 2793 }], |
| 2793 ], | 2794 ], |
| 2794 }, | 2795 }, |
| 2795 ], | 2796 ], |
| 2796 }], | 2797 }], |
| 2797 ], # 'conditions' | 2798 ], # 'conditions' |
| 2798 } | 2799 } |
| OLD | NEW |