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

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

Issue 2874623002: Implement chrome://histograms with network service. (Closed)
Patch Set: add comment Created 3 years, 7 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 | content/browser/histogram_internals_request_job.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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "gpu/gpu_main_thread_factory.cc", 753 "gpu/gpu_main_thread_factory.cc",
754 "gpu/gpu_main_thread_factory.h", 754 "gpu/gpu_main_thread_factory.h",
755 "gpu/gpu_process_host.cc", 755 "gpu/gpu_process_host.cc",
756 "gpu/gpu_process_host.h", 756 "gpu/gpu_process_host.h",
757 "gpu/shader_cache_factory.cc", 757 "gpu/shader_cache_factory.cc",
758 "gpu/shader_cache_factory.h", 758 "gpu/shader_cache_factory.h",
759 "histogram_controller.cc", 759 "histogram_controller.cc",
760 "histogram_controller.h", 760 "histogram_controller.h",
761 "histogram_internals_request_job.cc", 761 "histogram_internals_request_job.cc",
762 "histogram_internals_request_job.h", 762 "histogram_internals_request_job.h",
763 "histogram_internals_url_loader.cc",
764 "histogram_internals_url_loader.h",
763 "histogram_message_filter.cc", 765 "histogram_message_filter.cc",
764 "histogram_message_filter.h", 766 "histogram_message_filter.h",
765 "histogram_subscriber.h", 767 "histogram_subscriber.h",
766 "histogram_synchronizer.cc", 768 "histogram_synchronizer.cc",
767 "histogram_synchronizer.h", 769 "histogram_synchronizer.h",
768 "host_zoom_level_context.cc", 770 "host_zoom_level_context.cc",
769 "host_zoom_level_context.h", 771 "host_zoom_level_context.h",
770 "host_zoom_map_impl.cc", 772 "host_zoom_map_impl.cc",
771 "host_zoom_map_impl.h", 773 "host_zoom_map_impl.h",
772 "host_zoom_map_observer.cc", 774 "host_zoom_map_observer.cc",
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2137 if (!is_component_build) { 2139 if (!is_component_build) {
2138 public_deps = [ 2140 public_deps = [
2139 ":browser", 2141 ":browser",
2140 ] 2142 ]
2141 } else { 2143 } else {
2142 public_deps = [ 2144 public_deps = [
2143 "//third_party/leveldatabase", 2145 "//third_party/leveldatabase",
2144 ] 2146 ]
2145 } 2147 }
2146 } 2148 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/histogram_internals_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698