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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6873061: [Sync] Revamp and re-enable themes/extensions sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 9 years, 8 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 | « no previous file | chrome/test/live_sync/live_extensions_sync_test.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 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 'browser/password_manager/password_form_data.cc', 3090 'browser/password_manager/password_form_data.cc',
3091 'browser/sessions/session_backend.cc', 3091 'browser/sessions/session_backend.cc',
3092 'browser/sync/glue/session_model_associator.cc', 3092 'browser/sync/glue/session_model_associator.cc',
3093 'test/out_of_proc_test_runner.cc', 3093 'test/out_of_proc_test_runner.cc',
3094 'test/live_sync/bookmark_model_verifier.cc', 3094 'test/live_sync/bookmark_model_verifier.cc',
3095 'test/live_sync/bookmark_model_verifier.h', 3095 'test/live_sync/bookmark_model_verifier.h',
3096 'test/live_sync/live_autofill_sync_test.cc', 3096 'test/live_sync/live_autofill_sync_test.cc',
3097 'test/live_sync/live_autofill_sync_test.h', 3097 'test/live_sync/live_autofill_sync_test.h',
3098 'test/live_sync/live_bookmarks_sync_test.cc', 3098 'test/live_sync/live_bookmarks_sync_test.cc',
3099 'test/live_sync/live_bookmarks_sync_test.h', 3099 'test/live_sync/live_bookmarks_sync_test.h',
3100 'test/live_sync/live_extensions_sync_test_base.cc',
3101 'test/live_sync/live_extensions_sync_test_base.h',
3102 'test/live_sync/live_extensions_sync_test.cc', 3100 'test/live_sync/live_extensions_sync_test.cc',
3103 'test/live_sync/live_extensions_sync_test.h', 3101 'test/live_sync/live_extensions_sync_test.h',
3104 'test/live_sync/live_passwords_sync_test.cc', 3102 'test/live_sync/live_passwords_sync_test.cc',
3105 'test/live_sync/live_passwords_sync_test.h', 3103 'test/live_sync/live_passwords_sync_test.h',
3106 'test/live_sync/live_preferences_sync_test.h', 3104 'test/live_sync/live_preferences_sync_test.h',
3107 'test/live_sync/live_sessions_sync_test.cc', 3105 'test/live_sync/live_sessions_sync_test.cc',
3108 'test/live_sync/live_sessions_sync_test.h', 3106 'test/live_sync/live_sessions_sync_test.h',
3109 'test/live_sync/live_themes_sync_test.cc', 3107 'test/live_sync/live_themes_sync_test.cc',
3110 'test/live_sync/live_themes_sync_test.h', 3108 'test/live_sync/live_themes_sync_test.h',
3109 'test/live_sync/live_sync_extension_helper.cc',
3110 'test/live_sync/live_sync_extension_helper.h',
3111 'test/live_sync/live_sync_test.cc', 3111 'test/live_sync/live_sync_test.cc',
3112 'test/live_sync/live_sync_test.h', 3112 'test/live_sync/live_sync_test.h',
3113 'test/live_sync/many_client_live_bookmarks_sync_test.cc', 3113 'test/live_sync/many_client_live_bookmarks_sync_test.cc',
3114 'test/live_sync/many_client_live_passwords_sync_test.cc', 3114 'test/live_sync/many_client_live_passwords_sync_test.cc',
3115 'test/live_sync/many_client_live_preferences_sync_test.cc', 3115 'test/live_sync/many_client_live_preferences_sync_test.cc',
3116 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', 3116 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc',
3117 'test/live_sync/multiple_client_live_passwords_sync_test.cc', 3117 'test/live_sync/multiple_client_live_passwords_sync_test.cc',
3118 'test/live_sync/multiple_client_live_preferences_sync_test.cc', 3118 'test/live_sync/multiple_client_live_preferences_sync_test.cc',
3119 'test/live_sync/multiple_client_live_sessions_sync_test.cc', 3119 'test/live_sync/multiple_client_live_sessions_sync_test.cc',
3120 'test/live_sync/single_client_live_bookmarks_sync_test.cc', 3120 'test/live_sync/single_client_live_bookmarks_sync_test.cc',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 ] 3873 ]
3874 }], # 'coverage!=0' 3874 }], # 'coverage!=0'
3875 ], # 'conditions' 3875 ], # 'conditions'
3876 } 3876 }
3877 3877
3878 # Local Variables: 3878 # Local Variables:
3879 # tab-width:2 3879 # tab-width:2
3880 # indent-tabs-mode:nil 3880 # indent-tabs-mode:nil
3881 # End: 3881 # End:
3882 # vim: set expandtab tabstop=2 shiftwidth=2: 3882 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/live_sync/live_extensions_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698