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

Unified Diff: chrome/browser/BUILD.gn

Issue 2521823008: Migrate chrome_net_benchmarking_message_filter to mojo (Closed)
Patch Set: Do not add NetBenchmaring interface if benchmarking is disabled Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 35a9209b3e590ab43cc7ad638d7f787f2bf21bd4..46c660b39c03178048fba41d528fb198fd6fe173 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -224,8 +224,6 @@ split_static_library("browser") {
"chrome_content_browser_client_parts.h",
"chrome_device_client.cc",
"chrome_device_client.h",
- "chrome_net_benchmarking_message_filter.cc",
- "chrome_net_benchmarking_message_filter.h",
"chrome_notification_types.h",
"chrome_quota_permission_context.cc",
"chrome_quota_permission_context.h",
@@ -696,6 +694,8 @@ split_static_library("browser") {
"net/timed_cache.h",
"net/url_info.cc",
"net/url_info.h",
+ "net_benchmarking.cc",
+ "net_benchmarking.h",
"notifications/alert_dispatcher_mac.h",
"notifications/desktop_notification_profile_util.cc",
"notifications/desktop_notification_profile_util.h",
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698