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

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, 5 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
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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 'browser/metrics/metrics_service.cc', 1430 'browser/metrics/metrics_service.cc',
1431 'browser/metrics/metrics_service.h', 1431 'browser/metrics/metrics_service.h',
1432 'browser/metrics/thread_watcher.cc', 1432 'browser/metrics/thread_watcher.cc',
1433 'browser/metrics/thread_watcher.h', 1433 'browser/metrics/thread_watcher.h',
1434 'browser/metrics/tracking_synchronizer.cc', 1434 'browser/metrics/tracking_synchronizer.cc',
1435 'browser/metrics/tracking_synchronizer.h', 1435 'browser/metrics/tracking_synchronizer.h',
1436 'browser/metrics/tracking_synchronizer_observer.h', 1436 'browser/metrics/tracking_synchronizer_observer.h',
1437 'browser/metrics/variations_service.cc', 1437 'browser/metrics/variations_service.cc',
1438 'browser/metrics/variations_service.h', 1438 'browser/metrics/variations_service.h',
1439 'browser/native_window_notification_source.h', 1439 'browser/native_window_notification_source.h',
1440 'browser/net/cache_stats.cc',
1441 'browser/net/cache_stats.h',
1440 'browser/net/chrome_cookie_notification_details.h', 1442 'browser/net/chrome_cookie_notification_details.h',
1441 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1443 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1442 'browser/net/chrome_fraudulent_certificate_reporter.h', 1444 'browser/net/chrome_fraudulent_certificate_reporter.h',
1443 'browser/net/chrome_net_log.cc', 1445 'browser/net/chrome_net_log.cc',
1444 'browser/net/chrome_net_log.h', 1446 'browser/net/chrome_net_log.h',
1445 'browser/net/chrome_network_delegate.cc', 1447 'browser/net/chrome_network_delegate.cc',
1446 'browser/net/chrome_network_delegate.h', 1448 'browser/net/chrome_network_delegate.h',
1447 'browser/net/chrome_url_request_context.cc', 1449 'browser/net/chrome_url_request_context.cc',
1448 'browser/net/chrome_url_request_context.h', 1450 'browser/net/chrome_url_request_context.h',
1449 'browser/net/clear_on_exit_policy.cc', 1451 'browser/net/clear_on_exit_policy.cc',
(...skipping 4014 matching lines...) Expand 10 before | Expand all | Expand 10 after
5464 'variables': { 5466 'variables': {
5465 'jni_gen_dir': 'chrome', 5467 'jni_gen_dir': 'chrome',
5466 }, 5468 },
5467 'includes': [ '../build/jni_generator.gypi' ], 5469 'includes': [ '../build/jni_generator.gypi' ],
5468 }, 5470 },
5469 ], 5471 ],
5470 }, 5472 },
5471 ], 5473 ],
5472 ], 5474 ],
5473 } 5475 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698