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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1110723002: Split to SafeBrowsingDatabaseManager into Local* and Remote*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move delegate mgmt to sb service. Use weak_ptr for ClientRequest Created 5 years, 7 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
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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'browser/ui/webui/policy_ui_browsertest.cc', 787 'browser/ui/webui/policy_ui_browsertest.cc',
788 ], 788 ],
789 'chrome_browser_tests_speech_sources': [ 789 'chrome_browser_tests_speech_sources': [
790 'browser/speech/extension_api/tts_extension_apitest.cc', 790 'browser/speech/extension_api/tts_extension_apitest.cc',
791 ], 791 ],
792 'chrome_browser_tests_full_safe_browsing_sources': [ 792 'chrome_browser_tests_full_safe_browsing_sources': [
793 'browser/safe_browsing/local_safebrowsing_test_server.cc', 793 'browser/safe_browsing/local_safebrowsing_test_server.cc',
794 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', 794 'browser/safe_browsing/safe_browsing_blocking_page_test.cc',
795 'browser/safe_browsing/safe_browsing_service_browsertest.cc', 795 'browser/safe_browsing/safe_browsing_service_browsertest.cc',
796 'browser/safe_browsing/safe_browsing_test.cc', 796 'browser/safe_browsing/safe_browsing_test.cc',
797 'browser/safe_browsing/test_database_manager.cc',
798 'browser/safe_browsing/test_database_manager.h',
797 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 799 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
798 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 800 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
799 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 801 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
800 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 802 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
801 ], 803 ],
802 'chrome_browser_tests_remoting_sources': [ 804 'chrome_browser_tests_remoting_sources': [
803 'test/remoting/auth_browsertest.cc', 805 'test/remoting/auth_browsertest.cc',
804 'test/remoting/fullscreen_browsertest.cc', 806 'test/remoting/fullscreen_browsertest.cc',
805 'test/remoting/it2me_browsertest.cc', 807 'test/remoting/it2me_browsertest.cc',
806 'test/remoting/key_code_conv.cc', 808 'test/remoting/key_code_conv.cc',
(...skipping 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2940 'dependencies': [ 2942 'dependencies': [
2941 'chrome_java', 2943 'chrome_java',
2942 'chrome_shell_apk_java', 2944 'chrome_shell_apk_java',
2943 'chrome_java_test_support', 2945 'chrome_java_test_support',
2944 '../base/base.gyp:base', 2946 '../base/base.gyp:base',
2945 '../base/base.gyp:base_java_test_support', 2947 '../base/base.gyp:base_java_test_support',
2946 '../components/components.gyp:invalidation_javatests', 2948 '../components/components.gyp:invalidation_javatests',
2947 '../components/components.gyp:precache_javatests', 2949 '../components/components.gyp:precache_javatests',
2948 '../content/content_shell_and_tests.gyp:content_java_test_support', 2950 '../content/content_shell_and_tests.gyp:content_java_test_support',
2949 '../sync/sync.gyp:sync_javatests', 2951 '../sync/sync.gyp:sync_javatests',
2950 '../testing/android/on_device_instrumentation.gyp:broker_java',
2951 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
mattm 2015/05/08 02:17:26 was this intentional?
Nathan Parker 2015/05/12 01:04:01 Nope. Looks like a rebase issue. I must have pick
2952 '../ui/android/ui_android.gyp:ui_javatests', 2952 '../ui/android/ui_android.gyp:ui_javatests',
2953 ], 2953 ],
2954 'variables': { 2954 'variables': {
2955 'apk_name': 'ChromeShellTest', 2955 'apk_name': 'ChromeShellTest',
2956 'java_in_dir': 'android/shell/javatests', 2956 'java_in_dir': 'android/shell/javatests',
2957 'additional_src_dirs': ['android/javatests/src'], 2957 'additional_src_dirs': ['android/javatests/src'],
2958 'is_test_apk': 1, 2958 'is_test_apk': 1,
2959 }, 2959 },
2960 'includes': [ '../build/java_apk.gypi' ], 2960 'includes': [ '../build/java_apk.gypi' ],
2961 }, 2961 },
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
3251 ['enable_webrtc==1', { 3251 ['enable_webrtc==1', {
3252 'dependencies': [ 3252 'dependencies': [
3253 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3253 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3254 ] 3254 ]
3255 }], 3255 }],
3256 ], 3256 ],
3257 }] 3257 }]
3258 }], 3258 }],
3259 ], # 'conditions' 3259 ], # 'conditions'
3260 } 3260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698