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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 'common/crash_keys_unittest.cc', | 552 'common/crash_keys_unittest.cc', |
553 'common/favicon/fallback_icon_url_parser_unittest.cc', | 553 'common/favicon/fallback_icon_url_parser_unittest.cc', |
554 'common/favicon/favicon_url_parser_unittest.cc', | 554 'common/favicon/favicon_url_parser_unittest.cc', |
555 'common/favicon/large_icon_url_parser_unittest.cc', | 555 'common/favicon/large_icon_url_parser_unittest.cc', |
556 'common/ini_parser_unittest.cc', | 556 'common/ini_parser_unittest.cc', |
557 'common/instant_types_unittest.cc', | 557 'common/instant_types_unittest.cc', |
558 'common/mac/cfbundle_blocker_unittest.mm', | 558 'common/mac/cfbundle_blocker_unittest.mm', |
559 'common/mac/mock_launchd.cc', | 559 'common/mac/mock_launchd.cc', |
560 'common/mac/mock_launchd.h', | 560 'common/mac/mock_launchd.h', |
561 'common/mac/objc_zombie_unittest.mm', | 561 'common/mac/objc_zombie_unittest.mm', |
562 'common/origin_util_unittest.cc', | |
563 'common/partial_circular_buffer_unittest.cc', | 562 'common/partial_circular_buffer_unittest.cc', |
564 'common/pref_names_util_unittest.cc', | 563 'common/pref_names_util_unittest.cc', |
565 'common/search_urls_unittest.cc', | 564 'common/search_urls_unittest.cc', |
566 'common/switch_utils_unittest.cc', | 565 'common/switch_utils_unittest.cc', |
567 'common/variations/experiment_labels_unittest.cc', | 566 'common/variations/experiment_labels_unittest.cc', |
568 'common/worker_thread_ticker_unittest.cc', | 567 'common/worker_thread_ticker_unittest.cc', |
569 'renderer/chrome_content_renderer_client_unittest.cc', | 568 'renderer/chrome_content_renderer_client_unittest.cc', |
570 'renderer/content_settings_observer_unittest.cc', | 569 'renderer/content_settings_observer_unittest.cc', |
571 'renderer/instant_restricted_id_cache_unittest.cc', | 570 'renderer/instant_restricted_id_cache_unittest.cc', |
572 'renderer/plugins/plugin_uma_unittest.cc', | 571 'renderer/plugins/plugin_uma_unittest.cc', |
(...skipping 2208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2781 'dependencies': [ | 2780 'dependencies': [ |
2782 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2783 ], | 2782 ], |
2784 }], | 2783 }], |
2785 ], | 2784 ], |
2786 }, | 2785 }, |
2787 ], | 2786 ], |
2788 }], | 2787 }], |
2789 ], # 'conditions' | 2788 ], # 'conditions' |
2790 } | 2789 } |
OLD | NEW |