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