| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "frame_host/render_frame_host_manager.cc", | 600 "frame_host/render_frame_host_manager.cc", |
| 601 "frame_host/render_frame_host_manager.h", | 601 "frame_host/render_frame_host_manager.h", |
| 602 "frame_host/render_frame_message_filter.cc", | 602 "frame_host/render_frame_message_filter.cc", |
| 603 "frame_host/render_frame_message_filter.h", | 603 "frame_host/render_frame_message_filter.h", |
| 604 "frame_host/render_frame_proxy_host.cc", | 604 "frame_host/render_frame_proxy_host.cc", |
| 605 "frame_host/render_frame_proxy_host.h", | 605 "frame_host/render_frame_proxy_host.h", |
| 606 "frame_host/render_widget_host_view_child_frame.cc", | 606 "frame_host/render_widget_host_view_child_frame.cc", |
| 607 "frame_host/render_widget_host_view_child_frame.h", | 607 "frame_host/render_widget_host_view_child_frame.h", |
| 608 "frame_host/render_widget_host_view_guest.cc", | 608 "frame_host/render_widget_host_view_guest.cc", |
| 609 "frame_host/render_widget_host_view_guest.h", | 609 "frame_host/render_widget_host_view_guest.h", |
| 610 "gamepad/gamepad_service.cc", | |
| 611 "gamepad/gamepad_service.h", | |
| 612 "gamepad/gamepad_shared_buffer_impl.cc", | |
| 613 "gamepad/gamepad_shared_buffer_impl.h", | |
| 614 "gpu/browser_gpu_channel_host_factory.cc", | 610 "gpu/browser_gpu_channel_host_factory.cc", |
| 615 "gpu/browser_gpu_channel_host_factory.h", | 611 "gpu/browser_gpu_channel_host_factory.h", |
| 616 "gpu/browser_gpu_memory_buffer_manager.cc", | 612 "gpu/browser_gpu_memory_buffer_manager.cc", |
| 617 "gpu/browser_gpu_memory_buffer_manager.h", | 613 "gpu/browser_gpu_memory_buffer_manager.h", |
| 618 "gpu/compositor_util.cc", | 614 "gpu/compositor_util.cc", |
| 619 "gpu/compositor_util.h", | 615 "gpu/compositor_util.h", |
| 620 "gpu/gpu_data_manager_impl.cc", | 616 "gpu/gpu_data_manager_impl.cc", |
| 621 "gpu/gpu_data_manager_impl.h", | 617 "gpu/gpu_data_manager_impl.h", |
| 622 "gpu/gpu_data_manager_impl_private.cc", | 618 "gpu/gpu_data_manager_impl_private.cc", |
| 623 "gpu/gpu_data_manager_impl_private.h", | 619 "gpu/gpu_data_manager_impl_private.h", |
| (...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 if (!is_component_build) { | 1940 if (!is_component_build) { |
| 1945 public_deps = [ | 1941 public_deps = [ |
| 1946 ":browser", | 1942 ":browser", |
| 1947 ] | 1943 ] |
| 1948 } else { | 1944 } else { |
| 1949 public_deps = [ | 1945 public_deps = [ |
| 1950 "//third_party/leveldatabase", | 1946 "//third_party/leveldatabase", |
| 1951 ] | 1947 ] |
| 1952 } | 1948 } |
| 1953 } | 1949 } |
| OLD | NEW |