Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 77 'browser/prefs/testing_pref_store.cc', | 77 'browser/prefs/testing_pref_store.cc', |
| 78 'browser/prefs/testing_pref_store.h', | 78 'browser/prefs/testing_pref_store.h', |
| 79 'browser/renderer_host/mock_render_process_host.cc', | 79 'browser/renderer_host/mock_render_process_host.cc', |
| 80 'browser/renderer_host/mock_render_process_host.h', | 80 'browser/renderer_host/mock_render_process_host.h', |
| 81 'browser/renderer_host/test/test_backing_store.cc', | 81 'browser/renderer_host/test/test_backing_store.cc', |
| 82 'browser/renderer_host/test/test_backing_store.h', | 82 'browser/renderer_host/test/test_backing_store.h', |
| 83 'browser/renderer_host/test/test_render_view_host.cc', | 83 'browser/renderer_host/test/test_render_view_host.cc', |
| 84 'browser/renderer_host/test/test_render_view_host.h', | 84 'browser/renderer_host/test/test_render_view_host.h', |
| 85 'browser/tab_contents/test_tab_contents.cc', | 85 'browser/tab_contents/test_tab_contents.cc', |
| 86 'browser/tab_contents/test_tab_contents.h', | 86 'browser/tab_contents/test_tab_contents.h', |
| 87 'browser/sessions/session_service_test_helper.cc', | |
|
Lei Zhang
2011/02/09 01:56:37
nit: can you move browser/tab_contents/test_tab_co
| |
| 88 'browser/sessions/session_service_test_helper.h', | |
| 87 'browser/sync/profile_sync_service_mock.cc', | 89 'browser/sync/profile_sync_service_mock.cc', |
| 88 'browser/sync/profile_sync_service_mock.h', | 90 'browser/sync/profile_sync_service_mock.h', |
| 89 'browser/sync/syncable/syncable_mock.cc', | 91 'browser/sync/syncable/syncable_mock.cc', |
| 90 'browser/sync/syncable/syncable_mock.h', | 92 'browser/sync/syncable/syncable_mock.h', |
| 91 'browser/ui/browser.h', | 93 'browser/ui/browser.h', |
| 92 'browser/ui/cocoa/browser_test_helper.h', | 94 'browser/ui/cocoa/browser_test_helper.h', |
| 93 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', | 95 'browser/ui/tab_contents/test_tab_contents_wrapper.cc', |
| 94 'browser/ui/tab_contents/test_tab_contents_wrapper.h', | 96 'browser/ui/tab_contents/test_tab_contents_wrapper.h', |
| 95 'common/net/test_url_fetcher_factory.cc', | 97 'common/net/test_url_fetcher_factory.cc', |
| 96 'common/net/test_url_fetcher_factory.h', | 98 'common/net/test_url_fetcher_factory.h', |
| (...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1397 'browser/search_engines/search_provider_install_data_unittest.cc', | 1399 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 1398 'browser/search_engines/template_url_fetcher_unittest.cc', | 1400 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 1399 'browser/search_engines/template_url_model_test_util.cc', | 1401 'browser/search_engines/template_url_model_test_util.cc', |
| 1400 'browser/search_engines/template_url_model_test_util.h', | 1402 'browser/search_engines/template_url_model_test_util.h', |
| 1401 'browser/search_engines/template_url_model_unittest.cc', | 1403 'browser/search_engines/template_url_model_unittest.cc', |
| 1402 'browser/search_engines/template_url_parser_unittest.cc', | 1404 'browser/search_engines/template_url_parser_unittest.cc', |
| 1403 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1405 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1404 'browser/search_engines/template_url_scraper_unittest.cc', | 1406 'browser/search_engines/template_url_scraper_unittest.cc', |
| 1405 'browser/search_engines/template_url_unittest.cc', | 1407 'browser/search_engines/template_url_unittest.cc', |
| 1406 'browser/sessions/session_backend_unittest.cc', | 1408 'browser/sessions/session_backend_unittest.cc', |
| 1407 'browser/sessions/session_service_test_helper.cc', | |
| 1408 'browser/sessions/session_service_test_helper.h', | |
| 1409 'browser/sessions/session_service_unittest.cc', | 1409 'browser/sessions/session_service_unittest.cc', |
| 1410 'browser/shell_integration_unittest.cc', | 1410 'browser/shell_integration_unittest.cc', |
| 1411 'browser/speech/endpointer/endpointer_unittest.cc', | 1411 'browser/speech/endpointer/endpointer_unittest.cc', |
| 1412 'browser/speech/speech_input_bubble_controller_unittest.cc', | 1412 'browser/speech/speech_input_bubble_controller_unittest.cc', |
| 1413 'browser/speech/speech_recognition_request_unittest.cc', | 1413 'browser/speech/speech_recognition_request_unittest.cc', |
| 1414 'browser/speech/speech_recognizer_unittest.cc', | 1414 'browser/speech/speech_recognizer_unittest.cc', |
| 1415 'browser/spellchecker_platform_engine_unittest.cc', | 1415 'browser/spellchecker_platform_engine_unittest.cc', |
| 1416 'browser/ssl/ssl_host_state_unittest.cc', | 1416 'browser/ssl/ssl_host_state_unittest.cc', |
| 1417 'browser/status_icons/status_icon_unittest.cc', | 1417 'browser/status_icons/status_icon_unittest.cc', |
| 1418 'browser/status_icons/status_tray_unittest.cc', | 1418 'browser/status_icons/status_tray_unittest.cc', |
| (...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2903 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2903 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
| 2904 'sources': [ | 2904 'sources': [ |
| 2905 'app/chrome_command_ids.h', | 2905 'app/chrome_command_ids.h', |
| 2906 'app/chrome_dll.rc', | 2906 'app/chrome_dll.rc', |
| 2907 'app/chrome_dll_resource.h', | 2907 'app/chrome_dll_resource.h', |
| 2908 'app/chrome_dll_version.rc.version', | 2908 'app/chrome_dll_version.rc.version', |
| 2909 'browser/autofill/autofill_common_test.cc', | 2909 'browser/autofill/autofill_common_test.cc', |
| 2910 'browser/autofill/autofill_common_test.h', | 2910 'browser/autofill/autofill_common_test.h', |
| 2911 'browser/password_manager/password_form_data.cc', | 2911 'browser/password_manager/password_form_data.cc', |
| 2912 'browser/sessions/session_backend.cc', | 2912 'browser/sessions/session_backend.cc', |
| 2913 'browser/sessions/session_service_test_helper.cc', | |
| 2914 'browser/sync/glue/session_model_associator.cc', | 2913 'browser/sync/glue/session_model_associator.cc', |
| 2915 'test/bookmark_load_observer.h', | 2914 'test/bookmark_load_observer.h', |
| 2916 'test/out_of_proc_test_runner.cc', | 2915 'test/out_of_proc_test_runner.cc', |
| 2917 'test/live_sync/bookmark_model_verifier.cc', | 2916 'test/live_sync/bookmark_model_verifier.cc', |
| 2918 'test/live_sync/bookmark_model_verifier.h', | 2917 'test/live_sync/bookmark_model_verifier.h', |
| 2919 'test/live_sync/live_autofill_sync_test.h', | 2918 'test/live_sync/live_autofill_sync_test.h', |
| 2919 'test/live_sync/live_bookmarks_sync_test.cc', | |
| 2920 'test/live_sync/live_bookmarks_sync_test.h', | 2920 'test/live_sync/live_bookmarks_sync_test.h', |
| 2921 'test/live_sync/live_extensions_sync_test_base.cc', | 2921 'test/live_sync/live_extensions_sync_test_base.cc', |
| 2922 'test/live_sync/live_extensions_sync_test_base.h', | 2922 'test/live_sync/live_extensions_sync_test_base.h', |
| 2923 'test/live_sync/live_extensions_sync_test.cc', | 2923 'test/live_sync/live_extensions_sync_test.cc', |
| 2924 'test/live_sync/live_extensions_sync_test.h', | 2924 'test/live_sync/live_extensions_sync_test.h', |
| 2925 'test/live_sync/live_passwords_sync_test.h', | 2925 'test/live_sync/live_passwords_sync_test.h', |
| 2926 'test/live_sync/live_preferences_sync_test.h', | 2926 'test/live_sync/live_preferences_sync_test.h', |
| 2927 'test/live_sync/live_sessions_sync_test.cc', | |
| 2927 'test/live_sync/live_sessions_sync_test.h', | 2928 'test/live_sync/live_sessions_sync_test.h', |
| 2928 'test/live_sync/live_themes_sync_test.cc', | 2929 'test/live_sync/live_themes_sync_test.cc', |
| 2929 'test/live_sync/live_themes_sync_test.h', | 2930 'test/live_sync/live_themes_sync_test.h', |
| 2930 'test/live_sync/live_sync_test.cc', | 2931 'test/live_sync/live_sync_test.cc', |
| 2931 'test/live_sync/live_sync_test.h', | 2932 'test/live_sync/live_sync_test.h', |
| 2932 'test/live_sync/many_client_live_bookmarks_sync_test.cc', | 2933 'test/live_sync/many_client_live_bookmarks_sync_test.cc', |
| 2933 'test/live_sync/many_client_live_passwords_sync_test.cc', | 2934 'test/live_sync/many_client_live_passwords_sync_test.cc', |
| 2934 'test/live_sync/many_client_live_preferences_sync_test.cc', | 2935 'test/live_sync/many_client_live_preferences_sync_test.cc', |
| 2935 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', | 2936 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', |
| 2936 'test/live_sync/multiple_client_live_passwords_sync_test.cc', | 2937 'test/live_sync/multiple_client_live_passwords_sync_test.cc', |
| (...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3687 ] | 3688 ] |
| 3688 }], # 'coverage!=0' | 3689 }], # 'coverage!=0' |
| 3689 ], # 'conditions' | 3690 ], # 'conditions' |
| 3690 } | 3691 } |
| 3691 | 3692 |
| 3692 # Local Variables: | 3693 # Local Variables: |
| 3693 # tab-width:2 | 3694 # tab-width:2 |
| 3694 # indent-tabs-mode:nil | 3695 # indent-tabs-mode:nil |
| 3695 # End: | 3696 # End: |
| 3696 # vim: set expandtab tabstop=2 shiftwidth=2: | 3697 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |