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 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/service_process/service_process_control_browse
rtest.cc'], |
2082 ['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'], |
2083 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], | |
2084 ['exclude', '^test/data/webui/print_preview.cc'], | 2083 ['exclude', '^test/data/webui/print_preview.cc'], |
2085 ['exclude', '^test/data/webui/print_preview.h'], | 2084 ['exclude', '^test/data/webui/print_preview.h'], |
2086 ['exclude', '^test/data/webui/print_preview.js'], | 2085 ['exclude', '^test/data/webui/print_preview.js'], |
2087 ], | 2086 ], |
2088 }], | 2087 }], |
| 2088 ['enable_printing==0', { |
| 2089 'sources/': [ |
| 2090 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], |
| 2091 ], |
| 2092 }], |
2089 ['enable_mdns==1', { | 2093 ['enable_mdns==1', { |
2090 'sources' : [ | 2094 'sources' : [ |
2091 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, | 2095 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, |
2092 ] | 2096 ] |
2093 }], | 2097 }], |
2094 [ 'use_brlapi==0', { | 2098 [ 'use_brlapi==0', { |
2095 'sources!': [ | 2099 'sources!': [ |
2096 'browser/extensions/api/braille_display_private/braille_display_priv
ate_apitest.cc' | 2100 'browser/extensions/api/braille_display_private/braille_display_priv
ate_apitest.cc' |
2097 ] | 2101 ] |
2098 }], | 2102 }], |
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3042 ['enable_webrtc==1', { | 3046 ['enable_webrtc==1', { |
3043 'dependencies': [ | 3047 'dependencies': [ |
3044 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3048 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3045 ] | 3049 ] |
3046 }], | 3050 }], |
3047 ], | 3051 ], |
3048 }] | 3052 }] |
3049 }], | 3053 }], |
3050 ], # 'conditions' | 3054 ], # 'conditions' |
3051 } | 3055 } |
OLD | NEW |