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 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2071 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 2071 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
2072 '../media/media.gyp:clearkeycdmadapter', | 2072 '../media/media.gyp:clearkeycdmadapter', |
2073 ], | 2073 ], |
2074 }], | 2074 }], |
2075 ['enable_printing!=1', { | 2075 ['enable_printing!=1', { |
2076 'sources/': [ | 2076 'sources/': [ |
2077 ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print
_private_apitest.cc'], | 2077 ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print
_private_apitest.cc'], |
2078 ['exclude', '^browser/printing/cloud_print/test/.*'], | 2078 ['exclude', '^browser/printing/cloud_print/test/.*'], |
2079 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], | 2079 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], |
2080 ['exclude', '^browser/printing/print_preview_pdf_generated_browserte
st.cc'], | 2080 ['exclude', '^browser/printing/print_preview_pdf_generated_browserte
st.cc'], |
| 2081 ['exclude', '^browser/service_process/service_process_control_browse
rtest.cc'], |
2081 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], | 2082 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], |
2082 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], | 2083 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], |
2083 ['exclude', '^test/data/webui/print_preview.cc'], | 2084 ['exclude', '^test/data/webui/print_preview.cc'], |
2084 ['exclude', '^test/data/webui/print_preview.h'], | 2085 ['exclude', '^test/data/webui/print_preview.h'], |
2085 ['exclude', '^test/data/webui/print_preview.js'], | 2086 ['exclude', '^test/data/webui/print_preview.js'], |
2086 ], | 2087 ], |
2087 }], | 2088 }], |
2088 ['enable_mdns==1', { | 2089 ['enable_mdns==1', { |
2089 'sources' : [ | 2090 'sources' : [ |
2090 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, | 2091 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, |
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3041 ['enable_webrtc==1', { | 3042 ['enable_webrtc==1', { |
3042 'dependencies': [ | 3043 'dependencies': [ |
3043 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3044 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3044 ] | 3045 ] |
3045 }], | 3046 }], |
3046 ], | 3047 ], |
3047 }] | 3048 }] |
3048 }], | 3049 }], |
3049 ], # 'conditions' | 3050 ], # 'conditions' |
3050 } | 3051 } |
OLD | NEW |