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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2914423002: Network service: move URLLoaderThrottle and ThrottlingURLLoader. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « content/public/child/url_loader_throttle.h ('k') | content/public/common/url_loader_throttle.h » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "speech_recognition_error.h", 231 "speech_recognition_error.h",
232 "speech_recognition_grammar.h", 232 "speech_recognition_grammar.h",
233 "speech_recognition_result.cc", 233 "speech_recognition_result.cc",
234 "speech_recognition_result.h", 234 "speech_recognition_result.h",
235 "stop_find_action.h", 235 "stop_find_action.h",
236 "storage_quota_params.h", 236 "storage_quota_params.h",
237 "three_d_api_types.h", 237 "three_d_api_types.h",
238 "url_constants.cc", 238 "url_constants.cc",
239 "url_constants.h", 239 "url_constants.h",
240 "url_fetcher.h", 240 "url_fetcher.h",
241 "url_loader_throttle.h",
241 "url_utils.cc", 242 "url_utils.cc",
242 "url_utils.h", 243 "url_utils.h",
243 "user_agent.h", 244 "user_agent.h",
244 "web_preferences.cc", 245 "web_preferences.cc",
245 "web_preferences.h", 246 "web_preferences.h",
246 "webplugininfo.cc", 247 "webplugininfo.cc",
247 "webplugininfo.h", 248 "webplugininfo.h",
248 "zygote_fork_delegate_linux.h", 249 "zygote_fork_delegate_linux.h",
249 "zygote_handle.h", 250 "zygote_handle.h",
250 ] 251 ]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 sources = [ 349 sources = [
349 "service_names.mojom", 350 "service_names.mojom",
350 ] 351 ]
351 } 352 }
352 353
353 mojom("resource_type_bindings") { 354 mojom("resource_type_bindings") {
354 sources = [ 355 sources = [
355 "resource_type.mojom", 356 "resource_type.mojom",
356 ] 357 ]
357 } 358 }
OLDNEW
« no previous file with comments | « content/public/child/url_loader_throttle.h ('k') | content/public/common/url_loader_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698