OLD | NEW |
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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "dom_storage/local_storage_namespace.cc", | 109 "dom_storage/local_storage_namespace.cc", |
110 "dom_storage/local_storage_namespace.h", | 110 "dom_storage/local_storage_namespace.h", |
111 "dom_storage/webstoragearea_impl.cc", | 111 "dom_storage/webstoragearea_impl.cc", |
112 "dom_storage/webstoragearea_impl.h", | 112 "dom_storage/webstoragearea_impl.h", |
113 "dom_storage/webstoragenamespace_impl.cc", | 113 "dom_storage/webstoragenamespace_impl.cc", |
114 "dom_storage/webstoragenamespace_impl.h", | 114 "dom_storage/webstoragenamespace_impl.h", |
115 "drop_data_builder.cc", | 115 "drop_data_builder.cc", |
116 "drop_data_builder.h", | 116 "drop_data_builder.h", |
117 "effective_connection_type_helper.cc", | 117 "effective_connection_type_helper.cc", |
118 "effective_connection_type_helper.h", | 118 "effective_connection_type_helper.h", |
| 119 "fetchers/associated_resource_fetcher_impl.cc", |
| 120 "fetchers/associated_resource_fetcher_impl.h", |
119 "fetchers/manifest_fetcher.cc", | 121 "fetchers/manifest_fetcher.cc", |
120 "fetchers/manifest_fetcher.h", | 122 "fetchers/manifest_fetcher.h", |
121 "fetchers/multi_resolution_image_resource_fetcher.cc", | 123 "fetchers/multi_resolution_image_resource_fetcher.cc", |
122 "fetchers/multi_resolution_image_resource_fetcher.h", | 124 "fetchers/multi_resolution_image_resource_fetcher.h", |
123 "fetchers/resource_fetcher_impl.cc", | 125 "fetchers/resource_fetcher_impl.cc", |
124 "fetchers/resource_fetcher_impl.h", | 126 "fetchers/resource_fetcher_impl.h", |
125 "fetchers/web_url_loader_client_impl.cc", | |
126 "fetchers/web_url_loader_client_impl.h", | |
127 "frame_blame_context.cc", | 127 "frame_blame_context.cc", |
128 "frame_blame_context.h", | 128 "frame_blame_context.h", |
129 "gamepad_shared_memory_reader.cc", | 129 "gamepad_shared_memory_reader.cc", |
130 "gamepad_shared_memory_reader.h", | 130 "gamepad_shared_memory_reader.h", |
131 "gpu/compositor_dependencies.h", | 131 "gpu/compositor_dependencies.h", |
132 "gpu/compositor_external_begin_frame_source.cc", | 132 "gpu/compositor_external_begin_frame_source.cc", |
133 "gpu/compositor_external_begin_frame_source.h", | 133 "gpu/compositor_external_begin_frame_source.h", |
134 "gpu/compositor_forwarding_message_filter.cc", | 134 "gpu/compositor_forwarding_message_filter.cc", |
135 "gpu/compositor_forwarding_message_filter.h", | 135 "gpu/compositor_forwarding_message_filter.h", |
136 "gpu/frame_swap_message_queue.cc", | 136 "gpu/frame_swap_message_queue.cc", |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 # For the defines in mojo_media_config. | 900 # For the defines in mojo_media_config. |
901 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 901 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
902 } | 902 } |
903 | 903 |
904 if (!is_component_build) { | 904 if (!is_component_build) { |
905 public_deps = [ | 905 public_deps = [ |
906 ":renderer", | 906 ":renderer", |
907 ] | 907 ] |
908 } | 908 } |
909 } | 909 } |
OLD | NEW |