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

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: address nit + REBASE 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 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 'browser/ui/webui/options/password_manager_browsertest.js', 2751 'browser/ui/webui/options/password_manager_browsertest.js',
2752 'browser/ui/webui/options/personal_options_browsertest.js', 2752 'browser/ui/webui/options/personal_options_browsertest.js',
2753 'browser/ui/webui/options/search_engine_manager_browsertest.js', 2753 'browser/ui/webui/options/search_engine_manager_browsertest.js',
2754 'browser/ui/webui/sync_setup_browsertest.js', 2754 'browser/ui/webui/sync_setup_browsertest.js',
2755 'browser/ui/webui/test_html_dialog_ui_delegate.cc', 2755 'browser/ui/webui/test_html_dialog_ui_delegate.cc',
2756 'browser/ui/webui/test_html_dialog_ui_delegate.h', 2756 'browser/ui/webui/test_html_dialog_ui_delegate.h',
2757 'browser/ui/webui/web_ui_browsertest.cc', 2757 'browser/ui/webui/web_ui_browsertest.cc',
2758 'browser/ui/webui/web_ui_browsertest.h', 2758 'browser/ui/webui/web_ui_browsertest.h',
2759 'browser/ui/webui/web_ui_test_handler.cc', 2759 'browser/ui/webui/web_ui_test_handler.cc',
2760 'browser/ui/webui/web_ui_test_handler.h', 2760 'browser/ui/webui/web_ui_test_handler.h',
2761 'common/mac/mock_launchd.cc',
2762 'common/mac/mock_launchd.h',
2761 'common/time_format_browsertest.cc', 2763 'common/time_format_browsertest.cc',
2762 'renderer/autofill/autofill_browsertest.cc', 2764 'renderer/autofill/autofill_browsertest.cc',
2763 'renderer/autofill/form_autocomplete_browsertest.cc', 2765 'renderer/autofill/form_autocomplete_browsertest.cc',
2764 'renderer/autofill/form_autofill_browsertest.cc', 2766 'renderer/autofill/form_autofill_browsertest.cc',
2765 'renderer/autofill/password_autofill_manager_browsertest.cc', 2767 'renderer/autofill/password_autofill_manager_browsertest.cc',
2766 'renderer/automation/automation_renderer_helper_browsertest.cc', 2768 'renderer/automation/automation_renderer_helper_browsertest.cc',
2767 'renderer/content_settings_observer_browsertest.cc', 2769 'renderer/content_settings_observer_browsertest.cc',
2768 'renderer/page_click_tracker_browsertest.cc', 2770 'renderer/page_click_tracker_browsertest.cc',
2769 'renderer/print_web_view_helper_browsertest.cc', 2771 'renderer/print_web_view_helper_browsertest.cc',
2770 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2772 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 'sources': [ 3056 'sources': [
3055 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 3057 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
3056 '../content/renderer/external_popup_menu_browsertest.cc', 3058 '../content/renderer/external_popup_menu_browsertest.cc',
3057 ], 3059 ],
3058 'sources!': [ 3060 'sources!': [
3059 # TODO(ivankr): enable this once http://crbug.com/109728 is fixed. 3061 # TODO(ivankr): enable this once http://crbug.com/109728 is fixed.
3060 'browser/protector/protector_service_browsertest.cc', 3062 'browser/protector/protector_service_browsertest.cc',
3061 # TODO(hbono): This test depends on hunspell and we cannot run it on 3063 # TODO(hbono): This test depends on hunspell and we cannot run it on
3062 # Mac, which does not use hunspell by default. 3064 # Mac, which does not use hunspell by default.
3063 'browser/spellchecker/spellcheck_host_browsertest.cc', 3065 'browser/spellchecker/spellcheck_host_browsertest.cc',
3064 # Blocked on having a full Launchd mock.
3065 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc',
3066 ], 3066 ],
3067 }, { # else: OS != "mac" 3067 }, { # else: OS != "mac"
3068 'sources!': [ 3068 'sources!': [
3069 'browser/extensions/browser_action_test_util_mac.mm', 3069 'browser/extensions/browser_action_test_util_mac.mm',
3070 ], 3070 ],
3071 }], 3071 }],
3072 ['os_posix == 0 or chromeos == 1', { 3072 ['os_posix == 0 or chromeos == 1', {
3073 'sources!': [ 3073 'sources!': [
3074 'common/time_format_browsertest.cc', 3074 'common/time_format_browsertest.cc',
3075 ], 3075 ],
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
4605 # Use outputs of this action as inputs for the main target build. 4605 # Use outputs of this action as inputs for the main target build.
4606 # Seems as a misnomer but makes this happy on Linux (scons). 4606 # Seems as a misnomer but makes this happy on Linux (scons).
4607 'process_outputs_as_sources': 1, 4607 'process_outputs_as_sources': 1,
4608 }, 4608 },
4609 ], # 'actions' 4609 ], # 'actions'
4610 }, 4610 },
4611 ] 4611 ]
4612 }], # 'coverage!=0' 4612 }], # 'coverage!=0'
4613 ], # 'conditions' 4613 ], # 'conditions'
4614 } 4614 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc ('k') | chrome/common/mac/mock_launchd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698