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

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

Issue 2773973002: Add Startup.BrowserView.FirstPaint / .CompositingEnded histograms. (Closed)
Patch Set: Fix asvitkine's remarks. 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
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 4071 matching lines...) Expand 10 before | Expand all | Expand 10 after
4688 "media/pepper_cdm_test_constants.cc", 4690 "media/pepper_cdm_test_constants.cc",
4689 "media/pepper_cdm_test_constants.h", 4691 "media/pepper_cdm_test_constants.h",
4690 ] 4692 ]
4691 } 4693 }
4692 } 4694 }
4693 4695
4694 service_manifest("preferences_forwarder_manifest") { 4696 service_manifest("preferences_forwarder_manifest") {
4695 name = "preferences_forwarder" 4697 name = "preferences_forwarder"
4696 source = "prefs/forwarder_manifest.json" 4698 source = "prefs/forwarder_manifest.json"
4697 } 4699 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698