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 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1643 'browser/password_manager/test_password_store_service.cc', | 1643 'browser/password_manager/test_password_store_service.cc', |
1644 'browser/password_manager/test_password_store_service.h', | 1644 'browser/password_manager/test_password_store_service.h', |
1645 'browser/prefs/pref_service_mock_factory.cc', | 1645 'browser/prefs/pref_service_mock_factory.cc', |
1646 'browser/prefs/pref_service_mock_factory.h', | 1646 'browser/prefs/pref_service_mock_factory.h', |
1647 'browser/profile_resetter/profile_resetter_test_base.cc', | 1647 'browser/profile_resetter/profile_resetter_test_base.cc', |
1648 'browser/profile_resetter/profile_resetter_test_base.h', | 1648 'browser/profile_resetter/profile_resetter_test_base.h', |
1649 'browser/search_engines/template_url_service_factory_test_util.cc', | 1649 'browser/search_engines/template_url_service_factory_test_util.cc', |
1650 'browser/search_engines/template_url_service_factory_test_util.h', | 1650 'browser/search_engines/template_url_service_factory_test_util.h', |
1651 'browser/search_engines/template_url_service_test_util.cc', | 1651 'browser/search_engines/template_url_service_test_util.cc', |
1652 'browser/search_engines/template_url_service_test_util.h', | 1652 'browser/search_engines/template_url_service_test_util.h', |
| 1653 'browser/sessions/session_restore_test_helper.cc', |
| 1654 'browser/sessions/session_restore_test_helper.h', |
1653 'browser/sessions/session_service_test_helper.cc', | 1655 'browser/sessions/session_service_test_helper.cc', |
1654 'browser/sessions/session_service_test_helper.h', | 1656 'browser/sessions/session_service_test_helper.h', |
1655 'browser/signin/fake_account_reconcilor.cc', | 1657 'browser/signin/fake_account_reconcilor.cc', |
1656 'browser/signin/fake_account_reconcilor.h', | 1658 'browser/signin/fake_account_reconcilor.h', |
1657 'browser/signin/fake_account_tracker_service.cc', | 1659 'browser/signin/fake_account_tracker_service.cc', |
1658 'browser/signin/fake_account_tracker_service.h', | 1660 'browser/signin/fake_account_tracker_service.h', |
1659 'browser/signin/fake_profile_oauth2_token_service.cc', | 1661 'browser/signin/fake_profile_oauth2_token_service.cc', |
1660 'browser/signin/fake_profile_oauth2_token_service.h', | 1662 'browser/signin/fake_profile_oauth2_token_service.h', |
1661 'browser/signin/fake_profile_oauth2_token_service_builder.cc', | 1663 'browser/signin/fake_profile_oauth2_token_service_builder.cc', |
1662 'browser/signin/fake_profile_oauth2_token_service_builder.h', | 1664 'browser/signin/fake_profile_oauth2_token_service_builder.h', |
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2747 'dependencies': [ | 2749 'dependencies': [ |
2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2750 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2749 ], | 2751 ], |
2750 }], | 2752 }], |
2751 ], | 2753 ], |
2752 }, | 2754 }, |
2753 ], | 2755 ], |
2754 }], | 2756 }], |
2755 ], # 'conditions' | 2757 ], # 'conditions' |
2756 } | 2758 } |
OLD | NEW |