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

Side by Side Diff: content/public/child/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
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("//ppapi/features/features.gni") 5 import("//ppapi/features/features.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("child") { 8 group("child") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 17 matching lines...) Expand all
28 visibility = [ "//content/*" ] 28 visibility = [ "//content/*" ]
29 29
30 sources = [ 30 sources = [
31 "child_process_sandbox_support_linux.h", 31 "child_process_sandbox_support_linux.h",
32 "child_thread.h", 32 "child_thread.h",
33 "fixed_received_data.cc", 33 "fixed_received_data.cc",
34 "fixed_received_data.h", 34 "fixed_received_data.h",
35 "image_decoder_utils.h", 35 "image_decoder_utils.h",
36 "request_peer.h", 36 "request_peer.h",
37 "resource_dispatcher_delegate.h", 37 "resource_dispatcher_delegate.h",
38 "url_loader_throttle.h",
39 "v8_value_converter.h", 38 "v8_value_converter.h",
40 "worker_thread.h", 39 "worker_thread.h",
41 ] 40 ]
42 41
43 configs += [ 42 configs += [
44 "//build/config/compiler:wexit_time_destructors", 43 "//build/config/compiler:wexit_time_destructors",
45 "//content:content_implementation", 44 "//content:content_implementation",
46 ] 45 ]
47 46
48 deps = [ 47 deps = [
49 "//content/child", # Must not be public_deps! 48 "//content/child", # Must not be public_deps!
50 "//content/public/common:common_sources", 49 "//content/public/common:common_sources",
51 "//gin", 50 "//gin",
52 "//ppapi/c", 51 "//ppapi/c",
53 ] 52 ]
54 53
55 allow_circular_includes_from = [ 54 allow_circular_includes_from = [
56 # This target is a pair with content/child. They always go together and 55 # This target is a pair with content/child. They always go together and
57 # include headers from each other. 56 # include headers from each other.
58 "//content/child", 57 "//content/child",
59 ] 58 ]
60 } 59 }
OLDNEW
« no previous file with comments | « content/common/throttling_url_loader_unittest.cc ('k') | content/public/child/url_loader_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698