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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "android/phone_number_detector.h", | 44 "android/phone_number_detector.h", |
45 "android/renderer_date_time_picker.cc", | 45 "android/renderer_date_time_picker.cc", |
46 "android/renderer_date_time_picker.h", | 46 "android/renderer_date_time_picker.h", |
47 "android/synchronous_compositor_filter.cc", | 47 "android/synchronous_compositor_filter.cc", |
48 "android/synchronous_compositor_filter.h", | 48 "android/synchronous_compositor_filter.h", |
49 "android/synchronous_compositor_frame_sink.cc", | 49 "android/synchronous_compositor_frame_sink.cc", |
50 "android/synchronous_compositor_frame_sink.h", | 50 "android/synchronous_compositor_frame_sink.h", |
51 "android/synchronous_compositor_proxy.cc", | 51 "android/synchronous_compositor_proxy.cc", |
52 "android/synchronous_compositor_proxy.h", | 52 "android/synchronous_compositor_proxy.h", |
53 "android/synchronous_compositor_registry.h", | 53 "android/synchronous_compositor_registry.h", |
54 "bluetooth/bluetooth_type_converters.cc", | |
55 "bluetooth/bluetooth_type_converters.h", | |
56 "bluetooth/web_bluetooth_impl.cc", | |
57 "bluetooth/web_bluetooth_impl.h", | |
58 "browser_plugin/browser_plugin.cc", | 54 "browser_plugin/browser_plugin.cc", |
59 "browser_plugin/browser_plugin.h", | 55 "browser_plugin/browser_plugin.h", |
60 "browser_plugin/browser_plugin_manager.cc", | 56 "browser_plugin/browser_plugin_manager.cc", |
61 "browser_plugin/browser_plugin_manager.h", | 57 "browser_plugin/browser_plugin_manager.h", |
62 "cache_storage/cache_storage_dispatcher.cc", | 58 "cache_storage/cache_storage_dispatcher.cc", |
63 "cache_storage/cache_storage_dispatcher.h", | 59 "cache_storage/cache_storage_dispatcher.h", |
64 "cache_storage/cache_storage_message_filter.cc", | 60 "cache_storage/cache_storage_message_filter.cc", |
65 "cache_storage/cache_storage_message_filter.h", | 61 "cache_storage/cache_storage_message_filter.h", |
66 "cache_storage/webserviceworkercachestorage_impl.cc", | 62 "cache_storage/webserviceworkercachestorage_impl.cc", |
67 "cache_storage/webserviceworkercachestorage_impl.h", | 63 "cache_storage/webserviceworkercachestorage_impl.h", |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "//content/child", | 405 "//content/child", |
410 "//content/common", | 406 "//content/common", |
411 "//content/gpu:gpu_sources", | 407 "//content/gpu:gpu_sources", |
412 "//content/public/child:child_sources", | 408 "//content/public/child:child_sources", |
413 "//content/public/common:common_sources", | 409 "//content/public/common:common_sources", |
414 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 410 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
415 "//content/public/common:features", | 411 "//content/public/common:features", |
416 "//crypto:platform", | 412 "//crypto:platform", |
417 "//device/base/synchronization", | 413 "//device/base/synchronization", |
418 "//device/battery:mojo_bindings", | 414 "//device/battery:mojo_bindings", |
419 "//device/bluetooth", | |
420 "//device/gamepad/public/interfaces", | 415 "//device/gamepad/public/interfaces", |
421 "//device/screen_orientation/public/interfaces", | 416 "//device/screen_orientation/public/interfaces", |
422 "//device/sensors/public/cpp", | 417 "//device/sensors/public/cpp", |
423 "//device/usb/public/interfaces", | 418 "//device/usb/public/interfaces", |
424 "//device/vibration:mojo_bindings", | 419 "//device/vibration:mojo_bindings", |
425 "//device/vr:mojo_bindings", | 420 "//device/vr:mojo_bindings", |
426 "//gin", | 421 "//gin", |
427 "//gpu", | 422 "//gpu", |
428 "//gpu/command_buffer/client:gles2_interface", | 423 "//gpu/command_buffer/client:gles2_interface", |
429 "//jingle:jingle_glue", | 424 "//jingle:jingle_glue", |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 # For the defines in mojo_media_config. | 913 # For the defines in mojo_media_config. |
919 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 914 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
920 } | 915 } |
921 | 916 |
922 if (!is_component_build) { | 917 if (!is_component_build) { |
923 public_deps = [ | 918 public_deps = [ |
924 ":renderer", | 919 ":renderer", |
925 ] | 920 ] |
926 } | 921 } |
927 } | 922 } |
OLD | NEW |