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

Side by Side Diff: chrome/chrome_browser.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/browser/fragmentation_checker_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 'browser/first_run/first_run_win.cc', 1237 'browser/first_run/first_run_win.cc',
1238 'browser/first_run/try_chrome_dialog_view.cc', 1238 'browser/first_run/try_chrome_dialog_view.cc',
1239 'browser/first_run/try_chrome_dialog_view.h', 1239 'browser/first_run/try_chrome_dialog_view.h',
1240 'browser/first_run/upgrade_util.cc', 1240 'browser/first_run/upgrade_util.cc',
1241 'browser/first_run/upgrade_util.h', 1241 'browser/first_run/upgrade_util.h',
1242 'browser/first_run/upgrade_util_linux.cc', 1242 'browser/first_run/upgrade_util_linux.cc',
1243 'browser/first_run/upgrade_util_linux.h', 1243 'browser/first_run/upgrade_util_linux.h',
1244 'browser/first_run/upgrade_util_mac.cc', 1244 'browser/first_run/upgrade_util_mac.cc',
1245 'browser/first_run/upgrade_util_win.cc', 1245 'browser/first_run/upgrade_util_win.cc',
1246 'browser/first_run/upgrade_util_win.h', 1246 'browser/first_run/upgrade_util_win.h',
1247 'browser/fragmentation_checker_win.cc',
1248 'browser/fragmentation_checker_win.h',
1247 'browser/fullscreen.h', 1249 'browser/fullscreen.h',
1248 'browser/fullscreen_aura.cc', 1250 'browser/fullscreen_aura.cc',
1249 'browser/fullscreen_gtk.cc', 1251 'browser/fullscreen_gtk.cc',
1250 'browser/fullscreen_mac.mm', 1252 'browser/fullscreen_mac.mm',
1251 'browser/fullscreen_win.cc', 1253 'browser/fullscreen_win.cc',
1252 'browser/geolocation/chrome_access_token_store.cc', 1254 'browser/geolocation/chrome_access_token_store.cc',
1253 'browser/geolocation/chrome_access_token_store.h', 1255 'browser/geolocation/chrome_access_token_store.h',
1254 'browser/geolocation/chrome_geolocation_permission_context.cc', 1256 'browser/geolocation/chrome_geolocation_permission_context.cc',
1255 'browser/geolocation/chrome_geolocation_permission_context.h', 1257 'browser/geolocation/chrome_geolocation_permission_context.h',
1256 'browser/geolocation/geolocation_prefs.cc', 1258 'browser/geolocation/geolocation_prefs.cc',
(...skipping 3796 matching lines...) Expand 10 before | Expand all | Expand 10 after
5053 'type': 'static_library', 5055 'type': 'static_library',
5054 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5056 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5055 'variables': { 5057 'variables': {
5056 'proto_in_dir': 'browser/history', 5058 'proto_in_dir': 'browser/history',
5057 'proto_out_dir': 'chrome/browser/history', 5059 'proto_out_dir': 'chrome/browser/history',
5058 }, 5060 },
5059 'includes': [ '../build/protoc.gypi' ] 5061 'includes': [ '../build/protoc.gypi' ]
5060 }, 5062 },
5061 ], 5063 ],
5062 } 5064 }
OLDNEW
« no previous file with comments | « chrome/browser/fragmentation_checker_win.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698