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

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

Issue 2521823008: Migrate chrome_net_benchmarking_message_filter to mojo (Closed)
Patch Set: change ClearPredictorCache to run on UI thread via PostTask 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "chrome_browser_main_mac.mm", 212 "chrome_browser_main_mac.mm",
213 "chrome_browser_main_win.cc", 213 "chrome_browser_main_win.cc",
214 "chrome_browser_main_win.h", 214 "chrome_browser_main_win.h",
215 "chrome_child_process_watcher.cc", 215 "chrome_child_process_watcher.cc",
216 "chrome_child_process_watcher.h", 216 "chrome_child_process_watcher.h",
217 "chrome_content_browser_client.cc", 217 "chrome_content_browser_client.cc",
218 "chrome_content_browser_client.h", 218 "chrome_content_browser_client.h",
219 "chrome_content_browser_client_parts.h", 219 "chrome_content_browser_client_parts.h",
220 "chrome_device_client.cc", 220 "chrome_device_client.cc",
221 "chrome_device_client.h", 221 "chrome_device_client.h",
222 "chrome_net_benchmarking_message_filter.cc", 222 "chrome_net_benchmarking_impl.cc",
223 "chrome_net_benchmarking_message_filter.h", 223 "chrome_net_benchmarking_impl.h",
224 "chrome_notification_types.h", 224 "chrome_notification_types.h",
225 "chrome_quota_permission_context.cc", 225 "chrome_quota_permission_context.cc",
226 "chrome_quota_permission_context.h", 226 "chrome_quota_permission_context.h",
227 "command_observer.h", 227 "command_observer.h",
228 "command_updater.cc", 228 "command_updater.cc",
229 "command_updater.h", 229 "command_updater.h",
230 "command_updater_delegate.h", 230 "command_updater_delegate.h",
231 "component_updater/chrome_component_updater_configurator.cc", 231 "component_updater/chrome_component_updater_configurator.cc",
232 "component_updater/chrome_component_updater_configurator.h", 232 "component_updater/chrome_component_updater_configurator.h",
233 "component_updater/component_patcher_operation_out_of_process.cc", 233 "component_updater/component_patcher_operation_out_of_process.cc",
(...skipping 4203 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 # linking all of the test support. 4437 # linking all of the test support.
4438 static_library("pepper_cdm_test_constants") { 4438 static_library("pepper_cdm_test_constants") {
4439 testonly = true 4439 testonly = true
4440 visibility = [ "//chrome/*" ] 4440 visibility = [ "//chrome/*" ]
4441 sources = [ 4441 sources = [
4442 "media/pepper_cdm_test_constants.cc", 4442 "media/pepper_cdm_test_constants.cc",
4443 "media/pepper_cdm_test_constants.h", 4443 "media/pepper_cdm_test_constants.h",
4444 ] 4444 ]
4445 } 4445 }
4446 } 4446 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_net_benchmarking_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698