| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 "frame_host/form_submission_throttle.cc", | 686 "frame_host/form_submission_throttle.cc", |
| 687 "frame_host/form_submission_throttle.h", | 687 "frame_host/form_submission_throttle.h", |
| 688 "frame_host/frame_navigation_entry.cc", | 688 "frame_host/frame_navigation_entry.cc", |
| 689 "frame_host/frame_navigation_entry.h", | 689 "frame_host/frame_navigation_entry.h", |
| 690 "frame_host/frame_tree.cc", | 690 "frame_host/frame_tree.cc", |
| 691 "frame_host/frame_tree.h", | 691 "frame_host/frame_tree.h", |
| 692 "frame_host/frame_tree_node.cc", | 692 "frame_host/frame_tree_node.cc", |
| 693 "frame_host/frame_tree_node.h", | 693 "frame_host/frame_tree_node.h", |
| 694 "frame_host/frame_tree_node_blame_context.cc", | 694 "frame_host/frame_tree_node_blame_context.cc", |
| 695 "frame_host/frame_tree_node_blame_context.h", | 695 "frame_host/frame_tree_node_blame_context.h", |
| 696 "frame_host/input/legacy_ipc_frame_input_handler.cc", |
| 697 "frame_host/input/legacy_ipc_frame_input_handler.h", |
| 696 "frame_host/interstitial_page_impl.cc", | 698 "frame_host/interstitial_page_impl.cc", |
| 697 "frame_host/interstitial_page_impl.h", | 699 "frame_host/interstitial_page_impl.h", |
| 698 "frame_host/interstitial_page_navigator_impl.cc", | 700 "frame_host/interstitial_page_navigator_impl.cc", |
| 699 "frame_host/interstitial_page_navigator_impl.h", | 701 "frame_host/interstitial_page_navigator_impl.h", |
| 700 "frame_host/mixed_content_navigation_throttle.cc", | 702 "frame_host/mixed_content_navigation_throttle.cc", |
| 701 "frame_host/mixed_content_navigation_throttle.h", | 703 "frame_host/mixed_content_navigation_throttle.h", |
| 702 "frame_host/navigation_controller_android.cc", | 704 "frame_host/navigation_controller_android.cc", |
| 703 "frame_host/navigation_controller_android.h", | 705 "frame_host/navigation_controller_android.h", |
| 704 "frame_host/navigation_controller_delegate.h", | 706 "frame_host/navigation_controller_delegate.h", |
| 705 "frame_host/navigation_controller_impl.cc", | 707 "frame_host/navigation_controller_impl.cc", |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 if (!is_component_build) { | 2153 if (!is_component_build) { |
| 2152 public_deps = [ | 2154 public_deps = [ |
| 2153 ":browser", | 2155 ":browser", |
| 2154 ] | 2156 ] |
| 2155 } else { | 2157 } else { |
| 2156 public_deps = [ | 2158 public_deps = [ |
| 2157 "//third_party/leveldatabase", | 2159 "//third_party/leveldatabase", |
| 2158 ] | 2160 ] |
| 2159 } | 2161 } |
| 2160 } | 2162 } |
| OLD | NEW |