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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 "frame_host/frame_tree.cc", | 606 "frame_host/frame_tree.cc", |
607 "frame_host/frame_tree.h", | 607 "frame_host/frame_tree.h", |
608 "frame_host/frame_tree_node.cc", | 608 "frame_host/frame_tree_node.cc", |
609 "frame_host/frame_tree_node.h", | 609 "frame_host/frame_tree_node.h", |
610 "frame_host/frame_tree_node_blame_context.cc", | 610 "frame_host/frame_tree_node_blame_context.cc", |
611 "frame_host/frame_tree_node_blame_context.h", | 611 "frame_host/frame_tree_node_blame_context.h", |
612 "frame_host/interstitial_page_impl.cc", | 612 "frame_host/interstitial_page_impl.cc", |
613 "frame_host/interstitial_page_impl.h", | 613 "frame_host/interstitial_page_impl.h", |
614 "frame_host/interstitial_page_navigator_impl.cc", | 614 "frame_host/interstitial_page_navigator_impl.cc", |
615 "frame_host/interstitial_page_navigator_impl.h", | 615 "frame_host/interstitial_page_navigator_impl.h", |
| 616 "frame_host/mixed_content_navigation_throttle.cc", |
| 617 "frame_host/mixed_content_navigation_throttle.h", |
616 "frame_host/navigation_controller_android.cc", | 618 "frame_host/navigation_controller_android.cc", |
617 "frame_host/navigation_controller_android.h", | 619 "frame_host/navigation_controller_android.h", |
618 "frame_host/navigation_controller_delegate.h", | 620 "frame_host/navigation_controller_delegate.h", |
619 "frame_host/navigation_controller_impl.cc", | 621 "frame_host/navigation_controller_impl.cc", |
620 "frame_host/navigation_controller_impl.h", | 622 "frame_host/navigation_controller_impl.h", |
621 "frame_host/navigation_entry_impl.cc", | 623 "frame_host/navigation_entry_impl.cc", |
622 "frame_host/navigation_entry_impl.h", | 624 "frame_host/navigation_entry_impl.h", |
623 "frame_host/navigation_entry_screenshot_manager.cc", | 625 "frame_host/navigation_entry_screenshot_manager.cc", |
624 "frame_host/navigation_entry_screenshot_manager.h", | 626 "frame_host/navigation_entry_screenshot_manager.h", |
625 "frame_host/navigation_handle_impl.cc", | 627 "frame_host/navigation_handle_impl.cc", |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1986 if (!is_component_build) { | 1988 if (!is_component_build) { |
1987 public_deps = [ | 1989 public_deps = [ |
1988 ":browser", | 1990 ":browser", |
1989 ] | 1991 ] |
1990 } else { | 1992 } else { |
1991 public_deps = [ | 1993 public_deps = [ |
1992 "//third_party/leveldatabase", | 1994 "//third_party/leveldatabase", |
1993 ] | 1995 ] |
1994 } | 1996 } |
1995 } | 1997 } |
OLD | NEW |