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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'browser/ui/webui/fileicon_source_unittest.cc', | 539 'browser/ui/webui/fileicon_source_unittest.cc', |
540 'browser/ui/webui/history_ui_unittest.cc', | 540 'browser/ui/webui/history_ui_unittest.cc', |
541 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', | 541 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', |
542 'browser/upload_list_unittest.cc', | 542 'browser/upload_list_unittest.cc', |
543 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', | 543 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', |
544 'browser/web_resource/promo_resource_service_unittest.cc', | 544 'browser/web_resource/promo_resource_service_unittest.cc', |
545 'common/chrome_paths_unittest.cc', | 545 'common/chrome_paths_unittest.cc', |
546 'common/chrome_content_client_unittest.cc', | 546 'common/chrome_content_client_unittest.cc', |
547 'common/cloud_print/cloud_print_helpers_unittest.cc', | 547 'common/cloud_print/cloud_print_helpers_unittest.cc', |
548 'common/crash_keys_unittest.cc', | 548 'common/crash_keys_unittest.cc', |
| 549 'common/favicon/fallback_icon_url_parser_unittest.cc', |
549 'common/favicon/favicon_url_parser_unittest.cc', | 550 'common/favicon/favicon_url_parser_unittest.cc', |
550 'common/ini_parser_unittest.cc', | 551 'common/ini_parser_unittest.cc', |
551 'common/instant_types_unittest.cc', | 552 'common/instant_types_unittest.cc', |
552 'common/mac/cfbundle_blocker_unittest.mm', | 553 'common/mac/cfbundle_blocker_unittest.mm', |
553 'common/mac/mock_launchd.cc', | 554 'common/mac/mock_launchd.cc', |
554 'common/mac/mock_launchd.h', | 555 'common/mac/mock_launchd.h', |
555 'common/mac/objc_zombie_unittest.mm', | 556 'common/mac/objc_zombie_unittest.mm', |
556 'common/partial_circular_buffer_unittest.cc', | 557 'common/partial_circular_buffer_unittest.cc', |
557 'common/pref_names_util_unittest.cc', | 558 'common/pref_names_util_unittest.cc', |
558 'common/search_urls_unittest.cc', | 559 'common/search_urls_unittest.cc', |
(...skipping 2191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2750 'dependencies': [ | 2751 'dependencies': [ |
2751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2752 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2752 ], | 2753 ], |
2753 }], | 2754 }], |
2754 ], | 2755 ], |
2755 }, | 2756 }, |
2756 ], | 2757 ], |
2757 }], | 2758 }], |
2758 ], # 'conditions' | 2759 ], # 'conditions' |
2759 } | 2760 } |
OLD | NEW |