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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10736066: Adding histograms showing fraction of page load times (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/ui/tab_contents/tab_contents.cc ('k') | content/shell/shell_network_delegate.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'browser/metrics/metrics_service.cc', 1438 'browser/metrics/metrics_service.cc',
1439 'browser/metrics/metrics_service.h', 1439 'browser/metrics/metrics_service.h',
1440 'browser/metrics/thread_watcher.cc', 1440 'browser/metrics/thread_watcher.cc',
1441 'browser/metrics/thread_watcher.h', 1441 'browser/metrics/thread_watcher.h',
1442 'browser/metrics/tracking_synchronizer.cc', 1442 'browser/metrics/tracking_synchronizer.cc',
1443 'browser/metrics/tracking_synchronizer.h', 1443 'browser/metrics/tracking_synchronizer.h',
1444 'browser/metrics/tracking_synchronizer_observer.h', 1444 'browser/metrics/tracking_synchronizer_observer.h',
1445 'browser/metrics/variations_service.cc', 1445 'browser/metrics/variations_service.cc',
1446 'browser/metrics/variations_service.h', 1446 'browser/metrics/variations_service.h',
1447 'browser/native_window_notification_source.h', 1447 'browser/native_window_notification_source.h',
1448 'browser/net/cache_stats.cc',
1449 'browser/net/cache_stats.h',
1448 'browser/net/chrome_cookie_notification_details.h', 1450 'browser/net/chrome_cookie_notification_details.h',
1449 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1451 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1450 'browser/net/chrome_fraudulent_certificate_reporter.h', 1452 'browser/net/chrome_fraudulent_certificate_reporter.h',
1451 'browser/net/chrome_net_log.cc', 1453 'browser/net/chrome_net_log.cc',
1452 'browser/net/chrome_net_log.h', 1454 'browser/net/chrome_net_log.h',
1453 'browser/net/chrome_network_delegate.cc', 1455 'browser/net/chrome_network_delegate.cc',
1454 'browser/net/chrome_network_delegate.h', 1456 'browser/net/chrome_network_delegate.h',
1455 'browser/net/chrome_url_request_context.cc', 1457 'browser/net/chrome_url_request_context.cc',
1456 'browser/net/chrome_url_request_context.h', 1458 'browser/net/chrome_url_request_context.h',
1457 'browser/net/clear_on_exit_policy.cc', 1459 'browser/net/clear_on_exit_policy.cc',
(...skipping 4000 matching lines...) Expand 10 before | Expand all | Expand 10 after
5458 'variables': { 5460 'variables': {
5459 'jni_gen_dir': 'chrome', 5461 'jni_gen_dir': 'chrome',
5460 }, 5462 },
5461 'includes': [ '../build/jni_generator.gypi' ], 5463 'includes': [ '../build/jni_generator.gypi' ],
5462 }, 5464 },
5463 ], 5465 ],
5464 }, 5466 },
5465 ], 5467 ],
5466 ], 5468 ],
5467 } 5469 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.cc ('k') | content/shell/shell_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698