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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 490643004: sync: Refactor migration integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 6 years, 4 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 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 'browser/sync/test/integration/dictionary_helper.cc', 2324 'browser/sync/test/integration/dictionary_helper.cc',
2325 'browser/sync/test/integration/dictionary_helper.h', 2325 'browser/sync/test/integration/dictionary_helper.h',
2326 'browser/sync/test/integration/dictionary_load_observer.cc', 2326 'browser/sync/test/integration/dictionary_load_observer.cc',
2327 'browser/sync/test/integration/dictionary_load_observer.h', 2327 'browser/sync/test/integration/dictionary_load_observer.h',
2328 'browser/sync/test/integration/extension_settings_helper.cc', 2328 'browser/sync/test/integration/extension_settings_helper.cc',
2329 'browser/sync/test/integration/extension_settings_helper.h', 2329 'browser/sync/test/integration/extension_settings_helper.h',
2330 'browser/sync/test/integration/extensions_helper.cc', 2330 'browser/sync/test/integration/extensions_helper.cc',
2331 'browser/sync/test/integration/extensions_helper.h', 2331 'browser/sync/test/integration/extensions_helper.h',
2332 'browser/sync/test/integration/fake_server_invalidation_service.cc', 2332 'browser/sync/test/integration/fake_server_invalidation_service.cc',
2333 'browser/sync/test/integration/fake_server_invalidation_service.h', 2333 'browser/sync/test/integration/fake_server_invalidation_service.h',
2334 'browser/sync/test/integration/migration_waiter.cc',
2335 'browser/sync/test/integration/migration_waiter.h',
2336 'browser/sync/test/integration/migration_watcher.cc',
2337 'browser/sync/test/integration/migration_watcher.h',
2334 'browser/sync/test/integration/multi_client_status_change_checker.cc', 2338 'browser/sync/test/integration/multi_client_status_change_checker.cc',
2335 'browser/sync/test/integration/multi_client_status_change_checker.h', 2339 'browser/sync/test/integration/multi_client_status_change_checker.h',
2336 'browser/sync/test/integration/passwords_helper.cc', 2340 'browser/sync/test/integration/passwords_helper.cc',
2337 'browser/sync/test/integration/passwords_helper.h', 2341 'browser/sync/test/integration/passwords_helper.h',
2338 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', 2342 'browser/sync/test/integration/p2p_invalidation_forwarder.cc',
2339 'browser/sync/test/integration/p2p_invalidation_forwarder.h', 2343 'browser/sync/test/integration/p2p_invalidation_forwarder.h',
2340 'browser/sync/test/integration/preferences_helper.cc', 2344 'browser/sync/test/integration/preferences_helper.cc',
2341 'browser/sync/test/integration/preferences_helper.h', 2345 'browser/sync/test/integration/preferences_helper.h',
2342 'browser/sync/test/integration/profile_sync_service_harness.cc', 2346 'browser/sync/test/integration/profile_sync_service_harness.cc',
2343 'browser/sync/test/integration/profile_sync_service_harness.h', 2347 'browser/sync/test/integration/profile_sync_service_harness.h',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 ['enable_webrtc==1', { 3035 ['enable_webrtc==1', {
3032 'dependencies': [ 3036 'dependencies': [
3033 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3037 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3034 ] 3038 ]
3035 }], 3039 }],
3036 ], 3040 ],
3037 }] 3041 }]
3038 }], 3042 }],
3039 ], # 'conditions' 3043 ], # 'conditions'
3040 } 3044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698