| 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 "frame_host/form_submission_throttle.cc", | 685 "frame_host/form_submission_throttle.cc", |
| 686 "frame_host/form_submission_throttle.h", | 686 "frame_host/form_submission_throttle.h", |
| 687 "frame_host/frame_navigation_entry.cc", | 687 "frame_host/frame_navigation_entry.cc", |
| 688 "frame_host/frame_navigation_entry.h", | 688 "frame_host/frame_navigation_entry.h", |
| 689 "frame_host/frame_tree.cc", | 689 "frame_host/frame_tree.cc", |
| 690 "frame_host/frame_tree.h", | 690 "frame_host/frame_tree.h", |
| 691 "frame_host/frame_tree_node.cc", | 691 "frame_host/frame_tree_node.cc", |
| 692 "frame_host/frame_tree_node.h", | 692 "frame_host/frame_tree_node.h", |
| 693 "frame_host/frame_tree_node_blame_context.cc", | 693 "frame_host/frame_tree_node_blame_context.cc", |
| 694 "frame_host/frame_tree_node_blame_context.h", | 694 "frame_host/frame_tree_node_blame_context.h", |
| 695 "frame_host/input/legacy_ipc_frame_input_handler.cc", |
| 696 "frame_host/input/legacy_ipc_frame_input_handler.h", |
| 695 "frame_host/interstitial_page_impl.cc", | 697 "frame_host/interstitial_page_impl.cc", |
| 696 "frame_host/interstitial_page_impl.h", | 698 "frame_host/interstitial_page_impl.h", |
| 697 "frame_host/interstitial_page_navigator_impl.cc", | 699 "frame_host/interstitial_page_navigator_impl.cc", |
| 698 "frame_host/interstitial_page_navigator_impl.h", | 700 "frame_host/interstitial_page_navigator_impl.h", |
| 699 "frame_host/mixed_content_navigation_throttle.cc", | 701 "frame_host/mixed_content_navigation_throttle.cc", |
| 700 "frame_host/mixed_content_navigation_throttle.h", | 702 "frame_host/mixed_content_navigation_throttle.h", |
| 701 "frame_host/navigation_controller_android.cc", | 703 "frame_host/navigation_controller_android.cc", |
| 702 "frame_host/navigation_controller_android.h", | 704 "frame_host/navigation_controller_android.h", |
| 703 "frame_host/navigation_controller_delegate.h", | 705 "frame_host/navigation_controller_delegate.h", |
| 704 "frame_host/navigation_controller_impl.cc", | 706 "frame_host/navigation_controller_impl.cc", |
| (...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2141 if (!is_component_build) { | 2143 if (!is_component_build) { |
| 2142 public_deps = [ | 2144 public_deps = [ |
| 2143 ":browser", | 2145 ":browser", |
| 2144 ] | 2146 ] |
| 2145 } else { | 2147 } else { |
| 2146 public_deps = [ | 2148 public_deps = [ |
| 2147 "//third_party/leveldatabase", | 2149 "//third_party/leveldatabase", |
| 2148 ] | 2150 ] |
| 2149 } | 2151 } |
| 2150 } | 2152 } |
| OLD | NEW |