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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1851004: Adding sync support for Passwords (Closed)
Patch Set: Ready for checkin Created 10 years, 7 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/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'browser/sync/glue/theme_data_type_controller_unittest.cc', 923 'browser/sync/glue/theme_data_type_controller_unittest.cc',
924 'browser/sync/glue/theme_util_unittest.cc', 924 'browser/sync/glue/theme_util_unittest.cc',
925 'browser/sync/glue/typed_url_model_associator_unittest.cc', 925 'browser/sync/glue/typed_url_model_associator_unittest.cc',
926 'browser/sync/glue/ui_model_worker_unittest.cc', 926 'browser/sync/glue/ui_model_worker_unittest.cc',
927 'browser/sync/net/network_change_notifier_io_thread_unittest.cc', 927 'browser/sync/net/network_change_notifier_io_thread_unittest.cc',
928 'browser/sync/profile_sync_factory_impl_unittest.cc', 928 'browser/sync/profile_sync_factory_impl_unittest.cc',
929 'browser/sync/profile_sync_factory_mock.cc', 929 'browser/sync/profile_sync_factory_mock.cc',
930 'browser/sync/profile_sync_factory_mock.h', 930 'browser/sync/profile_sync_factory_mock.h',
931 'browser/sync/profile_sync_service_autofill_unittest.cc', 931 'browser/sync/profile_sync_service_autofill_unittest.cc',
932 'browser/sync/profile_sync_service_mock.h', 932 'browser/sync/profile_sync_service_mock.h',
933 'browser/sync/profile_sync_service_password_unittest.cc',
933 'browser/sync/profile_sync_service_preference_unittest.cc', 934 'browser/sync/profile_sync_service_preference_unittest.cc',
934 'browser/sync/profile_sync_service_startup_unittest.cc', 935 'browser/sync/profile_sync_service_startup_unittest.cc',
935 'browser/sync/profile_sync_service_typed_url_unittest.cc', 936 'browser/sync/profile_sync_service_typed_url_unittest.cc',
936 'browser/sync/profile_sync_service_unittest.cc', 937 'browser/sync/profile_sync_service_unittest.cc',
937 'browser/sync/profile_sync_test_util.h', 938 'browser/sync/profile_sync_test_util.h',
938 'browser/sync/sync_setup_wizard_unittest.cc', 939 'browser/sync/sync_setup_wizard_unittest.cc',
939 'browser/sync/sync_ui_util_mac_unittest.mm', 940 'browser/sync/sync_ui_util_mac_unittest.mm',
940 'browser/sync/test_profile_sync_service.h', 941 'browser/sync/test_profile_sync_service.h',
941 'browser/sync/util/nigori_unittest.cc', 942 'browser/sync/util/nigori_unittest.cc',
942 'browser/tab_contents/navigation_controller_unittest.cc', 943 'browser/tab_contents/navigation_controller_unittest.cc',
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2469 ] 2470 ]
2470 }], # 'coverage!=0' 2471 }], # 'coverage!=0'
2471 ], # 'conditions' 2472 ], # 'conditions'
2472 } 2473 }
2473 2474
2474 # Local Variables: 2475 # Local Variables:
2475 # tab-width:2 2476 # tab-width:2
2476 # indent-tabs-mode:nil 2477 # indent-tabs-mode:nil
2477 # End: 2478 # End:
2478 # vim: set expandtab tabstop=2 shiftwidth=2: 2479 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698