| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "frame_host/frame_tree.cc", | 623 "frame_host/frame_tree.cc", |
| 624 "frame_host/frame_tree.h", | 624 "frame_host/frame_tree.h", |
| 625 "frame_host/frame_tree_node.cc", | 625 "frame_host/frame_tree_node.cc", |
| 626 "frame_host/frame_tree_node.h", | 626 "frame_host/frame_tree_node.h", |
| 627 "frame_host/frame_tree_node_blame_context.cc", | 627 "frame_host/frame_tree_node_blame_context.cc", |
| 628 "frame_host/frame_tree_node_blame_context.h", | 628 "frame_host/frame_tree_node_blame_context.h", |
| 629 "frame_host/interstitial_page_impl.cc", | 629 "frame_host/interstitial_page_impl.cc", |
| 630 "frame_host/interstitial_page_impl.h", | 630 "frame_host/interstitial_page_impl.h", |
| 631 "frame_host/interstitial_page_navigator_impl.cc", | 631 "frame_host/interstitial_page_navigator_impl.cc", |
| 632 "frame_host/interstitial_page_navigator_impl.h", | 632 "frame_host/interstitial_page_navigator_impl.h", |
| 633 "frame_host/mixed_content_navigation_throttle.cc", |
| 634 "frame_host/mixed_content_navigation_throttle.h", |
| 633 "frame_host/navigation_controller_android.cc", | 635 "frame_host/navigation_controller_android.cc", |
| 634 "frame_host/navigation_controller_android.h", | 636 "frame_host/navigation_controller_android.h", |
| 635 "frame_host/navigation_controller_delegate.h", | 637 "frame_host/navigation_controller_delegate.h", |
| 636 "frame_host/navigation_controller_impl.cc", | 638 "frame_host/navigation_controller_impl.cc", |
| 637 "frame_host/navigation_controller_impl.h", | 639 "frame_host/navigation_controller_impl.h", |
| 638 "frame_host/navigation_entry_impl.cc", | 640 "frame_host/navigation_entry_impl.cc", |
| 639 "frame_host/navigation_entry_impl.h", | 641 "frame_host/navigation_entry_impl.h", |
| 640 "frame_host/navigation_entry_screenshot_manager.cc", | 642 "frame_host/navigation_entry_screenshot_manager.cc", |
| 641 "frame_host/navigation_entry_screenshot_manager.h", | 643 "frame_host/navigation_entry_screenshot_manager.h", |
| 642 "frame_host/navigation_handle_impl.cc", | 644 "frame_host/navigation_handle_impl.cc", |
| (...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2018 if (!is_component_build) { | 2020 if (!is_component_build) { |
| 2019 public_deps = [ | 2021 public_deps = [ |
| 2020 ":browser", | 2022 ":browser", |
| 2021 ] | 2023 ] |
| 2022 } else { | 2024 } else { |
| 2023 public_deps = [ | 2025 public_deps = [ |
| 2024 "//third_party/leveldatabase", | 2026 "//third_party/leveldatabase", |
| 2025 ] | 2027 ] |
| 2026 } | 2028 } |
| 2027 } | 2029 } |
| OLD | NEW |