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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2272123002: [HBD] Intercept navigation to Flash download page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per Lei Zhang's comments Created 4 years, 3 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/browser/plugins/flash_download_interception_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'renderer/safe_browsing/scorer_unittest.cc', 842 'renderer/safe_browsing/scorer_unittest.cc',
843 'utility/safe_browsing/mac/dmg_test_utils.cc', 843 'utility/safe_browsing/mac/dmg_test_utils.cc',
844 'utility/safe_browsing/mac/hfs_unittest.cc', 844 'utility/safe_browsing/mac/hfs_unittest.cc',
845 'utility/safe_browsing/mac/read_stream_unittest.cc', 845 'utility/safe_browsing/mac/read_stream_unittest.cc',
846 'utility/safe_browsing/mac/udif_unittest.cc', 846 'utility/safe_browsing/mac/udif_unittest.cc',
847 ], 847 ],
848 'chrome_unit_tests_plugins_sources': [ 848 'chrome_unit_tests_plugins_sources': [
849 'browser/component_updater/component_installers_unittest.cc', 849 'browser/component_updater/component_installers_unittest.cc',
850 'browser/metrics/chrome_stability_metrics_provider_unittest.cc', 850 'browser/metrics/chrome_stability_metrics_provider_unittest.cc',
851 'browser/metrics/plugin_metrics_provider_unittest.cc', 851 'browser/metrics/plugin_metrics_provider_unittest.cc',
852 'browser/plugins/flash_download_interception_unittest.cc',
852 'browser/plugins/plugin_finder_unittest.cc', 853 'browser/plugins/plugin_finder_unittest.cc',
853 'browser/plugins/plugin_info_message_filter_unittest.cc', 854 'browser/plugins/plugin_info_message_filter_unittest.cc',
854 'browser/plugins/plugin_installer_unittest.cc', 855 'browser/plugins/plugin_installer_unittest.cc',
855 'browser/plugins/plugin_metadata_unittest.cc', 856 'browser/plugins/plugin_metadata_unittest.cc',
856 'browser/plugins/plugin_prefs_unittest.cc', 857 'browser/plugins/plugin_prefs_unittest.cc',
857 'common/pepper_permission_util_unittest.cc', 858 'common/pepper_permission_util_unittest.cc',
858 ], 859 ],
859 'chrome_unit_tests_print_preview_sources': [ 860 'chrome_unit_tests_print_preview_sources': [
860 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 861 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
861 'browser/printing/print_job_unittest.cc', 862 'browser/printing/print_job_unittest.cc',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
3015 'dependencies': [ 3016 'dependencies': [
3016 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3017 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3017 ], 3018 ],
3018 }], 3019 }],
3019 ], 3020 ],
3020 }, 3021 },
3021 ], 3022 ],
3022 }], 3023 }],
3023 ], # 'conditions' 3024 ], # 'conditions'
3024 } 3025 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/flash_download_interception_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698