| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "fetchers/associated_resource_fetcher_impl.cc", | 119 "fetchers/associated_resource_fetcher_impl.cc", |
| 120 "fetchers/associated_resource_fetcher_impl.h", | 120 "fetchers/associated_resource_fetcher_impl.h", |
| 121 "fetchers/manifest_fetcher.cc", | 121 "fetchers/manifest_fetcher.cc", |
| 122 "fetchers/manifest_fetcher.h", | 122 "fetchers/manifest_fetcher.h", |
| 123 "fetchers/multi_resolution_image_resource_fetcher.cc", | 123 "fetchers/multi_resolution_image_resource_fetcher.cc", |
| 124 "fetchers/multi_resolution_image_resource_fetcher.h", | 124 "fetchers/multi_resolution_image_resource_fetcher.h", |
| 125 "fetchers/resource_fetcher_impl.cc", | 125 "fetchers/resource_fetcher_impl.cc", |
| 126 "fetchers/resource_fetcher_impl.h", | 126 "fetchers/resource_fetcher_impl.h", |
| 127 "frame_blame_context.cc", | 127 "frame_blame_context.cc", |
| 128 "frame_blame_context.h", | 128 "frame_blame_context.h", |
| 129 "gamepad_shared_memory_reader.cc", | |
| 130 "gamepad_shared_memory_reader.h", | |
| 131 "gpu/compositor_dependencies.h", | 129 "gpu/compositor_dependencies.h", |
| 132 "gpu/compositor_external_begin_frame_source.cc", | 130 "gpu/compositor_external_begin_frame_source.cc", |
| 133 "gpu/compositor_external_begin_frame_source.h", | 131 "gpu/compositor_external_begin_frame_source.h", |
| 134 "gpu/compositor_forwarding_message_filter.cc", | 132 "gpu/compositor_forwarding_message_filter.cc", |
| 135 "gpu/compositor_forwarding_message_filter.h", | 133 "gpu/compositor_forwarding_message_filter.h", |
| 136 "gpu/frame_swap_message_queue.cc", | 134 "gpu/frame_swap_message_queue.cc", |
| 137 "gpu/frame_swap_message_queue.h", | 135 "gpu/frame_swap_message_queue.h", |
| 138 "gpu/gpu_benchmarking_extension.cc", | 136 "gpu/gpu_benchmarking_extension.cc", |
| 139 "gpu/gpu_benchmarking_extension.h", | 137 "gpu/gpu_benchmarking_extension.h", |
| 140 "gpu/queue_message_swap_promise.cc", | 138 "gpu/queue_message_swap_promise.cc", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 "//content/common", | 407 "//content/common", |
| 410 "//content/gpu:gpu_sources", | 408 "//content/gpu:gpu_sources", |
| 411 "//content/public/child:child_sources", | 409 "//content/public/child:child_sources", |
| 412 "//content/public/common:common_sources", | 410 "//content/public/common:common_sources", |
| 413 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 411 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 414 "//content/public/common:features", | 412 "//content/public/common:features", |
| 415 "//crypto:platform", | 413 "//crypto:platform", |
| 416 "//device/base/synchronization", | 414 "//device/base/synchronization", |
| 417 "//device/battery:mojo_bindings", | 415 "//device/battery:mojo_bindings", |
| 418 "//device/bluetooth", | 416 "//device/bluetooth", |
| 419 "//device/gamepad/public/interfaces", | |
| 420 "//device/screen_orientation/public/interfaces", | 417 "//device/screen_orientation/public/interfaces", |
| 421 "//device/sensors/public/cpp", | 418 "//device/sensors/public/cpp", |
| 422 "//device/usb/public/interfaces", | 419 "//device/usb/public/interfaces", |
| 423 "//device/vibration:mojo_bindings", | 420 "//device/vibration:mojo_bindings", |
| 424 "//device/vr:mojo_bindings", | 421 "//device/vr:mojo_bindings", |
| 425 "//gin", | 422 "//gin", |
| 426 "//gpu", | 423 "//gpu", |
| 427 "//gpu/command_buffer/client:gles2_interface", | 424 "//gpu/command_buffer/client:gles2_interface", |
| 428 "//jingle:jingle_glue", | 425 "//jingle:jingle_glue", |
| 429 "//media", | 426 "//media", |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 # For the defines in mojo_media_config. | 913 # For the defines in mojo_media_config. |
| 917 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 914 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 918 } | 915 } |
| 919 | 916 |
| 920 if (!is_component_build) { | 917 if (!is_component_build) { |
| 921 public_deps = [ | 918 public_deps = [ |
| 922 ":renderer", | 919 ":renderer", |
| 923 ] | 920 ] |
| 924 } | 921 } |
| 925 } | 922 } |
| OLD | NEW |