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

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: Add gesture test Created 4 years, 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/permissions/request.html » ('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 '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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 ], 887 ],
888 'chrome_browser_tests_views_non_cros_sources': [ 888 'chrome_browser_tests_views_non_cros_sources': [
889 # This should be brought up on OSX Views but not CrOS. 889 # This should be brought up on OSX Views but not CrOS.
890 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc', 890 'browser/ui/views/profiles/profile_chooser_view_browsertest.cc',
891 ], 891 ],
892 'chrome_browser_tests_speech_sources': [ 892 'chrome_browser_tests_speech_sources': [
893 'browser/speech/extension_api/tts_extension_apitest.cc', 893 'browser/speech/extension_api/tts_extension_apitest.cc',
894 'browser/speech/speech_recognition_browsertest.cc', 894 'browser/speech/speech_recognition_browsertest.cc',
895 ], 895 ],
896 'chrome_browser_tests_full_safe_browsing_sources': [ 896 'chrome_browser_tests_full_safe_browsing_sources': [
897 'browser/safe_browsing/permission_reporter_browsertest.cc',
897 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', 898 'browser/safe_browsing/safe_browsing_blocking_page_test.cc',
898 'browser/safe_browsing/safe_browsing_service_browsertest.cc', 899 'browser/safe_browsing/safe_browsing_service_browsertest.cc',
899 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 900 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
900 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 901 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
901 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 902 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
902 'renderer/safe_browsing/threat_dom_details_browsertest.cc', 903 'renderer/safe_browsing/threat_dom_details_browsertest.cc',
903 ], 904 ],
904 'chrome_browser_tests_remoting_sources': [ 905 'chrome_browser_tests_remoting_sources': [
905 'test/remoting/auth_browsertest.cc', 906 'test/remoting/auth_browsertest.cc',
906 'test/remoting/fullscreen_browsertest.cc', 907 'test/remoting/fullscreen_browsertest.cc',
(...skipping 2683 matching lines...) Expand 10 before | Expand all | Expand 10 after
3590 'browser', 3591 'browser',
3591 ], 3592 ],
3592 'sources': [ 3593 'sources': [
3593 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3594 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3595 ], 3596 ],
3596 }] 3597 }]
3597 }], 3598 }],
3598 ], # 'conditions' 3599 ], # 'conditions'
3599 } 3600 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/permissions/request.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698