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

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

Issue 2901563003: PDF: Add UMA to track embedded PDF triggered drive-by downloads. (Closed)
Patch Set: fix 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 | « chrome/browser/download/chrome_download_manager_delegate.cc ('k') | chrome/common/pdf_uma.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/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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "page_load_metrics/page_load_metrics_messages.h", 112 "page_load_metrics/page_load_metrics_messages.h",
113 "page_load_metrics/page_load_metrics_param_traits.cc", 113 "page_load_metrics/page_load_metrics_param_traits.cc",
114 "page_load_metrics/page_load_metrics_param_traits.h", 114 "page_load_metrics/page_load_metrics_param_traits.h",
115 "page_load_metrics/page_load_timing.cc", 115 "page_load_metrics/page_load_timing.cc",
116 "page_load_metrics/page_load_timing.h", 116 "page_load_metrics/page_load_timing.h",
117 "page_load_metrics/page_track_decider.cc", 117 "page_load_metrics/page_track_decider.cc",
118 "page_load_metrics/page_track_decider.h", 118 "page_load_metrics/page_track_decider.h",
119 "partial_circular_buffer.cc", 119 "partial_circular_buffer.cc",
120 "partial_circular_buffer.h", 120 "partial_circular_buffer.h",
121 "pause_tabs_field_trial.h", 121 "pause_tabs_field_trial.h",
122 "pdf_uma.cc",
123 "pdf_uma.h",
122 "pref_names_util.cc", 124 "pref_names_util.cc",
123 "pref_names_util.h", 125 "pref_names_util.h",
124 "prerender_messages.h", 126 "prerender_messages.h",
125 "prerender_types.h", 127 "prerender_types.h",
126 "profiling.cc", 128 "profiling.cc",
127 "profiling.h", 129 "profiling.h",
128 "ref_counted_util.h", 130 "ref_counted_util.h",
129 "render_messages.h", 131 "render_messages.h",
130 "resource_usage_reporter_type_converters.cc", 132 "resource_usage_reporter_type_converters.cc",
131 "resource_usage_reporter_type_converters.h", 133 "resource_usage_reporter_type_converters.h",
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 749
748 mojom("page_load_metrics_mojom") { 750 mojom("page_load_metrics_mojom") {
749 sources = [ 751 sources = [
750 "page_load_metrics/page_load_metrics.mojom", 752 "page_load_metrics/page_load_metrics.mojom",
751 ] 753 ]
752 754
753 public_deps = [ 755 public_deps = [
754 "//mojo/common:common_custom_types", 756 "//mojo/common:common_custom_types",
755 ] 757 ]
756 } 758 }
OLDNEW
« no previous file with comments | « chrome/browser/download/chrome_download_manager_delegate.cc ('k') | chrome/common/pdf_uma.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698