| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "fetchers/associated_resource_fetcher_impl.cc", | 118 "fetchers/associated_resource_fetcher_impl.cc", |
| 119 "fetchers/associated_resource_fetcher_impl.h", | 119 "fetchers/associated_resource_fetcher_impl.h", |
| 120 "fetchers/manifest_fetcher.cc", | 120 "fetchers/manifest_fetcher.cc", |
| 121 "fetchers/manifest_fetcher.h", | 121 "fetchers/manifest_fetcher.h", |
| 122 "fetchers/multi_resolution_image_resource_fetcher.cc", | 122 "fetchers/multi_resolution_image_resource_fetcher.cc", |
| 123 "fetchers/multi_resolution_image_resource_fetcher.h", | 123 "fetchers/multi_resolution_image_resource_fetcher.h", |
| 124 "fetchers/resource_fetcher_impl.cc", | 124 "fetchers/resource_fetcher_impl.cc", |
| 125 "fetchers/resource_fetcher_impl.h", | 125 "fetchers/resource_fetcher_impl.h", |
| 126 "frame_blame_context.cc", | 126 "frame_blame_context.cc", |
| 127 "frame_blame_context.h", | 127 "frame_blame_context.h", |
| 128 "frame_owner_properties.cc", |
| 129 "frame_owner_properties.h", |
| 128 "gamepad_shared_memory_reader.cc", | 130 "gamepad_shared_memory_reader.cc", |
| 129 "gamepad_shared_memory_reader.h", | 131 "gamepad_shared_memory_reader.h", |
| 130 "gpu/actions_parser.cc", | 132 "gpu/actions_parser.cc", |
| 131 "gpu/actions_parser.h", | 133 "gpu/actions_parser.h", |
| 132 "gpu/compositor_dependencies.h", | 134 "gpu/compositor_dependencies.h", |
| 133 "gpu/compositor_external_begin_frame_source.cc", | 135 "gpu/compositor_external_begin_frame_source.cc", |
| 134 "gpu/compositor_external_begin_frame_source.h", | 136 "gpu/compositor_external_begin_frame_source.h", |
| 135 "gpu/compositor_forwarding_message_filter.cc", | 137 "gpu/compositor_forwarding_message_filter.cc", |
| 136 "gpu/compositor_forwarding_message_filter.h", | 138 "gpu/compositor_forwarding_message_filter.h", |
| 137 "gpu/frame_swap_message_queue.cc", | 139 "gpu/frame_swap_message_queue.cc", |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 # For the defines in mojo_media_config. | 937 # For the defines in mojo_media_config. |
| 936 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 938 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 937 } | 939 } |
| 938 | 940 |
| 939 if (!is_component_build) { | 941 if (!is_component_build) { |
| 940 public_deps = [ | 942 public_deps = [ |
| 941 ":renderer", | 943 ":renderer", |
| 942 ] | 944 ] |
| 943 } | 945 } |
| 944 } | 946 } |
| OLD | NEW |