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 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1879 # TODO(estade): port to views. | 1879 # TODO(estade): port to views. |
1880 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', | 1880 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', |
1881 ], | 1881 ], |
1882 }, { # else: toolkit_views == 0 | 1882 }, { # else: toolkit_views == 0 |
1883 'sources/': [ | 1883 'sources/': [ |
1884 ['exclude', '^../ui/views/'], | 1884 ['exclude', '^../ui/views/'], |
1885 ['exclude', '^browser/ui/views/'], | 1885 ['exclude', '^browser/ui/views/'], |
1886 ], | 1886 ], |
1887 }], | 1887 }], |
1888 ['OS!="android" and OS!="ios"', { | 1888 ['OS!="android" and OS!="ios"', { |
| 1889 'dependencies': [ |
| 1890 # build time dependency. |
| 1891 '../v8/src/d8.gyp:d8#host', |
| 1892 ], |
| 1893 }], |
| 1894 ['OS!="android" and OS!="ios" and OS!="linux"', { |
1889 # npapi test plugin doesn't build on android or ios | 1895 # npapi test plugin doesn't build on android or ios |
1890 'dependencies': [ | 1896 'dependencies': [ |
1891 # build time dependency. | 1897 # build time dependency. |
1892 '../content/content_shell_and_tests.gyp:copy_npapi_test_plugin', | 1898 '../content/content_shell_and_tests.gyp:copy_npapi_test_plugin', |
1893 '../v8/src/d8.gyp:d8#host', | |
1894 ], | 1899 ], |
1895 }], | 1900 }], |
1896 ['enable_app_list==0', { | 1901 ['enable_app_list==0', { |
1897 'sources/': [ | 1902 'sources/': [ |
1898 ['exclude', '^browser/ui/app_list/'], | 1903 ['exclude', '^browser/ui/app_list/'], |
1899 ['exclude', '^browser/ui/webui/app_list/'], | 1904 ['exclude', '^browser/ui/webui/app_list/'], |
1900 ], | 1905 ], |
1901 }], | 1906 }], |
1902 ['enable_pepper_cdms==1', { | 1907 ['enable_pepper_cdms==1', { |
1903 'dependencies': [ | 1908 'dependencies': [ |
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2904 ['enable_webrtc==1', { | 2909 ['enable_webrtc==1', { |
2905 'dependencies': [ | 2910 'dependencies': [ |
2906 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2911 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2907 ] | 2912 ] |
2908 }], | 2913 }], |
2909 ], | 2914 ], |
2910 }] | 2915 }] |
2911 }], | 2916 }], |
2912 ], # 'conditions' | 2917 ], # 'conditions' |
2913 } | 2918 } |
OLD | NEW |