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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2164513002: Add browsertest for permission action reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-hooks-to-permission-layer2
Patch Set: fix test due to rebase Created 4 years, 5 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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 ], 885 ],
886 'chrome_browser_tests_views_non_cros_or_mac_sources': [ 886 'chrome_browser_tests_views_non_cros_or_mac_sources': [
887 # This should be brought up on OSX Views but not CrOS. 887 # This should be brought up on OSX Views but not CrOS.
888 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', 888 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc',
889 ], 889 ],
890 'chrome_browser_tests_speech_sources': [ 890 'chrome_browser_tests_speech_sources': [
891 'browser/speech/extension_api/tts_extension_apitest.cc', 891 'browser/speech/extension_api/tts_extension_apitest.cc',
892 'browser/speech/speech_recognition_browsertest.cc', 892 'browser/speech/speech_recognition_browsertest.cc',
893 ], 893 ],
894 'chrome_browser_tests_full_safe_browsing_sources': [ 894 'chrome_browser_tests_full_safe_browsing_sources': [
895 'browser/safe_browsing/permission_reporter_browsertest.cc',
895 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', 896 'browser/safe_browsing/safe_browsing_blocking_page_test.cc',
896 'browser/safe_browsing/safe_browsing_service_browsertest.cc', 897 'browser/safe_browsing/safe_browsing_service_browsertest.cc',
897 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 898 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
898 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 899 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
899 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 900 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
900 'renderer/safe_browsing/threat_dom_details_browsertest.cc', 901 'renderer/safe_browsing/threat_dom_details_browsertest.cc',
901 ], 902 ],
902 'chrome_browser_tests_remoting_sources': [ 903 'chrome_browser_tests_remoting_sources': [
903 'test/remoting/auth_browsertest.cc', 904 'test/remoting/auth_browsertest.cc',
904 'test/remoting/fullscreen_browsertest.cc', 905 'test/remoting/fullscreen_browsertest.cc',
(...skipping 2682 matching lines...) Expand 10 before | Expand all | Expand 10 after
3587 'browser', 3588 'browser',
3588 ], 3589 ],
3589 'sources': [ 3590 'sources': [
3590 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3591 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3591 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3592 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3592 ], 3593 ],
3593 }] 3594 }]
3594 }], 3595 }],
3595 ], # 'conditions' 3596 ], # 'conditions'
3596 } 3597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698