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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6249006: Turn password sync on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 'browser/sync/profile_sync_service_session_unittest.cc', 1412 'browser/sync/profile_sync_service_session_unittest.cc',
1413 'browser/sync/profile_sync_service_startup_unittest.cc', 1413 'browser/sync/profile_sync_service_startup_unittest.cc',
1414 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1414 'browser/sync/profile_sync_service_typed_url_unittest.cc',
1415 'browser/sync/profile_sync_service_unittest.cc', 1415 'browser/sync/profile_sync_service_unittest.cc',
1416 'browser/sync/profile_sync_test_util.h', 1416 'browser/sync/profile_sync_test_util.h',
1417 'browser/sync/signin_manager_unittest.cc', 1417 'browser/sync/signin_manager_unittest.cc',
1418 'browser/sync/sync_setup_wizard_unittest.cc', 1418 'browser/sync/sync_setup_wizard_unittest.cc',
1419 'browser/sync/sync_ui_util_mac_unittest.mm', 1419 'browser/sync/sync_ui_util_mac_unittest.mm',
1420 'browser/sync/sync_ui_util_unittest.cc', 1420 'browser/sync/sync_ui_util_unittest.cc',
1421 'browser/sync/test_profile_sync_service.h', 1421 'browser/sync/test_profile_sync_service.h',
1422 'browser/sync/test_profile_sync_service.cc',
1422 'browser/sync/util/cryptographer_unittest.cc', 1423 'browser/sync/util/cryptographer_unittest.cc',
1423 'browser/sync/util/nigori_unittest.cc', 1424 'browser/sync/util/nigori_unittest.cc',
1424 'browser/tab_contents/navigation_controller_unittest.cc', 1425 'browser/tab_contents/navigation_controller_unittest.cc',
1425 'browser/tab_contents/navigation_entry_unittest.cc', 1426 'browser/tab_contents/navigation_entry_unittest.cc',
1426 'browser/tab_contents/render_view_host_manager_unittest.cc', 1427 'browser/tab_contents/render_view_host_manager_unittest.cc',
1427 'browser/tab_contents/tab_specific_content_settings_unittest.cc', 1428 'browser/tab_contents/tab_specific_content_settings_unittest.cc',
1428 'browser/tab_contents/thumbnail_generator_unittest.cc', 1429 'browser/tab_contents/thumbnail_generator_unittest.cc',
1429 'browser/tab_contents/web_contents_unittest.cc', 1430 'browser/tab_contents/web_contents_unittest.cc',
1430 'browser/tabs/pinned_tab_codec_unittest.cc', 1431 'browser/tabs/pinned_tab_codec_unittest.cc',
1431 'browser/tabs/tab_strip_model_unittest.cc', 1432 'browser/tabs/tab_strip_model_unittest.cc',
(...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 ] 3639 ]
3639 }], # 'coverage!=0' 3640 }], # 'coverage!=0'
3640 ], # 'conditions' 3641 ], # 'conditions'
3641 } 3642 }
3642 3643
3643 # Local Variables: 3644 # Local Variables:
3644 # tab-width:2 3645 # tab-width:2
3645 # indent-tabs-mode:nil 3646 # indent-tabs-mode:nil
3646 # End: 3647 # End:
3647 # vim: set expandtab tabstop=2 shiftwidth=2: 3648 # 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