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 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1836 'OTHER_LDFLAGS': [ | 1836 'OTHER_LDFLAGS': [ |
1837 '-Wl,-ObjC', | 1837 '-Wl,-ObjC', |
1838 ], | 1838 ], |
1839 }, | 1839 }, |
1840 # Other platforms only need | 1840 # Other platforms only need |
1841 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, | 1841 # chrome_resources.gyp:{packed_extra_resources,packed_resources}, |
1842 # and can build this target standalone much faster. | 1842 # and can build this target standalone much faster. |
1843 'dependencies': [ | 1843 'dependencies': [ |
1844 'chrome', | 1844 'chrome', |
1845 '../components/components.gyp:breakpad_stubs', | 1845 '../components/components.gyp:breakpad_stubs', |
| 1846 '../third_party/ocmock/ocmock.gyp:ocmock', |
1846 ], | 1847 ], |
1847 'sources': [ | 1848 'sources': [ |
1848 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b
rowsertest.cc', | 1849 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate_b
rowsertest.cc', |
| 1850 'browser/renderer_host/chrome_render_widget_host_view_mac_history_sw
iper_browsertest.mm', |
1849 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', | 1851 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', |
1850 ], | 1852 ], |
1851 'sources!': [ | 1853 'sources!': [ |
1852 # TODO(groby): This test depends on hunspell and we cannot run it on | 1854 # TODO(groby): This test depends on hunspell and we cannot run it on |
1853 # Mac, which does not use hunspell by default. | 1855 # Mac, which does not use hunspell by default. |
1854 'browser/spellchecker/spellcheck_service_browsertest.cc', | 1856 'browser/spellchecker/spellcheck_service_browsertest.cc', |
1855 # TODO(rouslan): This test depends on the custom dictionary UI, | 1857 # TODO(rouslan): This test depends on the custom dictionary UI, |
1856 # which is disabled on Mac. | 1858 # which is disabled on Mac. |
1857 'browser/ui/webui/options/edit_dictionary_browsertest.js', | 1859 'browser/ui/webui/options/edit_dictionary_browsertest.js', |
1858 # TODO(rouslan): This test depends on hunspell and we cannot run it | 1860 # TODO(rouslan): This test depends on hunspell and we cannot run it |
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2981 ['enable_webrtc==1', { | 2983 ['enable_webrtc==1', { |
2982 'dependencies': [ | 2984 'dependencies': [ |
2983 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2985 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2984 ] | 2986 ] |
2985 }], | 2987 }], |
2986 ], | 2988 ], |
2987 }] | 2989 }] |
2988 }], | 2990 }], |
2989 ], # 'conditions' | 2991 ], # 'conditions' |
2990 } | 2992 } |
OLD | NEW |