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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 "gpu/stream_texture_host_android.cc", | 147 "gpu/stream_texture_host_android.cc", |
148 "gpu/stream_texture_host_android.h", | 148 "gpu/stream_texture_host_android.h", |
149 "history_controller.cc", | 149 "history_controller.cc", |
150 "history_controller.h", | 150 "history_controller.h", |
151 "history_entry.cc", | 151 "history_entry.cc", |
152 "history_entry.h", | 152 "history_entry.h", |
153 "history_serialization.cc", | 153 "history_serialization.cc", |
154 "history_serialization.h", | 154 "history_serialization.h", |
155 "idle_user_detector.cc", | 155 "idle_user_detector.cc", |
156 "idle_user_detector.h", | 156 "idle_user_detector.h", |
| 157 "image_downloader/image_downloader_base.cc", |
| 158 "image_downloader/image_downloader_base.h", |
157 "image_downloader/image_downloader_impl.cc", | 159 "image_downloader/image_downloader_impl.cc", |
158 "image_downloader/image_downloader_impl.h", | 160 "image_downloader/image_downloader_impl.h", |
| 161 "image_downloader/single_image_downloader.cc", |
| 162 "image_downloader/single_image_downloader.h", |
159 "ime_event_guard.cc", | 163 "ime_event_guard.cc", |
160 "ime_event_guard.h", | 164 "ime_event_guard.h", |
161 "in_process_renderer_thread.cc", | 165 "in_process_renderer_thread.cc", |
162 "in_process_renderer_thread.h", | 166 "in_process_renderer_thread.h", |
163 "input/input_event_filter.cc", | 167 "input/input_event_filter.cc", |
164 "input/input_event_filter.h", | 168 "input/input_event_filter.h", |
165 "input/input_handler_manager.cc", | 169 "input/input_handler_manager.cc", |
166 "input/input_handler_manager.h", | 170 "input/input_handler_manager.h", |
167 "input/input_handler_manager_client.h", | 171 "input/input_handler_manager_client.h", |
168 "input/input_handler_wrapper.cc", | 172 "input/input_handler_wrapper.cc", |
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 # For the defines in mojo_media_config. | 922 # For the defines in mojo_media_config. |
919 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 923 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
920 } | 924 } |
921 | 925 |
922 if (!is_component_build) { | 926 if (!is_component_build) { |
923 public_deps = [ | 927 public_deps = [ |
924 ":renderer", | 928 ":renderer", |
925 ] | 929 ] |
926 } | 930 } |
927 } | 931 } |
OLD | NEW |