| 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 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 sources = [ | 29 sources = [ |
| 30 "accessibility/blink_ax_enum_conversion.cc", | 30 "accessibility/blink_ax_enum_conversion.cc", |
| 31 "accessibility/blink_ax_enum_conversion.h", | 31 "accessibility/blink_ax_enum_conversion.h", |
| 32 "accessibility/blink_ax_tree_source.cc", | 32 "accessibility/blink_ax_tree_source.cc", |
| 33 "accessibility/blink_ax_tree_source.h", | 33 "accessibility/blink_ax_tree_source.h", |
| 34 "accessibility/render_accessibility_impl.cc", | 34 "accessibility/render_accessibility_impl.cc", |
| 35 "accessibility/render_accessibility_impl.h", | 35 "accessibility/render_accessibility_impl.h", |
| 36 "android/address_detector.cc", | 36 "android/address_detector.cc", |
| 37 "android/address_detector.h", | 37 "android/address_detector.h", |
| 38 "android/app_web_message_port_client.cc", | |
| 39 "android/app_web_message_port_client.h", | |
| 40 "android/content_detector.cc", | 38 "android/content_detector.cc", |
| 41 "android/content_detector.h", | 39 "android/content_detector.h", |
| 42 "android/disambiguation_popup_helper.cc", | 40 "android/disambiguation_popup_helper.cc", |
| 43 "android/disambiguation_popup_helper.h", | 41 "android/disambiguation_popup_helper.h", |
| 44 "android/email_detector.cc", | 42 "android/email_detector.cc", |
| 45 "android/email_detector.h", | 43 "android/email_detector.h", |
| 46 "android/phone_number_detector.cc", | 44 "android/phone_number_detector.cc", |
| 47 "android/phone_number_detector.h", | 45 "android/phone_number_detector.h", |
| 48 "android/renderer_date_time_picker.cc", | 46 "android/renderer_date_time_picker.cc", |
| 49 "android/renderer_date_time_picker.h", | 47 "android/renderer_date_time_picker.h", |
| (...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 # For the defines in mojo_media_config. | 932 # For the defines in mojo_media_config. |
| 935 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 933 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 936 } | 934 } |
| 937 | 935 |
| 938 if (!is_component_build) { | 936 if (!is_component_build) { |
| 939 public_deps = [ | 937 public_deps = [ |
| 940 ":renderer", | 938 ":renderer", |
| 941 ] | 939 ] |
| 942 } | 940 } |
| 943 } | 941 } |
| OLD | NEW |