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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
817 '../net/net.gyp:net_test_support', | 817 '../net/net.gyp:net_test_support', |
818 '../skia/skia.gyp:skia', | 818 '../skia/skia.gyp:skia', |
819 '../sync/sync.gyp:sync', | 819 '../sync/sync.gyp:sync', |
820 '../sync/sync.gyp:test_support_sync_api', | 820 '../sync/sync.gyp:test_support_sync_api', |
821 '../testing/gmock.gyp:gmock', | 821 '../testing/gmock.gyp:gmock', |
822 '../testing/gtest.gyp:gtest', | 822 '../testing/gtest.gyp:gtest', |
823 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 823 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
824 '../third_party/icu/icu.gyp:icui18n', | 824 '../third_party/icu/icu.gyp:icui18n', |
825 '../third_party/icu/icu.gyp:icuuc', | 825 '../third_party/icu/icu.gyp:icuuc', |
826 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 826 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
827 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', | 827 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_chro
mium', |
828 '../third_party/libjingle/libjingle.gyp:peerconnection_server', | 828 '../third_party/libjingle/libjingle.gyp:peerconnection_server', |
829 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 829 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
830 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 830 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
831 '../ui/compositor/compositor.gyp:compositor_test_support', | 831 '../ui/compositor/compositor.gyp:compositor_test_support', |
832 '../ui/resources/ui_resources.gyp:ui_resources', | 832 '../ui/resources/ui_resources.gyp:ui_resources', |
833 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 833 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
834 '../v8/tools/gyp/v8.gyp:v8', | 834 '../v8/tools/gyp/v8.gyp:v8', |
835 # Runtime dependencies | 835 # Runtime dependencies |
836 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 836 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
837 '../remoting/remoting.gyp:remoting_browser_test_resources', | 837 '../remoting/remoting.gyp:remoting_browser_test_resources', |
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2007 'test/data/webui/accessibility_audit_browsertest.js', | 2007 'test/data/webui/accessibility_audit_browsertest.js', |
2008 # These tests depend on single process mode, which is disabled in | 2008 # These tests depend on single process mode, which is disabled in |
2009 # official builds. | 2009 # official builds. |
2010 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2010 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2011 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, | 2011 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, |
2012 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', | 2012 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', |
2013 ] | 2013 ] |
2014 }], | 2014 }], |
2015 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 2015 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
2016 '!dependencies': [ | 2016 '!dependencies': [ |
2017 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2017 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
chromium', |
2018 ], | 2018 ], |
2019 }], | 2019 }], |
2020 ['use_ozone==1', { | 2020 ['use_ozone==1', { |
2021 'sources!': [ | 2021 'sources!': [ |
2022 # crbug.com/362698 | 2022 # crbug.com/362698 |
2023 'browser/chromeos/input_method/input_method_engine_browsertests.cc', | 2023 'browser/chromeos/input_method/input_method_engine_browsertests.cc', |
2024 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', | 2024 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', |
2025 ], | 2025 ], |
2026 }], | 2026 }], |
2027 ['remoting==1', { | 2027 ['remoting==1', { |
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2987 ['enable_webrtc==1', { | 2987 ['enable_webrtc==1', { |
2988 'dependencies': [ | 2988 'dependencies': [ |
2989 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2989 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2990 ] | 2990 ] |
2991 }], | 2991 }], |
2992 ], | 2992 ], |
2993 }] | 2993 }] |
2994 }], | 2994 }], |
2995 ], # 'conditions' | 2995 ], # 'conditions' |
2996 } | 2996 } |
OLD | NEW |