Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/core/browser/autofill_type.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 '../net/net.gyp:net', 914 '../net/net.gyp:net',
915 '../net/net.gyp:net_test_support', 915 '../net/net.gyp:net_test_support',
916 '../skia/skia.gyp:skia', 916 '../skia/skia.gyp:skia',
917 '../sync/sync.gyp:sync', 917 '../sync/sync.gyp:sync',
918 '../sync/sync.gyp:test_support_sync_api', 918 '../sync/sync.gyp:test_support_sync_api',
919 '../testing/gmock.gyp:gmock', 919 '../testing/gmock.gyp:gmock',
920 '../testing/gtest.gyp:gtest', 920 '../testing/gtest.gyp:gtest',
921 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 921 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
922 '../third_party/icu/icu.gyp:icui18n', 922 '../third_party/icu/icu.gyp:icui18n',
923 '../third_party/icu/icu.gyp:icuuc', 923 '../third_party/icu/icu.gyp:icuuc',
924 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
924 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 925 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
925 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 926 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
926 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 927 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
927 '../ui/compositor/compositor.gyp:compositor_test_support', 928 '../ui/compositor/compositor.gyp:compositor_test_support',
928 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 929 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
929 '../ui/ui.gyp:webui_test_support', 930 '../ui/ui.gyp:webui_test_support',
930 '../v8/tools/gyp/v8.gyp:v8', 931 '../v8/tools/gyp/v8.gyp:v8',
931 # Runtime dependencies 932 # Runtime dependencies
932 '../ppapi/ppapi_internal.gyp:ppapi_tests', 933 '../ppapi/ppapi_internal.gyp:ppapi_tests',
933 '../third_party/mesa/mesa.gyp:osmesa', 934 '../third_party/mesa/mesa.gyp:osmesa',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2047 'sources!': [ 2048 'sources!': [
2048 # crbug.com/230471 2049 # crbug.com/230471
2049 'test/data/webui/accessibility_audit_browsertest.js', 2050 'test/data/webui/accessibility_audit_browsertest.js',
2050 # These tests depend on single process mode, which is disabled in 2051 # These tests depend on single process mode, which is disabled in
2051 # official builds. 2052 # official builds.
2052 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2053 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2053 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' , 2054 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' ,
2054 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c', 2055 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c',
2055 ] 2056 ]
2056 }], 2057 }],
2058 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
2059 '!dependencies': [
2060 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2061 ],
2062 }],
2057 ], # conditions 2063 ], # conditions
2058 }, # target browser_tests 2064 }, # target browser_tests
2059 { 2065 {
2060 # Executable that runs each perf browser test in a new process. 2066 # Executable that runs each perf browser test in a new process.
2061 'target_name': 'performance_browser_tests', 2067 'target_name': 'performance_browser_tests',
2062 'type': 'executable', 2068 'type': 'executable',
2063 'dependencies': [ 2069 'dependencies': [
2064 'browser', 2070 'browser',
2065 'chrome_resources.gyp:chrome_resources', 2071 'chrome_resources.gyp:chrome_resources',
2066 'chrome_resources.gyp:chrome_strings', 2072 'chrome_resources.gyp:chrome_strings',
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3185 'utility', 3191 'utility',
3186 ], 3192 ],
3187 'sources': [ 3193 'sources': [
3188 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3194 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3189 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3195 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3190 ], 3196 ],
3191 }] 3197 }]
3192 }], 3198 }],
3193 ], # 'conditions' 3199 ], # 'conditions'
3194 } 3200 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/core/browser/autofill_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698