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 'variables' : { | 5 'variables' : { |
6 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 '../net/net.gyp:net', | 916 '../net/net.gyp:net', |
917 '../net/net.gyp:net_test_support', | 917 '../net/net.gyp:net_test_support', |
918 '../skia/skia.gyp:skia', | 918 '../skia/skia.gyp:skia', |
919 '../sync/sync.gyp:sync', | 919 '../sync/sync.gyp:sync', |
920 '../sync/sync.gyp:test_support_sync_api', | 920 '../sync/sync.gyp:test_support_sync_api', |
921 '../testing/gmock.gyp:gmock', | 921 '../testing/gmock.gyp:gmock', |
922 '../testing/gtest.gyp:gtest', | 922 '../testing/gtest.gyp:gtest', |
923 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 923 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
924 '../third_party/icu/icu.gyp:icui18n', | 924 '../third_party/icu/icu.gyp:icui18n', |
925 '../third_party/icu/icu.gyp:icuuc', | 925 '../third_party/icu/icu.gyp:icuuc', |
| 926 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', |
926 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 927 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
927 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 928 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
928 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 929 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
929 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 930 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
930 '../ui/ui.gyp:webui_test_support', | 931 '../ui/ui.gyp:webui_test_support', |
931 '../v8/tools/gyp/v8.gyp:v8', | 932 '../v8/tools/gyp/v8.gyp:v8', |
932 # Runtime dependencies | 933 # Runtime dependencies |
933 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 934 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
934 '../third_party/mesa/mesa.gyp:osmesa', | 935 '../third_party/mesa/mesa.gyp:osmesa', |
935 ], | 936 ], |
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2046 'sources!': [ | 2047 'sources!': [ |
2047 # crbug.com/230471 | 2048 # crbug.com/230471 |
2048 'test/data/webui/accessibility_audit_browsertest.js', | 2049 'test/data/webui/accessibility_audit_browsertest.js', |
2049 # These tests depend on single process mode, which is disabled in | 2050 # These tests depend on single process mode, which is disabled in |
2050 # official builds. | 2051 # official builds. |
2051 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2052 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2052 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, | 2053 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc'
, |
2053 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', | 2054 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c
c', |
2054 ] | 2055 ] |
2055 }], | 2056 }], |
| 2057 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
| 2058 '!dependencies': [ |
| 2059 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2060 ], |
| 2061 }], |
2056 ], # conditions | 2062 ], # conditions |
2057 }, # target browser_tests | 2063 }, # target browser_tests |
2058 { | 2064 { |
2059 # Executable that runs each perf browser test in a new process. | 2065 # Executable that runs each perf browser test in a new process. |
2060 'target_name': 'performance_browser_tests', | 2066 'target_name': 'performance_browser_tests', |
2061 'type': 'executable', | 2067 'type': 'executable', |
2062 'dependencies': [ | 2068 'dependencies': [ |
2063 'browser', | 2069 'browser', |
2064 'chrome_resources.gyp:chrome_resources', | 2070 'chrome_resources.gyp:chrome_resources', |
2065 'chrome_resources.gyp:chrome_strings', | 2071 'chrome_resources.gyp:chrome_strings', |
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3184 'utility', | 3190 'utility', |
3185 ], | 3191 ], |
3186 'sources': [ | 3192 'sources': [ |
3187 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3193 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3188 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3194 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3189 ], | 3195 ], |
3190 }] | 3196 }] |
3191 }], | 3197 }], |
3192 ], # 'conditions' | 3198 ], # 'conditions' |
3193 } | 3199 } |
OLD | NEW |