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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8085026: Add a metric to Chrome to measure fragmentation of chrome.dll at startup.BUG=98033TEST=None (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 'browser/extensions/file_reader_unittest.cc', 1285 'browser/extensions/file_reader_unittest.cc',
1286 'browser/extensions/image_loading_tracker_unittest.cc', 1286 'browser/extensions/image_loading_tracker_unittest.cc',
1287 'browser/extensions/in_memory_extension_settings_storage_unittest.cc', 1287 'browser/extensions/in_memory_extension_settings_storage_unittest.cc',
1288 'browser/extensions/key_identifier_conversion_views_unittest.cc', 1288 'browser/extensions/key_identifier_conversion_views_unittest.cc',
1289 'browser/extensions/sandboxed_extension_unpacker_unittest.cc', 1289 'browser/extensions/sandboxed_extension_unpacker_unittest.cc',
1290 'browser/extensions/user_script_listener_unittest.cc', 1290 'browser/extensions/user_script_listener_unittest.cc',
1291 'browser/extensions/user_script_master_unittest.cc', 1291 'browser/extensions/user_script_master_unittest.cc',
1292 'browser/external_protocol/external_protocol_handler_unittest.cc', 1292 'browser/external_protocol/external_protocol_handler_unittest.cc',
1293 'browser/favicon/favicon_handler_unittest.cc', 1293 'browser/favicon/favicon_handler_unittest.cc',
1294 'browser/first_run/first_run_unittest.cc', 1294 'browser/first_run/first_run_unittest.cc',
1295 'browser/fragmentation_checker_unittest_win.cc',
1295 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', 1296 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc',
1296 'browser/geolocation/geolocation_settings_state_unittest.cc', 1297 'browser/geolocation/geolocation_settings_state_unittest.cc',
1297 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', 1298 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc',
1298 'browser/global_keyboard_shortcuts_mac_unittest.mm', 1299 'browser/global_keyboard_shortcuts_mac_unittest.mm',
1299 'browser/google/google_update_settings_unittest.cc', 1300 'browser/google/google_update_settings_unittest.cc',
1300 'browser/google/google_url_tracker_unittest.cc', 1301 'browser/google/google_url_tracker_unittest.cc',
1301 'browser/history/expire_history_backend_unittest.cc', 1302 'browser/history/expire_history_backend_unittest.cc',
1302 'browser/history/history_backend_unittest.cc', 1303 'browser/history/history_backend_unittest.cc',
1303 'browser/history/history_querying_unittest.cc', 1304 'browser/history/history_querying_unittest.cc',
1304 'browser/history/history_types_unittest.cc', 1305 'browser/history/history_types_unittest.cc',
(...skipping 2674 matching lines...) Expand 10 before | Expand all | Expand 10 after
3979 # Use outputs of this action as inputs for the main target build. 3980 # Use outputs of this action as inputs for the main target build.
3980 # Seems as a misnomer but makes this happy on Linux (scons). 3981 # Seems as a misnomer but makes this happy on Linux (scons).
3981 'process_outputs_as_sources': 1, 3982 'process_outputs_as_sources': 1,
3982 }, 3983 },
3983 ], # 'actions' 3984 ], # 'actions'
3984 }, 3985 },
3985 ] 3986 ]
3986 }], # 'coverage!=0' 3987 }], # 'coverage!=0'
3987 ], # 'conditions' 3988 ], # 'conditions'
3988 } 3989 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698