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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9131016: Cloud Print Policy - service side enforcement, Mac browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 11 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after
2754 'browser/ui/webui/options/password_manager_browsertest.js', 2754 'browser/ui/webui/options/password_manager_browsertest.js',
2755 'browser/ui/webui/options/personal_options_browsertest.js', 2755 'browser/ui/webui/options/personal_options_browsertest.js',
2756 'browser/ui/webui/options/search_engine_manager_browsertest.js', 2756 'browser/ui/webui/options/search_engine_manager_browsertest.js',
2757 'browser/ui/webui/sync_setup_browsertest.js', 2757 'browser/ui/webui/sync_setup_browsertest.js',
2758 'browser/ui/webui/test_html_dialog_ui_delegate.cc', 2758 'browser/ui/webui/test_html_dialog_ui_delegate.cc',
2759 'browser/ui/webui/test_html_dialog_ui_delegate.h', 2759 'browser/ui/webui/test_html_dialog_ui_delegate.h',
2760 'browser/ui/webui/web_ui_browsertest.cc', 2760 'browser/ui/webui/web_ui_browsertest.cc',
2761 'browser/ui/webui/web_ui_browsertest.h', 2761 'browser/ui/webui/web_ui_browsertest.h',
2762 'browser/ui/webui/web_ui_test_handler.cc', 2762 'browser/ui/webui/web_ui_test_handler.cc',
2763 'browser/ui/webui/web_ui_test_handler.h', 2763 'browser/ui/webui/web_ui_test_handler.h',
2764 'common/mac/mock_launchd.cc',
2765 'common/mac/mock_launchd.h',
2764 'common/time_format_browsertest.cc', 2766 'common/time_format_browsertest.cc',
2765 'renderer/autofill/autofill_browsertest.cc', 2767 'renderer/autofill/autofill_browsertest.cc',
2766 'renderer/autofill/form_autocomplete_browsertest.cc', 2768 'renderer/autofill/form_autocomplete_browsertest.cc',
2767 'renderer/autofill/form_autofill_browsertest.cc', 2769 'renderer/autofill/form_autofill_browsertest.cc',
2768 'renderer/autofill/password_autofill_manager_browsertest.cc', 2770 'renderer/autofill/password_autofill_manager_browsertest.cc',
2769 'renderer/automation/automation_renderer_helper_browsertest.cc', 2771 'renderer/automation/automation_renderer_helper_browsertest.cc',
2770 'renderer/content_settings_observer_browsertest.cc', 2772 'renderer/content_settings_observer_browsertest.cc',
2771 'renderer/page_click_tracker_browsertest.cc', 2773 'renderer/page_click_tracker_browsertest.cc',
2772 'renderer/print_web_view_helper_browsertest.cc', 2774 'renderer/print_web_view_helper_browsertest.cc',
2773 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2775 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 'sources': [ 3059 'sources': [
3058 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 3060 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
3059 '../content/renderer/external_popup_menu_browsertest.cc', 3061 '../content/renderer/external_popup_menu_browsertest.cc',
3060 ], 3062 ],
3061 'sources!': [ 3063 'sources!': [
3062 # TODO(ivankr): enable this once http://crbug.com/109728 is fixed. 3064 # TODO(ivankr): enable this once http://crbug.com/109728 is fixed.
3063 'browser/protector/protector_service_browsertest.cc', 3065 'browser/protector/protector_service_browsertest.cc',
3064 # TODO(hbono): This test depends on hunspell and we cannot run it on 3066 # TODO(hbono): This test depends on hunspell and we cannot run it on
3065 # Mac, which does not use hunspell by default. 3067 # Mac, which does not use hunspell by default.
3066 'browser/spellchecker/spellcheck_host_browsertest.cc', 3068 'browser/spellchecker/spellcheck_host_browsertest.cc',
3067 # Blocked on having a full Launchd mock.
3068 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc',
3069 ], 3069 ],
3070 }, { # else: OS != "mac" 3070 }, { # else: OS != "mac"
3071 'sources!': [ 3071 'sources!': [
3072 'browser/extensions/browser_action_test_util_mac.mm', 3072 'browser/extensions/browser_action_test_util_mac.mm',
3073 ], 3073 ],
3074 }], 3074 }],
3075 ['os_posix == 0 or chromeos == 1', { 3075 ['os_posix == 0 or chromeos == 1', {
3076 'sources!': [ 3076 'sources!': [
3077 'common/time_format_browsertest.cc', 3077 'common/time_format_browsertest.cc',
3078 ], 3078 ],
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 # Use outputs of this action as inputs for the main target build. 4608 # Use outputs of this action as inputs for the main target build.
4609 # Seems as a misnomer but makes this happy on Linux (scons). 4609 # Seems as a misnomer but makes this happy on Linux (scons).
4610 'process_outputs_as_sources': 1, 4610 'process_outputs_as_sources': 1,
4611 }, 4611 },
4612 ], # 'actions' 4612 ], # 'actions'
4613 }, 4613 },
4614 ] 4614 ]
4615 }], # 'coverage!=0' 4615 }], # 'coverage!=0'
4616 ], # 'conditions' 4616 ], # 'conditions'
4617 } 4617 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698