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

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

Issue 2881593002: Reporting: Plumb into RenderFrame via Mojo (Closed)
Patch Set: rebase 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
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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 "mime_registry_impl.cc", 1030 "mime_registry_impl.cc",
1031 "mime_registry_impl.h", 1031 "mime_registry_impl.h",
1032 "net/browser_online_state_observer.cc", 1032 "net/browser_online_state_observer.cc",
1033 "net/browser_online_state_observer.h", 1033 "net/browser_online_state_observer.h",
1034 "net/network_errors_listing_ui.cc", 1034 "net/network_errors_listing_ui.cc",
1035 "net/network_errors_listing_ui.h", 1035 "net/network_errors_listing_ui.h",
1036 "net/network_quality_observer_impl.cc", 1036 "net/network_quality_observer_impl.cc",
1037 "net/network_quality_observer_impl.h", 1037 "net/network_quality_observer_impl.h",
1038 "net/quota_policy_cookie_store.cc", 1038 "net/quota_policy_cookie_store.cc",
1039 "net/quota_policy_cookie_store.h", 1039 "net/quota_policy_cookie_store.h",
1040 "net/reporting_service_proxy.cc",
1041 "net/reporting_service_proxy.h",
1040 "net/view_blob_internals_job_factory.cc", 1042 "net/view_blob_internals_job_factory.cc",
1041 "net/view_blob_internals_job_factory.h", 1043 "net/view_blob_internals_job_factory.h",
1042 "net/view_http_cache_job_factory.cc", 1044 "net/view_http_cache_job_factory.cc",
1043 "net/view_http_cache_job_factory.h", 1045 "net/view_http_cache_job_factory.h",
1044 "notification_service_impl.cc", 1046 "notification_service_impl.cc",
1045 "notification_service_impl.h", 1047 "notification_service_impl.h",
1046 "notifications/blink_notification_service_impl.cc", 1048 "notifications/blink_notification_service_impl.cc",
1047 "notifications/blink_notification_service_impl.h", 1049 "notifications/blink_notification_service_impl.h",
1048 "notifications/notification_database.cc", 1050 "notifications/notification_database.cc",
1049 "notifications/notification_database.h", 1051 "notifications/notification_database.h",
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 if (!is_component_build) { 2151 if (!is_component_build) {
2150 public_deps = [ 2152 public_deps = [
2151 ":browser", 2153 ":browser",
2152 ] 2154 ]
2153 } else { 2155 } else {
2154 public_deps = [ 2156 public_deps = [
2155 "//third_party/leveldatabase", 2157 "//third_party/leveldatabase",
2156 ] 2158 ]
2157 } 2159 }
2158 } 2160 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | content/browser/net/reporting_service_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698