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

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

Issue 2521823008: Migrate chrome_net_benchmarking_message_filter to mojo (Closed)
Patch Set: change all calls to use default sync method 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
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "chrome_browser_main_mac.mm", 213 "chrome_browser_main_mac.mm",
214 "chrome_browser_main_win.cc", 214 "chrome_browser_main_win.cc",
215 "chrome_browser_main_win.h", 215 "chrome_browser_main_win.h",
216 "chrome_child_process_watcher.cc", 216 "chrome_child_process_watcher.cc",
217 "chrome_child_process_watcher.h", 217 "chrome_child_process_watcher.h",
218 "chrome_content_browser_client.cc", 218 "chrome_content_browser_client.cc",
219 "chrome_content_browser_client.h", 219 "chrome_content_browser_client.h",
220 "chrome_content_browser_client_parts.h", 220 "chrome_content_browser_client_parts.h",
221 "chrome_device_client.cc", 221 "chrome_device_client.cc",
222 "chrome_device_client.h", 222 "chrome_device_client.h",
223 "chrome_net_benchmarking_message_filter.cc",
224 "chrome_net_benchmarking_message_filter.h",
225 "chrome_notification_types.h", 223 "chrome_notification_types.h",
226 "chrome_quota_permission_context.cc", 224 "chrome_quota_permission_context.cc",
227 "chrome_quota_permission_context.h", 225 "chrome_quota_permission_context.h",
228 "command_observer.h", 226 "command_observer.h",
229 "command_updater.cc", 227 "command_updater.cc",
230 "command_updater.h", 228 "command_updater.h",
231 "command_updater_delegate.h", 229 "command_updater_delegate.h",
232 "component_updater/chrome_component_updater_configurator.cc", 230 "component_updater/chrome_component_updater_configurator.cc",
233 "component_updater/chrome_component_updater_configurator.h", 231 "component_updater/chrome_component_updater_configurator.h",
234 "component_updater/component_patcher_operation_out_of_process.cc", 232 "component_updater/component_patcher_operation_out_of_process.cc",
(...skipping 454 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_impl.cc",
698 "net_benchmarking_impl.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 3731 matching lines...) Expand 10 before | Expand all | Expand 10 after
4440 # linking all of the test support. 4440 # linking all of the test support.
4441 static_library("pepper_cdm_test_constants") { 4441 static_library("pepper_cdm_test_constants") {
4442 testonly = true 4442 testonly = true
4443 visibility = [ "//chrome/*" ] 4443 visibility = [ "//chrome/*" ]
4444 sources = [ 4444 sources = [
4445 "media/pepper_cdm_test_constants.cc", 4445 "media/pepper_cdm_test_constants.cc",
4446 "media/pepper_cdm_test_constants.h", 4446 "media/pepper_cdm_test_constants.h",
4447 ] 4447 ]
4448 } 4448 }
4449 } 4449 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698