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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7537033: Move more files from chrome/test to chrome/test/base, part #5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 (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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'test/base/profile_mock.cc', 157 'test/base/profile_mock.cc',
158 'test/base/profile_mock.h', 158 'test/base/profile_mock.h',
159 'test/base/signaling_task.cc', 159 'test/base/signaling_task.cc',
160 'test/base/signaling_task.h', 160 'test/base/signaling_task.h',
161 'test/base/test_browser_window.cc', 161 'test/base/test_browser_window.cc',
162 'test/base/test_browser_window.h', 162 'test/base/test_browser_window.h',
163 'test/base/test_launcher_utils.cc', 163 'test/base/test_launcher_utils.cc',
164 'test/base/test_launcher_utils.h', 164 'test/base/test_launcher_utils.h',
165 'test/base/test_location_bar.cc', 165 'test/base/test_location_bar.cc',
166 'test/base/test_location_bar.h', 166 'test/base/test_location_bar.h',
167 'test/base/test_switches.cc',
168 'test/base/test_switches.h',
169 'test/base/test_tab_strip_model_observer.cc',
170 'test/base/test_tab_strip_model_observer.h',
167 'test/base/test_url_request_context_getter.cc', 171 'test/base/test_url_request_context_getter.cc',
168 'test/base/test_url_request_context_getter.h', 172 'test/base/test_url_request_context_getter.h',
173 'test/base/testing_pref_service.cc',
174 'test/base/testing_pref_service.h',
169 'test/base/testing_profile.cc', 175 'test/base/testing_profile.cc',
170 'test/base/testing_profile.h', 176 'test/base/testing_profile.h',
171 'test/base/thread_observer_helper.h', 177 'test/base/thread_observer_helper.h',
172 'test/base/ui_test_utils.cc', 178 'test/base/ui_test_utils.cc',
173 'test/base/ui_test_utils.h', 179 'test/base/ui_test_utils.h',
174 'test/base/ui_test_utils_linux.cc', 180 'test/base/ui_test_utils_linux.cc',
175 'test/base/ui_test_utils_mac.mm', 181 'test/base/ui_test_utils_mac.mm',
176 'test/base/ui_test_utils_win.cc', 182 'test/base/ui_test_utils_win.cc',
177 'test/base/values_test_util.cc', 183 'test/base/values_test_util.cc',
178 'test/base/values_test_util.h', 184 'test/base/values_test_util.h',
179 'test/test_navigation_observer.cc', 185 'test/test_navigation_observer.cc',
180 'test/test_navigation_observer.h', 186 'test/test_navigation_observer.h',
181 'test/test_switches.cc',
182 'test/test_switches.h',
183 'test/test_tab_strip_model_observer.cc',
184 'test/test_tab_strip_model_observer.h',
185 'test/testing_browser_process.cc', 187 'test/testing_browser_process.cc',
186 'test/testing_browser_process.h', 188 'test/testing_browser_process.h',
187 'test/testing_browser_process_test.h', 189 'test/testing_browser_process_test.h',
188 'test/testing_pref_service.cc',
189 'test/testing_pref_service.h',
190 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc', 190 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
191 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h', 191 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .h',
192 '../content/browser/geolocation/mock_location_provider.cc', 192 '../content/browser/geolocation/mock_location_provider.cc',
193 '../content/browser/geolocation/mock_location_provider.h', 193 '../content/browser/geolocation/mock_location_provider.h',
194 '../content/browser/mock_content_browser_client.cc', 194 '../content/browser/mock_content_browser_client.cc',
195 '../content/browser/mock_resource_context.cc', 195 '../content/browser/mock_resource_context.cc',
196 '../content/browser/mock_resource_context.h', 196 '../content/browser/mock_resource_context.h',
197 # TODO: these should live here but are currently used by 197 # TODO: these should live here but are currently used by
198 # production code code in libbrowser (in chrome.gyp). 198 # production code code in libbrowser (in chrome.gyp).
199 #'../content/browser/net/url_request_mock_http_job.cc', 199 #'../content/browser/net/url_request_mock_http_job.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'browser/notifications/notifications_interactive_uitest.cc', 500 'browser/notifications/notifications_interactive_uitest.cc',
501 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 501 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
502 'browser/ui/omnibox/omnibox_view_browsertest.cc', 502 'browser/ui/omnibox/omnibox_view_browsertest.cc',
503 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 503 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
504 'browser/ui/views/button_dropdown_test.cc', 504 'browser/ui/views/button_dropdown_test.cc',
505 'browser/ui/views/find_bar_host_interactive_uitest.cc', 505 'browser/ui/views/find_bar_host_interactive_uitest.cc',
506 'browser/ui/views/menu_item_view_test.cc', 506 'browser/ui/views/menu_item_view_test.cc',
507 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 507 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
508 'browser/ui/views/tabs/tab_dragging_test.cc', 508 'browser/ui/views/tabs/tab_dragging_test.cc',
509 'browser/ui/webui/workers_ui_browsertest.cc', 509 'browser/ui/webui/workers_ui_browsertest.cc',
510 'test/base/out_of_proc_test_runner.cc',
510 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', 511 'test/interactive_ui/fast_shutdown_interactive_uitest.cc',
511 'test/interactive_ui/infobars_uitest.cc', 512 'test/interactive_ui/infobars_uitest.cc',
512 'test/interactive_ui/keyboard_access_uitest.cc', 513 'test/interactive_ui/keyboard_access_uitest.cc',
513 'test/interactive_ui/mouseleave_interactive_uitest.cc', 514 'test/interactive_ui/mouseleave_interactive_uitest.cc',
514 'test/interactive_ui/npapi_interactive_test.cc', 515 'test/interactive_ui/npapi_interactive_test.cc',
515 'test/interactive_ui/view_event_test_base.cc', 516 'test/interactive_ui/view_event_test_base.cc',
516 'test/interactive_ui/view_event_test_base.h', 517 'test/interactive_ui/view_event_test_base.h',
517 'test/out_of_proc_test_runner.cc',
518 ], 518 ],
519 'conditions': [ 519 'conditions': [
520 ['toolkit_uses_gtk == 1', { 520 ['toolkit_uses_gtk == 1', {
521 'dependencies': [ 521 'dependencies': [
522 '../build/linux/system.gyp:gtk', 522 '../build/linux/system.gyp:gtk',
523 '../build/linux/system.gyp:ssl', 523 '../build/linux/system.gyp:ssl',
524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
525 ], 525 ],
526 }], 526 }],
527 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 527 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 'renderer/safe_browsing/scorer_unittest.cc', 1977 'renderer/safe_browsing/scorer_unittest.cc',
1978 'renderer/spellchecker/spellcheck_provider_unittest.cc', 1978 'renderer/spellchecker/spellcheck_provider_unittest.cc',
1979 'renderer/spellchecker/spellcheck_unittest.cc', 1979 'renderer/spellchecker/spellcheck_unittest.cc',
1980 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1980 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1981 'service/cloud_print/cloud_print_helpers_unittest.cc', 1981 'service/cloud_print/cloud_print_helpers_unittest.cc',
1982 'service/cloud_print/cloud_print_token_store_unittest.cc', 1982 'service/cloud_print/cloud_print_token_store_unittest.cc',
1983 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1983 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1984 'service/service_process_unittest.cc', 1984 'service/service_process_unittest.cc',
1985 'test/base/browser_with_test_window_test.cc', 1985 'test/base/browser_with_test_window_test.cc',
1986 'test/base/browser_with_test_window_test.h', 1986 'test/base/browser_with_test_window_test.h',
1987 'test/base/menu_model_test.cc',
1988 'test/base/menu_model_test.h',
1989 'test/base/render_view_test.cc',
1990 'test/base/render_view_test.h',
1987 'test/base/test_notification_tracker.cc', 1991 'test/base/test_notification_tracker.cc',
1988 'test/base/test_notification_tracker.h', 1992 'test/base/test_notification_tracker.h',
1989 'test/base/v8_unit_test.cc', 1993 'test/base/v8_unit_test.cc',
1990 'test/base/v8_unit_test.h', 1994 'test/base/v8_unit_test.h',
1991 'test/data/resource.rc', 1995 'test/data/resource.rc',
1992 'test/menu_model_test.cc',
1993 'test/menu_model_test.h',
1994 'test/render_view_test.cc',
1995 'test/render_view_test.h',
1996 'test/sync/test_http_bridge_factory.cc', 1996 'test/sync/test_http_bridge_factory.cc',
1997 'test/sync/test_http_bridge_factory.h', 1997 'test/sync/test_http_bridge_factory.h',
1998 'tools/convert_dict/convert_dict_unittest.cc', 1998 'tools/convert_dict/convert_dict_unittest.cc',
1999 '../content/browser/appcache/chrome_appcache_service_unittest.cc', 1999 '../content/browser/appcache/chrome_appcache_service_unittest.cc',
2000 '../content/browser/browser_thread_unittest.cc', 2000 '../content/browser/browser_thread_unittest.cc',
2001 '../content/browser/browser_url_handler_unittest.cc', 2001 '../content/browser/browser_url_handler_unittest.cc',
2002 '../content/browser/child_process_security_policy_unittest.cc', 2002 '../content/browser/child_process_security_policy_unittest.cc',
2003 '../content/browser/debugger/devtools_manager_unittest.cc', 2003 '../content/browser/debugger/devtools_manager_unittest.cc',
2004 '../content/browser/device_orientation/provider_unittest.cc', 2004 '../content/browser/device_orientation/provider_unittest.cc',
2005 '../content/browser/download/base_file_unittest.cc', 2005 '../content/browser/download/base_file_unittest.cc',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2619 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2620 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2620 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2621 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2621 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2622 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2622 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2623 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2623 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2624 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2624 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2625 'renderer/safe_browsing/render_view_fake_resources_test.h', 2625 'renderer/safe_browsing/render_view_fake_resources_test.h',
2626 'renderer/translate_helper_browsertest.cc', 2626 'renderer/translate_helper_browsertest.cc',
2627 'test/automation/dom_automation_browsertest.cc', 2627 'test/automation/dom_automation_browsertest.cc',
2628 'test/base/in_process_browser_test_browsertest.cc', 2628 'test/base/in_process_browser_test_browsertest.cc',
2629 'test/base/render_view_test.cc',
2630 'test/base/render_view_test.h',
2631 'test/base/out_of_proc_test_runner.cc',
2629 'test/data/webui/assertions-inl.h', 2632 'test/data/webui/assertions-inl.h',
2630 'test/data/webui/assertions.js', 2633 'test/data/webui/assertions.js',
2631 'test/data/webui/print_preview.js', 2634 'test/data/webui/print_preview.js',
2632 'test/data/webui/options.js', 2635 'test/data/webui/options.js',
2633 'test/out_of_proc_test_runner.cc',
2634 'test/render_view_test.cc',
2635 'test/render_view_test.h',
2636 # TODO(craig): Rename this and run from base_unittests when the test 2636 # TODO(craig): Rename this and run from base_unittests when the test
2637 # is safe to run there. See http://crbug.com/78722 for details. 2637 # is safe to run there. See http://crbug.com/78722 for details.
2638 '../base/files/file_path_watcher_browsertest.cc', 2638 '../base/files/file_path_watcher_browsertest.cc',
2639 '../content/browser/child_process_security_policy_browsertest.cc', 2639 '../content/browser/child_process_security_policy_browsertest.cc',
2640 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2640 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2641 '../content/browser/download/mhtml_generation_browsertest.cc', 2641 '../content/browser/download/mhtml_generation_browsertest.cc',
2642 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2642 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2643 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2643 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2644 '../content/browser/plugin_service_browsertest.cc', 2644 '../content/browser/plugin_service_browsertest.cc',
2645 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2645 '../content/browser/renderer_host/render_process_host_browsertest.cc',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2873 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2874 '../ui/ui.gyp:ui_resources', 2874 '../ui/ui.gyp:ui_resources',
2875 ], 2875 ],
2876 'include_dirs': [ 2876 'include_dirs': [
2877 '..', 2877 '..',
2878 ], 2878 ],
2879 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 2879 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
2880 'sources': [ 2880 'sources': [
2881 'app/chrome_dll.rc', 2881 'app/chrome_dll.rc',
2882 'browser/safe_browsing/safe_browsing_test.cc', 2882 'browser/safe_browsing/safe_browsing_test.cc',
2883 'test/out_of_proc_test_runner.cc', 2883 'test/base/out_of_proc_test_runner.cc',
2884 ], 2884 ],
2885 'conditions': [ 2885 'conditions': [
2886 ['safe_browsing==0', { 2886 ['safe_browsing==0', {
2887 'sources!': [ 2887 'sources!': [
2888 'browser/safe_browsing/safe_browsing_test.cc', 2888 'browser/safe_browsing/safe_browsing_test.cc',
2889 ], 2889 ],
2890 }], 2890 }],
2891 ['OS=="win"', { 2891 ['OS=="win"', {
2892 'dependencies': [ 2892 'dependencies': [
2893 'chrome_version_resources', 2893 'chrome_version_resources',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
3489 # TODO(phajdan.jr): Only temporary, to make transition easier. 3489 # TODO(phajdan.jr): Only temporary, to make transition easier.
3490 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3490 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3491 'sources': [ 3491 'sources': [
3492 'app/chrome_command_ids.h', 3492 'app/chrome_command_ids.h',
3493 'app/chrome_dll.rc', 3493 'app/chrome_dll.rc',
3494 'app/chrome_dll_resource.h', 3494 'app/chrome_dll_resource.h',
3495 'app/chrome_version.rc.version', 3495 'app/chrome_version.rc.version',
3496 'browser/password_manager/password_form_data.cc', 3496 'browser/password_manager/password_form_data.cc',
3497 'browser/sessions/session_backend.cc', 3497 'browser/sessions/session_backend.cc',
3498 'browser/sync/glue/session_model_associator.cc', 3498 'browser/sync/glue/session_model_associator.cc',
3499 'test/base/out_of_proc_test_runner.cc',
3499 'test/base/test_notification_tracker.cc', 3500 'test/base/test_notification_tracker.cc',
3500 'test/base/test_notification_tracker.h', 3501 'test/base/test_notification_tracker.h',
3501 'test/data/resource.rc', 3502 'test/data/resource.rc',
3502 'test/out_of_proc_test_runner.cc',
3503 'test/live_sync/bookmarks_helper.cc', 3503 'test/live_sync/bookmarks_helper.cc',
3504 'test/live_sync/bookmarks_helper.h', 3504 'test/live_sync/bookmarks_helper.h',
3505 'test/live_sync/live_apps_sync_test.cc', 3505 'test/live_sync/live_apps_sync_test.cc',
3506 'test/live_sync/live_apps_sync_test.h', 3506 'test/live_sync/live_apps_sync_test.h',
3507 'test/live_sync/live_autofill_sync_test.cc', 3507 'test/live_sync/live_autofill_sync_test.cc',
3508 'test/live_sync/live_autofill_sync_test.h', 3508 'test/live_sync/live_autofill_sync_test.h',
3509 'test/live_sync/live_extensions_sync_test.cc', 3509 'test/live_sync/live_extensions_sync_test.cc',
3510 'test/live_sync/live_extensions_sync_test.h', 3510 'test/live_sync/live_extensions_sync_test.h',
3511 'test/live_sync/live_passwords_sync_test.cc', 3511 'test/live_sync/live_passwords_sync_test.cc',
3512 'test/live_sync/live_passwords_sync_test.h', 3512 'test/live_sync/live_passwords_sync_test.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 '../testing/gtest.gyp:gtest', 3629 '../testing/gtest.gyp:gtest',
3630 ], 3630 ],
3631 'include_dirs': [ 3631 'include_dirs': [
3632 '..', 3632 '..',
3633 '<(INTERMEDIATE_DIR)', 3633 '<(INTERMEDIATE_DIR)',
3634 '<(protoc_out_dir)', 3634 '<(protoc_out_dir)',
3635 ], 3635 ],
3636 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3636 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3637 'sources': [ 3637 'sources': [
3638 'browser/password_manager/password_form_data.cc', 3638 'browser/password_manager/password_form_data.cc',
3639 'test/out_of_proc_test_runner.cc', 3639 'test/base/out_of_proc_test_runner.cc',
3640 'test/live_sync/bookmarks_helper.cc', 3640 'test/live_sync/bookmarks_helper.cc',
3641 'test/live_sync/bookmarks_helper.h', 3641 'test/live_sync/bookmarks_helper.h',
3642 'test/live_sync/live_autofill_sync_test.cc', 3642 'test/live_sync/live_autofill_sync_test.cc',
3643 'test/live_sync/live_autofill_sync_test.h', 3643 'test/live_sync/live_autofill_sync_test.h',
3644 'test/live_sync/live_extensions_sync_test.cc', 3644 'test/live_sync/live_extensions_sync_test.cc',
3645 'test/live_sync/live_extensions_sync_test.h', 3645 'test/live_sync/live_extensions_sync_test.h',
3646 'test/live_sync/live_passwords_sync_test.cc', 3646 'test/live_sync/live_passwords_sync_test.cc',
3647 'test/live_sync/live_passwords_sync_test.h', 3647 'test/live_sync/live_passwords_sync_test.h',
3648 'test/live_sync/live_typed_urls_sync_test.cc', 3648 'test/live_sync/live_typed_urls_sync_test.cc',
3649 'test/live_sync/live_typed_urls_sync_test.h', 3649 'test/live_sync/live_typed_urls_sync_test.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
3752 '../third_party/mesa/mesa.gyp:osmesa', 3752 '../third_party/mesa/mesa.gyp:osmesa',
3753 ], 3753 ],
3754 'include_dirs': [ 3754 'include_dirs': [
3755 '..', 3755 '..',
3756 '<(test_list_out_dir)', 3756 '<(test_list_out_dir)',
3757 ], 3757 ],
3758 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3758 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3759 'sources': [ 3759 'sources': [
3760 'browser/gpu_pixel_browsertest.cc', 3760 'browser/gpu_pixel_browsertest.cc',
3761 'browser/gpu_crash_browsertest.cc', 3761 'browser/gpu_crash_browsertest.cc',
3762 'test/out_of_proc_test_runner.cc', 3762 'test/base/out_of_proc_test_runner.cc',
3763 'test/gpu/webgl_conformance_tests.cc', 3763 'test/gpu/webgl_conformance_tests.cc',
3764 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h', 3764 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h',
3765 ], 3765 ],
3766 # hard_dependency is necessary for this target because it has actions 3766 # hard_dependency is necessary for this target because it has actions
3767 # that generate a header file included by dependent targets. The header 3767 # that generate a header file included by dependent targets. The header
3768 # file must be generated before the dependents are compiled. The usual 3768 # file must be generated before the dependents are compiled. The usual
3769 # semantics are to allow the two targets to build concurrently. 3769 # semantics are to allow the two targets to build concurrently.
3770 'hard_dependency': 1, 3770 'hard_dependency': 1,
3771 'actions': [ 3771 'actions': [
3772 { 3772 {
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
4362 # Use outputs of this action as inputs for the main target build. 4362 # Use outputs of this action as inputs for the main target build.
4363 # Seems as a misnomer but makes this happy on Linux (scons). 4363 # Seems as a misnomer but makes this happy on Linux (scons).
4364 'process_outputs_as_sources': 1, 4364 'process_outputs_as_sources': 1,
4365 }, 4365 },
4366 ], # 'actions' 4366 ], # 'actions'
4367 }, 4367 },
4368 ] 4368 ]
4369 }], # 'coverage!=0' 4369 }], # 'coverage!=0'
4370 ], # 'conditions' 4370 ], # 'conditions'
4371 } 4371 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/promo_resource_service_unittest.cc ('k') | chrome/renderer/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698