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

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

Issue 2331053003: Add common page filtering logic for page load metrics. (Closed)
Patch Set: refine interface Created 4 years, 3 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("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "media_galleries/metadata_types.h", 90 "media_galleries/metadata_types.h",
91 "multi_process_lock.h", 91 "multi_process_lock.h",
92 "multi_process_lock_linux.cc", 92 "multi_process_lock_linux.cc",
93 "multi_process_lock_mac.cc", 93 "multi_process_lock_mac.cc",
94 "multi_process_lock_win.cc", 94 "multi_process_lock_win.cc",
95 "origin_trials/chrome_origin_trial_policy.cc", 95 "origin_trials/chrome_origin_trial_policy.cc",
96 "origin_trials/chrome_origin_trial_policy.h", 96 "origin_trials/chrome_origin_trial_policy.h",
97 "page_load_metrics/page_load_metrics_messages.h", 97 "page_load_metrics/page_load_metrics_messages.h",
98 "page_load_metrics/page_load_timing.cc", 98 "page_load_metrics/page_load_timing.cc",
99 "page_load_metrics/page_load_timing.h", 99 "page_load_metrics/page_load_timing.h",
100 "page_load_metrics/page_tracker_predicate.cc",
101 "page_load_metrics/page_tracker_predicate.h",
100 "partial_circular_buffer.cc", 102 "partial_circular_buffer.cc",
101 "partial_circular_buffer.h", 103 "partial_circular_buffer.h",
102 "pref_names_util.cc", 104 "pref_names_util.cc",
103 "pref_names_util.h", 105 "pref_names_util.h",
104 "prerender_types.h", 106 "prerender_types.h",
105 "profiling.cc", 107 "profiling.cc",
106 "profiling.h", 108 "profiling.h",
107 "ref_counted_util.h", 109 "ref_counted_util.h",
108 "render_messages.cc", 110 "render_messages.cc",
109 "render_messages.h", 111 "render_messages.h",
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 "resource_usage_reporter.mojom", 643 "resource_usage_reporter.mojom",
642 "shell_handler_win.mojom", 644 "shell_handler_win.mojom",
643 ] 645 ]
644 646
645 public_deps = [ 647 public_deps = [
646 "//skia/public/interfaces", 648 "//skia/public/interfaces",
647 ] 649 ]
648 650
649 use_new_wrapper_types = false 651 use_new_wrapper_types = false
650 } 652 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698