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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2773973002: Add Startup.BrowserView.FirstPaint / .CompositingEnded histograms. (Closed)
Patch Set: Don't wait for histograms that are not reported during browser_tests. Created 3 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
« no previous file with comments | « no previous file | chrome/browser/background/background_mode_manager.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "memory/chrome_memory_coordinator_delegate.cc", 597 "memory/chrome_memory_coordinator_delegate.cc",
598 "memory/chrome_memory_coordinator_delegate.h", 598 "memory/chrome_memory_coordinator_delegate.h",
599 "memory_details.cc", 599 "memory_details.cc",
600 "memory_details.h", 600 "memory_details.h",
601 "memory_details_android.cc", 601 "memory_details_android.cc",
602 "memory_details_linux.cc", 602 "memory_details_linux.cc",
603 "memory_details_mac.cc", 603 "memory_details_mac.cc",
604 "memory_details_win.cc", 604 "memory_details_win.cc",
605 "metrics/antivirus_metrics_provider_win.cc", 605 "metrics/antivirus_metrics_provider_win.cc",
606 "metrics/antivirus_metrics_provider_win.h", 606 "metrics/antivirus_metrics_provider_win.h",
607 "metrics/browser_window_histogram_helper.cc",
608 "metrics/browser_window_histogram_helper.h",
607 "metrics/chrome_browser_main_extra_parts_metrics.cc", 609 "metrics/chrome_browser_main_extra_parts_metrics.cc",
608 "metrics/chrome_browser_main_extra_parts_metrics.h", 610 "metrics/chrome_browser_main_extra_parts_metrics.h",
609 "metrics/chrome_browser_main_extra_parts_metrics_mac.mm", 611 "metrics/chrome_browser_main_extra_parts_metrics_mac.mm",
610 "metrics/chrome_metrics_service_accessor.cc", 612 "metrics/chrome_metrics_service_accessor.cc",
611 "metrics/chrome_metrics_service_accessor.h", 613 "metrics/chrome_metrics_service_accessor.h",
612 "metrics/chrome_metrics_service_client.cc", 614 "metrics/chrome_metrics_service_client.cc",
613 "metrics/chrome_metrics_service_client.h", 615 "metrics/chrome_metrics_service_client.h",
614 "metrics/chrome_metrics_services_manager_client.cc", 616 "metrics/chrome_metrics_services_manager_client.cc",
615 "metrics/chrome_metrics_services_manager_client.h", 617 "metrics/chrome_metrics_services_manager_client.h",
616 "metrics/chrome_stability_metrics_provider.cc", 618 "metrics/chrome_stability_metrics_provider.cc",
(...skipping 4073 matching lines...) Expand 10 before | Expand all | Expand 10 after
4690 "media/pepper_cdm_test_constants.cc", 4692 "media/pepper_cdm_test_constants.cc",
4691 "media/pepper_cdm_test_constants.h", 4693 "media/pepper_cdm_test_constants.h",
4692 ] 4694 ]
4693 } 4695 }
4694 } 4696 }
4695 4697
4696 service_manifest("preferences_forwarder_manifest") { 4698 service_manifest("preferences_forwarder_manifest") {
4697 name = "preferences_forwarder" 4699 name = "preferences_forwarder"
4698 source = "prefs/forwarder_manifest.json" 4700 source = "prefs/forwarder_manifest.json"
4699 } 4701 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/background/background_mode_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698