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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 "//content/child", | 403 "//content/child", |
408 "//content/common", | 404 "//content/common", |
409 "//content/gpu:gpu_sources", | 405 "//content/gpu:gpu_sources", |
410 "//content/public/child:child_sources", | 406 "//content/public/child:child_sources", |
411 "//content/public/common:common_sources", | 407 "//content/public/common:common_sources", |
412 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 408 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
413 "//content/public/common:features", | 409 "//content/public/common:features", |
414 "//crypto:platform", | 410 "//crypto:platform", |
415 "//device/base/synchronization", | 411 "//device/base/synchronization", |
416 "//device/battery:mojo_bindings", | 412 "//device/battery:mojo_bindings", |
417 "//device/bluetooth", | |
418 "//device/gamepad/public/interfaces", | 413 "//device/gamepad/public/interfaces", |
419 "//device/screen_orientation/public/interfaces", | 414 "//device/screen_orientation/public/interfaces", |
420 "//device/sensors/public/cpp", | 415 "//device/sensors/public/cpp", |
421 "//device/usb/public/interfaces", | 416 "//device/usb/public/interfaces", |
422 "//device/vibration:mojo_bindings", | 417 "//device/vibration:mojo_bindings", |
423 "//device/vr:mojo_bindings", | 418 "//device/vr:mojo_bindings", |
424 "//gin", | 419 "//gin", |
425 "//gpu", | 420 "//gpu", |
426 "//gpu/command_buffer/client:gles2_interface", | 421 "//gpu/command_buffer/client:gles2_interface", |
427 "//jingle:jingle_glue", | 422 "//jingle:jingle_glue", |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 # For the defines in mojo_media_config. | 911 # For the defines in mojo_media_config. |
917 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 912 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
918 } | 913 } |
919 | 914 |
920 if (!is_component_build) { | 915 if (!is_component_build) { |
921 public_deps = [ | 916 public_deps = [ |
922 ":renderer", | 917 ":renderer", |
923 ] | 918 ] |
924 } | 919 } |
925 } | 920 } |
OLD | NEW |