| 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("//content/common/features.gni") | 9 import("//content/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "//content/public/renderer:renderer_sources", | 28 "//content/public/renderer:renderer_sources", |
| 29 ] | 29 ] |
| 30 | 30 |
| 31 sources = [ | 31 sources = [ |
| 32 "accessibility/blink_ax_enum_conversion.cc", | 32 "accessibility/blink_ax_enum_conversion.cc", |
| 33 "accessibility/blink_ax_enum_conversion.h", | 33 "accessibility/blink_ax_enum_conversion.h", |
| 34 "accessibility/blink_ax_tree_source.cc", | 34 "accessibility/blink_ax_tree_source.cc", |
| 35 "accessibility/blink_ax_tree_source.h", | 35 "accessibility/blink_ax_tree_source.h", |
| 36 "accessibility/render_accessibility_impl.cc", | 36 "accessibility/render_accessibility_impl.cc", |
| 37 "accessibility/render_accessibility_impl.h", | 37 "accessibility/render_accessibility_impl.h", |
| 38 "android/address_detector.cc", | |
| 39 "android/address_detector.h", | |
| 40 "android/content_detector.cc", | |
| 41 "android/content_detector.h", | |
| 42 "android/disambiguation_popup_helper.cc", | 38 "android/disambiguation_popup_helper.cc", |
| 43 "android/disambiguation_popup_helper.h", | 39 "android/disambiguation_popup_helper.h", |
| 44 "android/email_detector.cc", | |
| 45 "android/email_detector.h", | |
| 46 "android/phone_number_detector.cc", | |
| 47 "android/phone_number_detector.h", | |
| 48 "android/renderer_date_time_picker.cc", | 40 "android/renderer_date_time_picker.cc", |
| 49 "android/renderer_date_time_picker.h", | 41 "android/renderer_date_time_picker.h", |
| 50 "android/synchronous_compositor_filter.cc", | 42 "android/synchronous_compositor_filter.cc", |
| 51 "android/synchronous_compositor_filter.h", | 43 "android/synchronous_compositor_filter.h", |
| 52 "android/synchronous_compositor_frame_sink.cc", | 44 "android/synchronous_compositor_frame_sink.cc", |
| 53 "android/synchronous_compositor_frame_sink.h", | 45 "android/synchronous_compositor_frame_sink.h", |
| 54 "android/synchronous_compositor_proxy.cc", | 46 "android/synchronous_compositor_proxy.cc", |
| 55 "android/synchronous_compositor_proxy.h", | 47 "android/synchronous_compositor_proxy.h", |
| 56 "android/synchronous_compositor_registry.h", | 48 "android/synchronous_compositor_registry.h", |
| 57 "browser_plugin/browser_plugin.cc", | 49 "browser_plugin/browser_plugin.cc", |
| (...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 # For the defines in mojo_media_config. | 961 # For the defines in mojo_media_config. |
| 970 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 962 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 971 } | 963 } |
| 972 | 964 |
| 973 if (!is_component_build) { | 965 if (!is_component_build) { |
| 974 public_deps = [ | 966 public_deps = [ |
| 975 ":renderer", | 967 ":renderer", |
| 976 ] | 968 ] |
| 977 } | 969 } |
| 978 } | 970 } |
| OLD | NEW |