| 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/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 "frame_host/render_widget_host_view_child_frame.cc", | 658 "frame_host/render_widget_host_view_child_frame.cc", |
| 659 "frame_host/render_widget_host_view_child_frame.h", | 659 "frame_host/render_widget_host_view_child_frame.h", |
| 660 "frame_host/render_widget_host_view_guest.cc", | 660 "frame_host/render_widget_host_view_guest.cc", |
| 661 "frame_host/render_widget_host_view_guest.h", | 661 "frame_host/render_widget_host_view_guest.h", |
| 662 "gpu/browser_gpu_channel_host_factory.cc", | 662 "gpu/browser_gpu_channel_host_factory.cc", |
| 663 "gpu/browser_gpu_channel_host_factory.h", | 663 "gpu/browser_gpu_channel_host_factory.h", |
| 664 "gpu/browser_gpu_memory_buffer_manager.cc", | 664 "gpu/browser_gpu_memory_buffer_manager.cc", |
| 665 "gpu/browser_gpu_memory_buffer_manager.h", | 665 "gpu/browser_gpu_memory_buffer_manager.h", |
| 666 "gpu/compositor_util.cc", | 666 "gpu/compositor_util.cc", |
| 667 "gpu/compositor_util.h", | 667 "gpu/compositor_util.h", |
| 668 "gpu/gpu_client.cc", |
| 669 "gpu/gpu_client.h", |
| 668 "gpu/gpu_data_manager_impl.cc", | 670 "gpu/gpu_data_manager_impl.cc", |
| 669 "gpu/gpu_data_manager_impl.h", | 671 "gpu/gpu_data_manager_impl.h", |
| 670 "gpu/gpu_data_manager_impl_private.cc", | 672 "gpu/gpu_data_manager_impl_private.cc", |
| 671 "gpu/gpu_data_manager_impl_private.h", | 673 "gpu/gpu_data_manager_impl_private.h", |
| 672 "gpu/gpu_internals_ui.cc", | 674 "gpu/gpu_internals_ui.cc", |
| 673 "gpu/gpu_internals_ui.h", | 675 "gpu/gpu_internals_ui.h", |
| 674 "gpu/gpu_process_host.cc", | 676 "gpu/gpu_process_host.cc", |
| 675 "gpu/gpu_process_host.h", | 677 "gpu/gpu_process_host.h", |
| 676 "gpu/gpu_process_host_ui_shim.cc", | 678 "gpu/gpu_process_host_ui_shim.cc", |
| 677 "gpu/gpu_process_host_ui_shim.h", | 679 "gpu/gpu_process_host_ui_shim.h", |
| (...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1990 if (!is_component_build) { | 1992 if (!is_component_build) { |
| 1991 public_deps = [ | 1993 public_deps = [ |
| 1992 ":browser", | 1994 ":browser", |
| 1993 ] | 1995 ] |
| 1994 } else { | 1996 } else { |
| 1995 public_deps = [ | 1997 public_deps = [ |
| 1996 "//third_party/leveldatabase", | 1998 "//third_party/leveldatabase", |
| 1997 ] | 1999 ] |
| 1998 } | 2000 } |
| 1999 } | 2001 } |
| OLD | NEW |