OLD | NEW |
---|---|
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 Loading... | |
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 ', | |
1943 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b rowsertest.cc', | 1944 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b rowsertest.cc', |
1944 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm', | 1945 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw iper_browsertest.mm', |
1945 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', | 1946 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', |
1946 ], | 1947 ], |
1947 'sources!': [ | 1948 'sources!': [ |
1948 # TODO(groby): This test depends on hunspell and we cannot run it on | 1949 # TODO(groby): This test depends on hunspell and we cannot run it on |
1949 # Mac, which does not use hunspell by default. | 1950 # Mac, which does not use hunspell by default. |
1950 'browser/spellchecker/spellcheck_service_browsertest.cc', | 1951 '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/404980. | |
msw
2014/08/20 19:51:48
Did you meant to mark that bug WontFix? Seems odd
tapted
2014/08/21 00:22:13
nice catch - Thanks! I discovered crbug/I had simu
| |
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 | |
1951 # TODO(rouslan): This test depends on the custom dictionary UI, | 1966 # TODO(rouslan): This test depends on the custom dictionary UI, |
1952 # which is disabled on Mac. | 1967 # which is disabled on Mac. |
1953 'browser/ui/webui/options/edit_dictionary_browsertest.js', | 1968 'browser/ui/webui/options/edit_dictionary_browsertest.js', |
1954 # TODO(rouslan): This test depends on hunspell and we cannot run it | 1969 # TODO(rouslan): This test depends on hunspell and we cannot run it |
1955 # on Mac, which does use hunspell by default. | 1970 # on Mac, which does use hunspell by default. |
1956 'browser/ui/webui/options/language_options_dictionary_download_brows ertest.js', | 1971 'browser/ui/webui/options/language_options_dictionary_download_brows ertest.js', |
1957 # ProcessSingletonMac doesn't do anything. | 1972 # ProcessSingletonMac doesn't do anything. |
1958 'browser/process_singleton_browsertest.cc', | 1973 'browser/process_singleton_browsertest.cc', |
1959 # This test depends on GetCommandLineForRelaunch, which is not | 1974 # This test depends on GetCommandLineForRelaunch, which is not |
1960 # available on Mac. | 1975 # available on Mac. |
1961 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', | 1976 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', |
1962 # single-process mode hangs on Mac sometimes because of multiple UI | 1977 # single-process mode hangs on Mac sometimes because of multiple UI |
1963 # message loops. See 306348 | 1978 # message loops. See 306348 |
1964 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 1979 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
1965 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' , | 1980 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' , |
1966 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c', | 1981 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c', |
1967 ], | 1982 ], |
1968 }], | 1983 }], # OS=="mac" |
1969 ['OS=="mac" or OS=="win"', { | 1984 ['OS=="mac" or OS=="win"', { |
1970 'sources': [ | 1985 'sources': [ |
1971 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', | 1986 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', |
1972 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ', | 1987 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ', |
1973 ], | 1988 ], |
1974 }], | 1989 }], |
1975 ['OS=="mac"', { | |
1976 'sources': [ | |
1977 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ', | |
1978 ], | |
1979 }], | |
1980 ['os_posix == 0 or chromeos == 1', { | 1990 ['os_posix == 0 or chromeos == 1', { |
1981 'sources!': [ | 1991 'sources!': [ |
1982 'common/time_format_browsertest.cc', | 1992 'common/time_format_browsertest.cc', |
1983 ], | 1993 ], |
1984 }], | 1994 }], |
1985 ['OS=="android"', { | 1995 ['OS=="android"', { |
1986 'sources!': [ | 1996 'sources!': [ |
1987 'browser/policy/cloud/component_cloud_policy_browsertest.cc', | 1997 'browser/policy/cloud/component_cloud_policy_browsertest.cc', |
1988 'browser/prefs/pref_hash_browsertest.cc', | 1998 'browser/prefs/pref_hash_browsertest.cc', |
1989 ], | 1999 ], |
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3029 ['enable_webrtc==1', { | 3039 ['enable_webrtc==1', { |
3030 'dependencies': [ | 3040 'dependencies': [ |
3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3041 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3032 ] | 3042 ] |
3033 }], | 3043 }], |
3034 ], | 3044 ], |
3035 }] | 3045 }] |
3036 }], | 3046 }], |
3037 ], # 'conditions' | 3047 ], # 'conditions' |
3038 } | 3048 } |
OLD | NEW |