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("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 12 matching lines...) Expand all Loading... |
23 | 23 |
24 sources = [ | 24 sources = [ |
25 "accessibility/blink_ax_enum_conversion.cc", | 25 "accessibility/blink_ax_enum_conversion.cc", |
26 "accessibility/blink_ax_enum_conversion.h", | 26 "accessibility/blink_ax_enum_conversion.h", |
27 "accessibility/blink_ax_tree_source.cc", | 27 "accessibility/blink_ax_tree_source.cc", |
28 "accessibility/blink_ax_tree_source.h", | 28 "accessibility/blink_ax_tree_source.h", |
29 "accessibility/render_accessibility_impl.cc", | 29 "accessibility/render_accessibility_impl.cc", |
30 "accessibility/render_accessibility_impl.h", | 30 "accessibility/render_accessibility_impl.h", |
31 "android/address_detector.cc", | 31 "android/address_detector.cc", |
32 "android/address_detector.h", | 32 "android/address_detector.h", |
| 33 "android/app_web_message_port_client.cc", |
| 34 "android/app_web_message_port_client.h", |
33 "android/content_detector.cc", | 35 "android/content_detector.cc", |
34 "android/content_detector.h", | 36 "android/content_detector.h", |
35 "android/disambiguation_popup_helper.cc", | 37 "android/disambiguation_popup_helper.cc", |
36 "android/disambiguation_popup_helper.h", | 38 "android/disambiguation_popup_helper.h", |
37 "android/email_detector.cc", | 39 "android/email_detector.cc", |
38 "android/email_detector.h", | 40 "android/email_detector.h", |
39 "android/phone_number_detector.cc", | 41 "android/phone_number_detector.cc", |
40 "android/phone_number_detector.h", | 42 "android/phone_number_detector.h", |
41 "android/renderer_date_time_picker.cc", | 43 "android/renderer_date_time_picker.cc", |
42 "android/renderer_date_time_picker.h", | 44 "android/renderer_date_time_picker.h", |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 # For the defines in mojo_media_config. | 915 # For the defines in mojo_media_config. |
914 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 916 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
915 } | 917 } |
916 | 918 |
917 if (!is_component_build) { | 919 if (!is_component_build) { |
918 public_deps = [ | 920 public_deps = [ |
919 ":renderer", | 921 ":renderer", |
920 ] | 922 ] |
921 } | 923 } |
922 } | 924 } |
OLD | NEW |