| 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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 '../net/net.gyp:net_test_support', | 818 '../net/net.gyp:net_test_support', |
| 819 '../skia/skia.gyp:skia', | 819 '../skia/skia.gyp:skia', |
| 820 '../sync/sync.gyp:sync', | 820 '../sync/sync.gyp:sync', |
| 821 '../sync/sync.gyp:test_support_sync_api', | 821 '../sync/sync.gyp:test_support_sync_api', |
| 822 '../testing/gmock.gyp:gmock', | 822 '../testing/gmock.gyp:gmock', |
| 823 '../testing/gtest.gyp:gtest', | 823 '../testing/gtest.gyp:gtest', |
| 824 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 824 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 825 '../third_party/icu/icu.gyp:icui18n', | 825 '../third_party/icu/icu.gyp:icui18n', |
| 826 '../third_party/icu/icu.gyp:icuuc', | 826 '../third_party/icu/icu.gyp:icuuc', |
| 827 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 827 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 828 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', | 828 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_chro
mium', |
| 829 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 829 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
| 830 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 830 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 831 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 831 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 832 '../ui/compositor/compositor.gyp:compositor_test_support', | 832 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 833 '../ui/resources/ui_resources.gyp:ui_resources', | 833 '../ui/resources/ui_resources.gyp:ui_resources', |
| 834 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 834 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 835 '../v8/tools/gyp/v8.gyp:v8', | 835 '../v8/tools/gyp/v8.gyp:v8', |
| 836 # Runtime dependencies | 836 # Runtime dependencies |
| 837 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 837 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 838 '../remoting/remoting.gyp:remoting_browser_test_resources', | 838 '../remoting/remoting.gyp:remoting_browser_test_resources', |
| (...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2013 # crbug.com/230471 | 2013 # crbug.com/230471 |
| 2014 'test/data/webui/accessibility_audit_browsertest.js', | 2014 'test/data/webui/accessibility_audit_browsertest.js', |
| 2015 # These tests depend on single process mode, which is disabled in | 2015 # These tests depend on single process mode, which is disabled in |
| 2016 # official builds. | 2016 # official builds. |
| 2017 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2017 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
| 2018 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, | 2018 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, |
| 2019 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', | 2019 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', |
| 2020 ] | 2020 ] |
| 2021 }], | 2021 }], |
| 2022 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 2022 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
| 2023 'dependencies!': [ | 2023 '!dependencies': [ |
| 2024 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2024 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
chromium', |
| 2025 ], | 2025 ], |
| 2026 }], | 2026 }], |
| 2027 ['use_ozone==1', { | 2027 ['use_ozone==1', { |
| 2028 'sources!': [ | 2028 'sources!': [ |
| 2029 # crbug.com/362698 | 2029 # crbug.com/362698 |
| 2030 'browser/chromeos/input_method/input_method_engine_browsertests.cc', | 2030 'browser/chromeos/input_method/input_method_engine_browsertests.cc', |
| 2031 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', | 2031 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', |
| 2032 ], | 2032 ], |
| 2033 }], | 2033 }], |
| 2034 ['remoting==1', { | 2034 ['remoting==1', { |
| (...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2956 ['enable_webrtc==1', { | 2956 ['enable_webrtc==1', { |
| 2957 'dependencies': [ | 2957 'dependencies': [ |
| 2958 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2958 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2959 ] | 2959 ] |
| 2960 }], | 2960 }], |
| 2961 ], | 2961 ], |
| 2962 }] | 2962 }] |
| 2963 }], | 2963 }], |
| 2964 ], # 'conditions' | 2964 ], # 'conditions' |
| 2965 } | 2965 } |
| OLD | NEW |