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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "chrome_browser_main_mac.mm", 217 "chrome_browser_main_mac.mm",
218 "chrome_browser_main_win.cc", 218 "chrome_browser_main_win.cc",
219 "chrome_browser_main_win.h", 219 "chrome_browser_main_win.h",
220 "chrome_child_process_watcher.cc", 220 "chrome_child_process_watcher.cc",
221 "chrome_child_process_watcher.h", 221 "chrome_child_process_watcher.h",
222 "chrome_content_browser_client.cc", 222 "chrome_content_browser_client.cc",
223 "chrome_content_browser_client.h", 223 "chrome_content_browser_client.h",
224 "chrome_content_browser_client_parts.h", 224 "chrome_content_browser_client_parts.h",
225 "chrome_device_client.cc", 225 "chrome_device_client.cc",
226 "chrome_device_client.h", 226 "chrome_device_client.h",
227 "chrome_net_benchmarking_message_filter.cc",
228 "chrome_net_benchmarking_message_filter.h",
229 "chrome_notification_types.h", 227 "chrome_notification_types.h",
230 "chrome_quota_permission_context.cc", 228 "chrome_quota_permission_context.cc",
231 "chrome_quota_permission_context.h", 229 "chrome_quota_permission_context.h",
232 "command_observer.h", 230 "command_observer.h",
233 "command_updater.cc", 231 "command_updater.cc",
234 "command_updater.h", 232 "command_updater.h",
235 "command_updater_delegate.h", 233 "command_updater_delegate.h",
236 "component_updater/chrome_component_updater_configurator.cc", 234 "component_updater/chrome_component_updater_configurator.cc",
237 "component_updater/chrome_component_updater_configurator.h", 235 "component_updater/chrome_component_updater_configurator.h",
238 "component_updater/component_patcher_operation_out_of_process.cc", 236 "component_updater/component_patcher_operation_out_of_process.cc",
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 "net/spdyproxy/data_reduction_proxy_chrome_settings.cc", 687 "net/spdyproxy/data_reduction_proxy_chrome_settings.cc",
690 "net/spdyproxy/data_reduction_proxy_chrome_settings.h", 688 "net/spdyproxy/data_reduction_proxy_chrome_settings.h",
691 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc", 689 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc",
692 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h", 690 "net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h",
693 "net/sth_distributor_provider.cc", 691 "net/sth_distributor_provider.cc",
694 "net/sth_distributor_provider.h", 692 "net/sth_distributor_provider.h",
695 "net/timed_cache.cc", 693 "net/timed_cache.cc",
696 "net/timed_cache.h", 694 "net/timed_cache.h",
697 "net/url_info.cc", 695 "net/url_info.cc",
698 "net/url_info.h", 696 "net/url_info.h",
697 "net_benchmarking.cc",
698 "net_benchmarking.h",
699 "notifications/alert_dispatcher_mac.h", 699 "notifications/alert_dispatcher_mac.h",
700 "notifications/desktop_notification_profile_util.cc", 700 "notifications/desktop_notification_profile_util.cc",
701 "notifications/desktop_notification_profile_util.h", 701 "notifications/desktop_notification_profile_util.h",
702 "notifications/login_state_notification_blocker_chromeos.cc", 702 "notifications/login_state_notification_blocker_chromeos.cc",
703 "notifications/login_state_notification_blocker_chromeos.h", 703 "notifications/login_state_notification_blocker_chromeos.h",
704 "notifications/message_center_display_service.cc", 704 "notifications/message_center_display_service.cc",
705 "notifications/message_center_display_service.h", 705 "notifications/message_center_display_service.h",
706 "notifications/native_notification_display_service.cc", 706 "notifications/native_notification_display_service.cc",
707 "notifications/native_notification_display_service.h", 707 "notifications/native_notification_display_service.h",
708 "notifications/non_persistent_notification_handler.cc", 708 "notifications/non_persistent_notification_handler.cc",
(...skipping 3756 matching lines...) Expand 10 before | Expand all | Expand 10 after
4465 # linking all of the test support. 4465 # linking all of the test support.
4466 static_library("pepper_cdm_test_constants") { 4466 static_library("pepper_cdm_test_constants") {
4467 testonly = true 4467 testonly = true
4468 visibility = [ "//chrome/*" ] 4468 visibility = [ "//chrome/*" ]
4469 sources = [ 4469 sources = [
4470 "media/pepper_cdm_test_constants.cc", 4470 "media/pepper_cdm_test_constants.cc",
4471 "media/pepper_cdm_test_constants.h", 4471 "media/pepper_cdm_test_constants.h",
4472 ] 4472 ]
4473 } 4473 }
4474 } 4474 }
OLDNEW
« 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