| 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("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/webrtc/build/webrtc.gni") | 10 import("//third_party/webrtc/build/webrtc.gni") |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "fetchers/manifest_fetcher.cc", | 121 "fetchers/manifest_fetcher.cc", |
| 122 "fetchers/manifest_fetcher.h", | 122 "fetchers/manifest_fetcher.h", |
| 123 "fetchers/multi_resolution_image_resource_fetcher.cc", | 123 "fetchers/multi_resolution_image_resource_fetcher.cc", |
| 124 "fetchers/multi_resolution_image_resource_fetcher.h", | 124 "fetchers/multi_resolution_image_resource_fetcher.h", |
| 125 "fetchers/resource_fetcher_impl.cc", | 125 "fetchers/resource_fetcher_impl.cc", |
| 126 "fetchers/resource_fetcher_impl.h", | 126 "fetchers/resource_fetcher_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/actions_runner.cc", |
| 132 "gpu/actions_runner.h", |
| 131 "gpu/compositor_dependencies.h", | 133 "gpu/compositor_dependencies.h", |
| 132 "gpu/compositor_external_begin_frame_source.cc", | 134 "gpu/compositor_external_begin_frame_source.cc", |
| 133 "gpu/compositor_external_begin_frame_source.h", | 135 "gpu/compositor_external_begin_frame_source.h", |
| 134 "gpu/compositor_forwarding_message_filter.cc", | 136 "gpu/compositor_forwarding_message_filter.cc", |
| 135 "gpu/compositor_forwarding_message_filter.h", | 137 "gpu/compositor_forwarding_message_filter.h", |
| 136 "gpu/frame_swap_message_queue.cc", | 138 "gpu/frame_swap_message_queue.cc", |
| 137 "gpu/frame_swap_message_queue.h", | 139 "gpu/frame_swap_message_queue.h", |
| 138 "gpu/gpu_benchmarking_extension.cc", | 140 "gpu/gpu_benchmarking_extension.cc", |
| 139 "gpu/gpu_benchmarking_extension.h", | 141 "gpu/gpu_benchmarking_extension.h", |
| 140 "gpu/queue_message_swap_promise.cc", | 142 "gpu/queue_message_swap_promise.cc", |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 # For the defines in mojo_media_config. | 920 # For the defines in mojo_media_config. |
| 919 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 921 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 920 } | 922 } |
| 921 | 923 |
| 922 if (!is_component_build) { | 924 if (!is_component_build) { |
| 923 public_deps = [ | 925 public_deps = [ |
| 924 ":renderer", | 926 ":renderer", |
| 925 ] | 927 ] |
| 926 } | 928 } |
| 927 } | 929 } |
| OLD | NEW |