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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1924 # on Mac, which does use hunspell by default. | 1924 # on Mac, which does use hunspell by default. |
1925 'browser/ui/webui/options/language_options_dictionary_download_brows
ertest.js', | 1925 'browser/ui/webui/options/language_options_dictionary_download_brows
ertest.js', |
1926 # ProcessSingletonMac doesn't do anything. | 1926 # ProcessSingletonMac doesn't do anything. |
1927 'browser/process_singleton_browsertest.cc', | 1927 'browser/process_singleton_browsertest.cc', |
1928 # This test depends on GetCommandLineForRelaunch, which is not | 1928 # This test depends on GetCommandLineForRelaunch, which is not |
1929 # available on Mac. | 1929 # available on Mac. |
1930 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 1930 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
1931 # single-process mode hangs on Mac sometimes because of multiple UI | 1931 # single-process mode hangs on Mac sometimes because of multiple UI |
1932 # message loops. See 306348 | 1932 # message loops. See 306348 |
1933 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 1933 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
1934 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, | |
1935 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', | 1934 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', |
1936 ], | 1935 ], |
1937 }], | 1936 }], |
1938 ['OS=="mac" or OS=="win"', { | 1937 ['OS=="mac" or OS=="win"', { |
1939 'sources': [ | 1938 'sources': [ |
1940 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', | 1939 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', |
1941 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc
', | 1940 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc
', |
1942 ], | 1941 ], |
1943 }], | 1942 }], |
1944 ['OS=="mac"', { | 1943 ['OS=="mac"', { |
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2989 ['enable_webrtc==1', { | 2988 ['enable_webrtc==1', { |
2990 'dependencies': [ | 2989 'dependencies': [ |
2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2990 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2992 ] | 2991 ] |
2993 }], | 2992 }], |
2994 ], | 2993 ], |
2995 }] | 2994 }] |
2996 }], | 2995 }], |
2997 ], # 'conditions' | 2996 ], # 'conditions' |
2998 } | 2997 } |
OLD | NEW |