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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 490123002: Revert of MacViews: Fix WebDialogBrowserTest.SizeWindow to get browser_tests compiling on MacViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/ui/views/web_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 }, 1933 },
1934 # Other platforms only need 1934 # Other platforms only need
1935 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, 1935 # chrome_resources.gyp:{packed_extra_resources,packed_resources},
1936 # and can build this target standalone much faster. 1936 # and can build this target standalone much faster.
1937 'dependencies': [ 1937 'dependencies': [
1938 'chrome', 1938 'chrome',
1939 '../components/components.gyp:breakpad_stubs', 1939 '../components/components.gyp:breakpad_stubs',
1940 '../third_party/ocmock/ocmock.gyp:ocmock', 1940 '../third_party/ocmock/ocmock.gyp:ocmock',
1941 ], 1941 ],
1942 'sources': [ 1942 'sources': [
1943 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ',
1944 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b rowsertest.cc', 1943 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b rowsertest.cc',
1945 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm', 1944 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm',
1946 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 1945 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
1947 ], 1946 ],
1948 'sources!': [ 1947 'sources!': [
1949 # TODO(groby): This test depends on hunspell and we cannot run it on 1948 # TODO(groby): This test depends on hunspell and we cannot run it on
1950 # Mac, which does not use hunspell by default. 1949 # Mac, which does not use hunspell by default.
1951 'browser/spellchecker/spellcheck_service_browsertest.cc', 1950 'browser/spellchecker/spellcheck_service_browsertest.cc',
1952
1953 # TODO(tapted): Enable toolkit-views browser_tests on Mac when their
1954 # respective implementations are linked in. http://crbug.com/404979.
1955 'browser/ui/views/autofill/autofill_dialog_view_tester_views.cc',
1956 'browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc',
1957 'browser/ui/views/extensions/extension_install_dialog_view_browserte st.cc',
1958 'browser/ui/views/frame/browser_view_browsertest.cc',
1959 'browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc',
1960 'browser/ui/views/profiles/avatar_menu_button_browsertest.cc',
1961 'browser/ui/views/profiles/new_avatar_menu_button_browsertest.cc',
1962 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc',
1963 'browser/ui/views/toolbar/browser_actions_container_browsertest.cc',
1964 'browser/ui/views/translate/translate_bubble_view_browsertest.cc',
1965
1966 # TODO(rouslan): This test depends on the custom dictionary UI, 1951 # TODO(rouslan): This test depends on the custom dictionary UI,
1967 # which is disabled on Mac. 1952 # which is disabled on Mac.
1968 'browser/ui/webui/options/edit_dictionary_browsertest.js', 1953 'browser/ui/webui/options/edit_dictionary_browsertest.js',
1969 # TODO(rouslan): This test depends on hunspell and we cannot run it 1954 # TODO(rouslan): This test depends on hunspell and we cannot run it
1970 # on Mac, which does use hunspell by default. 1955 # on Mac, which does use hunspell by default.
1971 'browser/ui/webui/options/language_options_dictionary_download_brows ertest.js', 1956 'browser/ui/webui/options/language_options_dictionary_download_brows ertest.js',
1972 # ProcessSingletonMac doesn't do anything. 1957 # ProcessSingletonMac doesn't do anything.
1973 'browser/process_singleton_browsertest.cc', 1958 'browser/process_singleton_browsertest.cc',
1974 # This test depends on GetCommandLineForRelaunch, which is not 1959 # This test depends on GetCommandLineForRelaunch, which is not
1975 # available on Mac. 1960 # available on Mac.
1976 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 1961 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
1977 # single-process mode hangs on Mac sometimes because of multiple UI 1962 # single-process mode hangs on Mac sometimes because of multiple UI
1978 # message loops. See 306348 1963 # message loops. See 306348
1979 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 1964 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
1980 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' , 1965 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' ,
1981 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c', 1966 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c',
1982 ], 1967 ],
1983 }], # OS=="mac" 1968 }],
1984 ['OS=="mac" or OS=="win"', { 1969 ['OS=="mac" or OS=="win"', {
1985 'sources': [ 1970 'sources': [
1986 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', 1971 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ',
1987 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ', 1972 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ',
1988 ], 1973 ],
1989 }], 1974 }],
1975 ['OS=="mac"', {
1976 'sources': [
1977 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ',
1978 ],
1979 }],
1990 ['os_posix == 0 or chromeos == 1', { 1980 ['os_posix == 0 or chromeos == 1', {
1991 'sources!': [ 1981 'sources!': [
1992 'common/time_format_browsertest.cc', 1982 'common/time_format_browsertest.cc',
1993 ], 1983 ],
1994 }], 1984 }],
1995 ['OS=="android"', { 1985 ['OS=="android"', {
1996 'sources!': [ 1986 'sources!': [
1997 'browser/policy/cloud/component_cloud_policy_browsertest.cc', 1987 'browser/policy/cloud/component_cloud_policy_browsertest.cc',
1998 'browser/prefs/pref_hash_browsertest.cc', 1988 'browser/prefs/pref_hash_browsertest.cc',
1999 ], 1989 ],
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 ['enable_webrtc==1', { 3029 ['enable_webrtc==1', {
3040 'dependencies': [ 3030 'dependencies': [
3041 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3042 ] 3032 ]
3043 }], 3033 }],
3044 ], 3034 ],
3045 }] 3035 }]
3046 }], 3036 }],
3047 ], # 'conditions' 3037 ], # 'conditions'
3048 } 3038 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/web_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698