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

Side by Side Diff: components/components_tests.gyp

Issue 1922473003: Scrub the vestigal breakpad crash dump attempts metrics code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Greg's comments. Created 4 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', 77 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc',
78 ], 78 ],
79 'browser_sync_unittest_sources': [ 79 'browser_sync_unittest_sources': [
80 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', 80 'browser_sync/browser/profile_sync_service_autofill_unittest.cc',
81 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc', 81 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc',
82 'browser_sync/browser/profile_sync_service_startup_unittest.cc', 82 'browser_sync/browser/profile_sync_service_startup_unittest.cc',
83 'browser_sync/browser/profile_sync_service_unittest.cc', 83 'browser_sync/browser/profile_sync_service_unittest.cc',
84 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc', 84 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc',
85 ], 85 ],
86 'browser_watcher_unittest_sources': [ 86 'browser_watcher_unittest_sources': [
87 'browser_watcher/crash_reporting_metrics_win_unittest.cc',
88 'browser_watcher/endsession_watcher_window_win_unittest.cc', 87 'browser_watcher/endsession_watcher_window_win_unittest.cc',
89 'browser_watcher/exit_code_watcher_win_unittest.cc', 88 'browser_watcher/exit_code_watcher_win_unittest.cc',
90 'browser_watcher/exit_funnel_win_unittest.cc', 89 'browser_watcher/exit_funnel_win_unittest.cc',
91 'browser_watcher/watcher_client_win_unittest.cc', 90 'browser_watcher/watcher_client_win_unittest.cc',
92 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 91 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
93 'browser_watcher/window_hang_monitor_win_unittest.cc', 92 'browser_watcher/window_hang_monitor_win_unittest.cc',
94 ], 93 ],
95 'bubble_unittest_sources': [ 94 'bubble_unittest_sources': [
96 'bubble/bubble_manager_mocks.cc', 95 'bubble/bubble_manager_mocks.cc',
97 'bubble/bubble_manager_mocks.h', 96 'bubble/bubble_manager_mocks.h',
(...skipping 1819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'dependencies': [ 1916 'dependencies': [
1918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1919 ], 1918 ],
1920 }], 1919 }],
1921 ], 1920 ],
1922 }, 1921 },
1923 ], 1922 ],
1924 }], 1923 }],
1925 ], 1924 ],
1926 } 1925 }
OLDNEW
« no previous file with comments | « components/browser_watcher/crash_reporting_metrics_win_unittest.cc ('k') | components/crash/content/app/breakpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698