Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 871013006: Use callbacks in SessionRestore unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add destructor Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/sessions/session_restore_test_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/sessions/session_restore_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698