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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged in https://codereview.chromium.org/300303002/ Created 6 years, 6 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
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 '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
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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 # crbug.com/230471 2016 # crbug.com/230471
2017 'test/data/webui/accessibility_audit_browsertest.js', 2017 'test/data/webui/accessibility_audit_browsertest.js',
2018 # These tests depend on single process mode, which is disabled in 2018 # These tests depend on single process mode, which is disabled in
2019 # official builds. 2019 # official builds.
2020 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2020 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2021 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' , 2021 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc' ,
2022 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c', 2022 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.c c',
2023 ] 2023 ]
2024 }], 2024 }],
2025 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { 2025 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
2026 'dependencies!': [ 2026 '!dependencies': [
2027 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2027 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ chromium',
2028 ], 2028 ],
2029 }], 2029 }],
2030 ['use_ozone==1', { 2030 ['use_ozone==1', {
2031 'sources!': [ 2031 'sources!': [
2032 # crbug.com/362698 2032 # crbug.com/362698
2033 'browser/chromeos/input_method/input_method_engine_browsertests.cc', 2033 'browser/chromeos/input_method/input_method_engine_browsertests.cc',
2034 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', 2034 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc',
2035 ], 2035 ],
2036 }], 2036 }],
2037 ['remoting==1', { 2037 ['remoting==1', {
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 ['enable_webrtc==1', { 3002 ['enable_webrtc==1', {
3003 'dependencies': [ 3003 'dependencies': [
3004 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3004 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3005 ] 3005 ]
3006 }], 3006 }],
3007 ], 3007 ],
3008 }] 3008 }]
3009 }], 3009 }],
3010 ], # 'conditions' 3010 ], # 'conditions'
3011 } 3011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698