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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4158009: Session sync integration tests. Left out many client for now, since even... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 (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 2634 matching lines...) Expand 10 before | Expand all | Expand 10 after
2645 ], 2645 ],
2646 # TODO(phajdan.jr): Only temporary, to make transition easier. 2646 # TODO(phajdan.jr): Only temporary, to make transition easier.
2647 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 2647 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
2648 'sources': [ 2648 'sources': [
2649 'app/chrome_dll.rc', 2649 'app/chrome_dll.rc',
2650 'app/chrome_dll_resource.h', 2650 'app/chrome_dll_resource.h',
2651 'app/chrome_dll_version.rc.version', 2651 'app/chrome_dll_version.rc.version',
2652 'browser/autofill/autofill_common_test.cc', 2652 'browser/autofill/autofill_common_test.cc',
2653 'browser/autofill/autofill_common_test.h', 2653 'browser/autofill/autofill_common_test.h',
2654 'browser/password_manager/password_form_data.cc', 2654 'browser/password_manager/password_form_data.cc',
2655 'browser/sessions/session_backend.cc',
2656 'browser/sessions/session_service_test_helper.cc',
2657 'browser/sync/glue/session_model_associator.cc',
2655 'test/bookmark_load_observer.h', 2658 'test/bookmark_load_observer.h',
2656 'test/in_process_browser_test.cc', 2659 'test/in_process_browser_test.cc',
2657 'test/in_process_browser_test.h', 2660 'test/in_process_browser_test.h',
2658 'test/out_of_proc_test_runner.cc', 2661 'test/out_of_proc_test_runner.cc',
2659 'test/live_sync/bookmark_model_verifier.cc', 2662 'test/live_sync/bookmark_model_verifier.cc',
2660 'test/live_sync/bookmark_model_verifier.h', 2663 'test/live_sync/bookmark_model_verifier.h',
2661 'test/live_sync/live_autofill_sync_test.h', 2664 'test/live_sync/live_autofill_sync_test.h',
2662 'test/live_sync/live_bookmarks_sync_test.h', 2665 'test/live_sync/live_bookmarks_sync_test.h',
2663 'test/live_sync/live_passwords_sync_test.h', 2666 'test/live_sync/live_passwords_sync_test.h',
2664 'test/live_sync/live_preferences_sync_test.h', 2667 'test/live_sync/live_preferences_sync_test.h',
2668 'test/live_sync/live_sessions_sync_test.h',
2665 'test/live_sync/live_sync_test.cc', 2669 'test/live_sync/live_sync_test.cc',
2666 'test/live_sync/live_sync_test.h', 2670 'test/live_sync/live_sync_test.h',
2667 'test/live_sync/many_client_live_bookmarks_sync_test.cc', 2671 'test/live_sync/many_client_live_bookmarks_sync_test.cc',
2668 'test/live_sync/many_client_live_passwords_sync_test.cc', 2672 'test/live_sync/many_client_live_passwords_sync_test.cc',
2669 'test/live_sync/many_client_live_preferences_sync_test.cc', 2673 'test/live_sync/many_client_live_preferences_sync_test.cc',
2670 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', 2674 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc',
2671 'test/live_sync/multiple_client_live_passwords_sync_test.cc', 2675 'test/live_sync/multiple_client_live_passwords_sync_test.cc',
2672 'test/live_sync/multiple_client_live_preferences_sync_test.cc', 2676 'test/live_sync/multiple_client_live_preferences_sync_test.cc',
2677 'test/live_sync/multiple_client_live_sessions_sync_test.cc',
2673 'test/live_sync/single_client_live_bookmarks_sync_test.cc', 2678 'test/live_sync/single_client_live_bookmarks_sync_test.cc',
2674 'test/live_sync/single_client_live_passwords_sync_test.cc', 2679 'test/live_sync/single_client_live_passwords_sync_test.cc',
2675 'test/live_sync/single_client_live_preferences_sync_test.cc', 2680 'test/live_sync/single_client_live_preferences_sync_test.cc',
2681 'test/live_sync/single_client_live_sessions_sync_test.cc',
2676 'test/live_sync/two_client_live_autofill_sync_test.cc', 2682 'test/live_sync/two_client_live_autofill_sync_test.cc',
2677 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 2683 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
2678 'test/live_sync/two_client_live_preferences_sync_test.cc', 2684 'test/live_sync/two_client_live_preferences_sync_test.cc',
2679 'test/live_sync/two_client_live_passwords_sync_test.cc', 2685 'test/live_sync/two_client_live_passwords_sync_test.cc',
2686 'test/live_sync/two_client_live_sessions_sync_test.cc',
2680 'test/test_notification_tracker.cc', 2687 'test/test_notification_tracker.cc',
2681 'test/test_notification_tracker.h', 2688 'test/test_notification_tracker.h',
2682 'test/testing_browser_process.h', 2689 'test/testing_browser_process.h',
2683 'test/ui_test_utils_linux.cc', 2690 'test/ui_test_utils_linux.cc',
2684 'test/ui_test_utils_mac.mm', 2691 'test/ui_test_utils_mac.mm',
2685 'test/ui_test_utils_win.cc', 2692 'test/ui_test_utils_win.cc',
2686 'test/data/resource.rc', 2693 'test/data/resource.rc',
2687 ], 2694 ],
2688 'conditions': [ 2695 'conditions': [
2689 # Plugin code. 2696 # Plugin code.
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 ] 3277 ]
3271 }], # 'coverage!=0' 3278 }], # 'coverage!=0'
3272 ], # 'conditions' 3279 ], # 'conditions'
3273 } 3280 }
3274 3281
3275 # Local Variables: 3282 # Local Variables:
3276 # tab-width:2 3283 # tab-width:2
3277 # indent-tabs-mode:nil 3284 # indent-tabs-mode:nil
3278 # End: 3285 # End:
3279 # vim: set expandtab tabstop=2 shiftwidth=2: 3286 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_session_unittest.cc ('k') | chrome/test/live_sync/live_sessions_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698