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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1874483002: Remove "from all browsers" memory details mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rip out ProcessInfoSnapshot 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 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'browser/prefs/command_line_pref_store_unittest.cc', 187 'browser/prefs/command_line_pref_store_unittest.cc',
188 'browser/prefs/incognito_mode_prefs_unittest.cc', 188 'browser/prefs/incognito_mode_prefs_unittest.cc',
189 'browser/prefs/profile_pref_store_manager_unittest.cc', 189 'browser/prefs/profile_pref_store_manager_unittest.cc',
190 'browser/prefs/proxy_policy_unittest.cc', 190 'browser/prefs/proxy_policy_unittest.cc',
191 'browser/prefs/session_startup_pref_unittest.cc', 191 'browser/prefs/session_startup_pref_unittest.cc',
192 'browser/prerender/prerender_history_unittest.cc', 192 'browser/prerender/prerender_history_unittest.cc',
193 'browser/prerender/prerender_resource_throttle_unittest.cc', 193 'browser/prerender/prerender_resource_throttle_unittest.cc',
194 'browser/prerender/prerender_unittest.cc', 194 'browser/prerender/prerender_unittest.cc',
195 'browser/prerender/prerender_util_unittest.cc', 195 'browser/prerender/prerender_util_unittest.cc',
196 'browser/private_working_set_snapshot_win_unittest.cc', 196 'browser/private_working_set_snapshot_win_unittest.cc',
197 'browser/process_info_snapshot_mac_unittest.cc',
198 'browser/process_singleton_win_unittest.cc', 197 'browser/process_singleton_win_unittest.cc',
199 'browser/profiles/gaia_info_update_service_unittest.cc', 198 'browser/profiles/gaia_info_update_service_unittest.cc',
200 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 199 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
201 'browser/profiles/profile_attributes_storage_unittest.cc', 200 'browser/profiles/profile_attributes_storage_unittest.cc',
202 'browser/profiles/profile_avatar_icon_util_unittest.cc', 201 'browser/profiles/profile_avatar_icon_util_unittest.cc',
203 'browser/profiles/profile_downloader_unittest.cc', 202 'browser/profiles/profile_downloader_unittest.cc',
204 'browser/profiles/profile_info_cache_unittest.cc', 203 'browser/profiles/profile_info_cache_unittest.cc',
205 'browser/profiles/profile_info_cache_unittest.h', 204 'browser/profiles/profile_info_cache_unittest.h',
206 'browser/profiles/profile_manager_unittest.cc', 205 'browser/profiles/profile_manager_unittest.cc',
207 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 206 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
(...skipping 2789 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'dependencies': [ 2996 'dependencies': [
2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2999 ], 2998 ],
3000 }], 2999 }],
3001 ], 3000 ],
3002 }, 3001 },
3003 ], 3002 ],
3004 }], 3003 }],
3005 ], # 'conditions' 3004 ], # 'conditions'
3006 } 3005 }
OLDNEW
« chrome/browser/memory_details_win.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698