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

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

Issue 2948323002: [PageLoadMetrics] Remove legacy IPC from Page Load Metrics. (Closed)
Patch Set: Clean up OWNERS Created 3 years, 6 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "media/webrtc_logging_message_data.h", 137 "media/webrtc_logging_message_data.h",
138 "media/webrtc_logging_messages.h", 138 "media/webrtc_logging_messages.h",
139 "media_galleries/metadata_types.h", 139 "media_galleries/metadata_types.h",
140 "multi_process_lock.h", 140 "multi_process_lock.h",
141 "multi_process_lock_linux.cc", 141 "multi_process_lock_linux.cc",
142 "multi_process_lock_mac.cc", 142 "multi_process_lock_mac.cc",
143 "multi_process_lock_win.cc", 143 "multi_process_lock_win.cc",
144 "origin_trials/chrome_origin_trial_policy.cc", 144 "origin_trials/chrome_origin_trial_policy.cc",
145 "origin_trials/chrome_origin_trial_policy.h", 145 "origin_trials/chrome_origin_trial_policy.h",
146 "page_load_metrics/page_load_metrics_constants.h", 146 "page_load_metrics/page_load_metrics_constants.h",
147 "page_load_metrics/page_load_metrics_messages.h",
148 "page_load_metrics/page_load_metrics_param_traits.cc",
149 "page_load_metrics/page_load_metrics_param_traits.h",
150 "page_load_metrics/page_load_metrics_util.cc", 147 "page_load_metrics/page_load_metrics_util.cc",
151 "page_load_metrics/page_load_metrics_util.h", 148 "page_load_metrics/page_load_metrics_util.h",
152 "page_load_metrics/page_load_timing.cc", 149 "page_load_metrics/page_load_timing.cc",
153 "page_load_metrics/page_load_timing.h", 150 "page_load_metrics/page_load_timing.h",
154 "page_load_metrics/page_track_decider.cc", 151 "page_load_metrics/page_track_decider.cc",
155 "page_load_metrics/page_track_decider.h", 152 "page_load_metrics/page_track_decider.h",
156 "partial_circular_buffer.cc", 153 "partial_circular_buffer.cc",
157 "partial_circular_buffer.h", 154 "partial_circular_buffer.h",
158 "pause_tabs_field_trial.h", 155 "pause_tabs_field_trial.h",
159 "pdf_uma.cc", 156 "pdf_uma.cc",
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 700
704 mojom("page_load_metrics_mojom") { 701 mojom("page_load_metrics_mojom") {
705 sources = [ 702 sources = [
706 "page_load_metrics/page_load_metrics.mojom", 703 "page_load_metrics/page_load_metrics.mojom",
707 ] 704 ]
708 705
709 public_deps = [ 706 public_deps = [
710 "//mojo/common:common_custom_types", 707 "//mojo/common:common_custom_types",
711 ] 708 ]
712 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698