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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 310103004: Add integraton test for sync backup/rollback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after
2369 'browser/sync/test/integration/passwords_helper.cc', 2369 'browser/sync/test/integration/passwords_helper.cc',
2370 'browser/sync/test/integration/passwords_helper.h', 2370 'browser/sync/test/integration/passwords_helper.h',
2371 'browser/sync/test/integration/preferences_helper.cc', 2371 'browser/sync/test/integration/preferences_helper.cc',
2372 'browser/sync/test/integration/preferences_helper.h', 2372 'browser/sync/test/integration/preferences_helper.h',
2373 'browser/sync/test/integration/search_engines_helper.cc', 2373 'browser/sync/test/integration/search_engines_helper.cc',
2374 'browser/sync/test/integration/search_engines_helper.h', 2374 'browser/sync/test/integration/search_engines_helper.h',
2375 'browser/sync/test/integration/sessions_helper.cc', 2375 'browser/sync/test/integration/sessions_helper.cc',
2376 'browser/sync/test/integration/sessions_helper.h', 2376 'browser/sync/test/integration/sessions_helper.h',
2377 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 2377 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
2378 'browser/sync/test/integration/single_client_apps_sync_test.cc', 2378 'browser/sync/test/integration/single_client_apps_sync_test.cc',
2379 'browser/sync/test/integration/single_client_backup_rollback_test.cc',
2379 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 2380 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
2380 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', 2381 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
2381 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 2382 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
2382 'browser/sync/test/integration/single_client_managed_user_settings_sync_ test.cc', 2383 'browser/sync/test/integration/single_client_managed_user_settings_sync_ test.cc',
2383 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 2384 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
2384 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 2385 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
2385 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ', 2386 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ',
2386 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 2387 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
2387 'browser/sync/test/integration/single_client_themes_sync_test.cc', 2388 'browser/sync/test/integration/single_client_themes_sync_test.cc',
2388 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 2389 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
2955 ['enable_webrtc==1', { 2956 ['enable_webrtc==1', {
2956 'dependencies': [ 2957 'dependencies': [
2957 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2958 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2958 ] 2959 ]
2959 }], 2960 }],
2960 ], 2961 ],
2961 }] 2962 }]
2962 }], 2963 }],
2963 ], # 'conditions' 2964 ], # 'conditions'
2964 } 2965 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc ('k') | sync/engine/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698