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