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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3913005: sync: enable password sync by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/debug
Patch Set: fix mac again Created 10 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 'browser/sync/profile_sync_service_preference_unittest.cc', 1463 'browser/sync/profile_sync_service_preference_unittest.cc',
1464 'browser/sync/profile_sync_service_session_unittest.cc', 1464 'browser/sync/profile_sync_service_session_unittest.cc',
1465 'browser/sync/profile_sync_service_startup_unittest.cc', 1465 'browser/sync/profile_sync_service_startup_unittest.cc',
1466 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1466 'browser/sync/profile_sync_service_typed_url_unittest.cc',
1467 'browser/sync/profile_sync_service_unittest.cc', 1467 'browser/sync/profile_sync_service_unittest.cc',
1468 'browser/sync/profile_sync_test_util.h', 1468 'browser/sync/profile_sync_test_util.h',
1469 'browser/sync/signin_manager_unittest.cc', 1469 'browser/sync/signin_manager_unittest.cc',
1470 'browser/sync/sync_setup_wizard_unittest.cc', 1470 'browser/sync/sync_setup_wizard_unittest.cc',
1471 'browser/sync/sync_ui_util_mac_unittest.mm', 1471 'browser/sync/sync_ui_util_mac_unittest.mm',
1472 'browser/sync/sync_ui_util_unittest.cc', 1472 'browser/sync/sync_ui_util_unittest.cc',
1473 'browser/sync/test_profile_sync_service.cc',
1473 'browser/sync/test_profile_sync_service.h', 1474 'browser/sync/test_profile_sync_service.h',
1474 'browser/sync/util/cryptographer_unittest.cc', 1475 'browser/sync/util/cryptographer_unittest.cc',
1475 'browser/sync/util/nigori_unittest.cc', 1476 'browser/sync/util/nigori_unittest.cc',
1476 'browser/tab_contents/navigation_controller_unittest.cc', 1477 'browser/tab_contents/navigation_controller_unittest.cc',
1477 'browser/tab_contents/navigation_entry_unittest.cc', 1478 'browser/tab_contents/navigation_entry_unittest.cc',
1478 'browser/tab_contents/render_view_host_manager_unittest.cc', 1479 'browser/tab_contents/render_view_host_manager_unittest.cc',
1479 'browser/tab_contents/tab_specific_content_settings_unittest.cc', 1480 'browser/tab_contents/tab_specific_content_settings_unittest.cc',
1480 'browser/tab_contents/thumbnail_generator_unittest.cc', 1481 'browser/tab_contents/thumbnail_generator_unittest.cc',
1481 'browser/tab_contents/web_contents_unittest.cc', 1482 'browser/tab_contents/web_contents_unittest.cc',
1482 'browser/tab_menu_model_unittest.cc', 1483 'browser/tab_menu_model_unittest.cc',
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
3245 ] 3246 ]
3246 }], # 'coverage!=0' 3247 }], # 'coverage!=0'
3247 ], # 'conditions' 3248 ], # 'conditions'
3248 } 3249 }
3249 3250
3250 # Local Variables: 3251 # Local Variables:
3251 # tab-width:2 3252 # tab-width:2
3252 # indent-tabs-mode:nil 3253 # indent-tabs-mode:nil
3253 # End: 3254 # End:
3254 # vim: set expandtab tabstop=2 shiftwidth=2: 3255 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698