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

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

Issue 2881593002: Reporting: Plumb into RenderFrame via Mojo (Closed)
Patch Set: Add username to TODOs, 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 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 "mime_registry_impl.cc", 1031 "mime_registry_impl.cc",
1032 "mime_registry_impl.h", 1032 "mime_registry_impl.h",
1033 "net/browser_online_state_observer.cc", 1033 "net/browser_online_state_observer.cc",
1034 "net/browser_online_state_observer.h", 1034 "net/browser_online_state_observer.h",
1035 "net/network_errors_listing_ui.cc", 1035 "net/network_errors_listing_ui.cc",
1036 "net/network_errors_listing_ui.h", 1036 "net/network_errors_listing_ui.h",
1037 "net/network_quality_observer_impl.cc", 1037 "net/network_quality_observer_impl.cc",
1038 "net/network_quality_observer_impl.h", 1038 "net/network_quality_observer_impl.h",
1039 "net/quota_policy_cookie_store.cc", 1039 "net/quota_policy_cookie_store.cc",
1040 "net/quota_policy_cookie_store.h", 1040 "net/quota_policy_cookie_store.h",
1041 "net/reporting_service_proxy.cc",
1042 "net/reporting_service_proxy.h",
1041 "net/view_blob_internals_job_factory.cc", 1043 "net/view_blob_internals_job_factory.cc",
1042 "net/view_blob_internals_job_factory.h", 1044 "net/view_blob_internals_job_factory.h",
1043 "net/view_http_cache_job_factory.cc", 1045 "net/view_http_cache_job_factory.cc",
1044 "net/view_http_cache_job_factory.h", 1046 "net/view_http_cache_job_factory.h",
1045 "notification_service_impl.cc", 1047 "notification_service_impl.cc",
1046 "notification_service_impl.h", 1048 "notification_service_impl.h",
1047 "notifications/blink_notification_service_impl.cc", 1049 "notifications/blink_notification_service_impl.cc",
1048 "notifications/blink_notification_service_impl.h", 1050 "notifications/blink_notification_service_impl.h",
1049 "notifications/notification_database.cc", 1051 "notifications/notification_database.cc",
1050 "notifications/notification_database.h", 1052 "notifications/notification_database.h",
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 if (!is_component_build) { 2154 if (!is_component_build) {
2153 public_deps = [ 2155 public_deps = [
2154 ":browser", 2156 ":browser",
2155 ] 2157 ]
2156 } else { 2158 } else {
2157 public_deps = [ 2159 public_deps = [
2158 "//third_party/leveldatabase", 2160 "//third_party/leveldatabase",
2159 ] 2161 ]
2160 } 2162 }
2161 } 2163 }
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