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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1227943002: Allow browser tests to use a MockCertVerifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style fixes, comments Created 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 'browser/ui/website_settings/mock_permission_bubble_request.cc', 1795 'browser/ui/website_settings/mock_permission_bubble_request.cc',
1796 'browser/ui/website_settings/mock_permission_bubble_request.h', 1796 'browser/ui/website_settings/mock_permission_bubble_request.h',
1797 'browser/ui/webui/signin/login_ui_test_utils.cc', 1797 'browser/ui/webui/signin/login_ui_test_utils.cc',
1798 'browser/ui/webui/signin/login_ui_test_utils.h', 1798 'browser/ui/webui/signin/login_ui_test_utils.h',
1799 'renderer/chrome_mock_render_thread.cc', 1799 'renderer/chrome_mock_render_thread.cc',
1800 'renderer/chrome_mock_render_thread.h', 1800 'renderer/chrome_mock_render_thread.h',
1801 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 1801 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
1802 'renderer/safe_browsing/mock_feature_extractor_clock.h', 1802 'renderer/safe_browsing/mock_feature_extractor_clock.h',
1803 'renderer/safe_browsing/test_utils.cc', 1803 'renderer/safe_browsing/test_utils.cc',
1804 'renderer/safe_browsing/test_utils.h', 1804 'renderer/safe_browsing/test_utils.h',
1805 'test/base/cert_verifier_browser_test.cc',
1806 'test/base/cert_verifier_browser_test.h',
1805 'test/base/chrome_process_util.cc', 1807 'test/base/chrome_process_util.cc',
1806 'test/base/chrome_process_util.h', 1808 'test/base/chrome_process_util.h',
1807 'test/base/chrome_process_util_mac.cc', 1809 'test/base/chrome_process_util_mac.cc',
1808 'test/base/chrome_render_view_host_test_harness.cc', 1810 'test/base/chrome_render_view_host_test_harness.cc',
1809 'test/base/chrome_render_view_host_test_harness.h', 1811 'test/base/chrome_render_view_host_test_harness.h',
1810 'test/base/chrome_test_launcher.cc', 1812 'test/base/chrome_test_launcher.cc',
1811 'test/base/chrome_test_launcher.h', 1813 'test/base/chrome_test_launcher.h',
1812 'test/base/chrome_test_suite.cc', 1814 'test/base/chrome_test_suite.cc',
1813 'test/base/chrome_test_suite.h', 1815 'test/base/chrome_test_suite.h',
1814 'test/base/chrome_unit_test_suite.cc', 1816 'test/base/chrome_unit_test_suite.cc',
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'dependencies': [ 2885 'dependencies': [
2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2885 ], 2887 ],
2886 }], 2888 }],
2887 ], 2889 ],
2888 }, 2890 },
2889 ], 2891 ],
2890 }], 2892 }],
2891 ], # 'conditions' 2893 ], # 'conditions'
2892 } 2894 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698