| 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 "find_request_manager.cc", | 606 "find_request_manager.cc", |
| 607 "find_request_manager.h", | 607 "find_request_manager.h", |
| 608 "font_list_async.cc", | 608 "font_list_async.cc", |
| 609 "frame_host/ancestor_throttle.cc", | 609 "frame_host/ancestor_throttle.cc", |
| 610 "frame_host/ancestor_throttle.h", | 610 "frame_host/ancestor_throttle.h", |
| 611 "frame_host/cross_process_frame_connector.cc", | 611 "frame_host/cross_process_frame_connector.cc", |
| 612 "frame_host/cross_process_frame_connector.h", | 612 "frame_host/cross_process_frame_connector.h", |
| 613 "frame_host/csp_context_impl.cc", | 613 "frame_host/csp_context_impl.cc", |
| 614 "frame_host/debug_urls.cc", | 614 "frame_host/debug_urls.cc", |
| 615 "frame_host/debug_urls.h", | 615 "frame_host/debug_urls.h", |
| 616 "frame_host/form_submission_throttle.cc", |
| 617 "frame_host/form_submission_throttle.h", |
| 616 "frame_host/frame_navigation_entry.cc", | 618 "frame_host/frame_navigation_entry.cc", |
| 617 "frame_host/frame_navigation_entry.h", | 619 "frame_host/frame_navigation_entry.h", |
| 618 "frame_host/frame_tree.cc", | 620 "frame_host/frame_tree.cc", |
| 619 "frame_host/frame_tree.h", | 621 "frame_host/frame_tree.h", |
| 620 "frame_host/frame_tree_node.cc", | 622 "frame_host/frame_tree_node.cc", |
| 621 "frame_host/frame_tree_node.h", | 623 "frame_host/frame_tree_node.h", |
| 622 "frame_host/frame_tree_node_blame_context.cc", | 624 "frame_host/frame_tree_node_blame_context.cc", |
| 623 "frame_host/frame_tree_node_blame_context.h", | 625 "frame_host/frame_tree_node_blame_context.h", |
| 624 "frame_host/interstitial_page_impl.cc", | 626 "frame_host/interstitial_page_impl.cc", |
| 625 "frame_host/interstitial_page_impl.h", | 627 "frame_host/interstitial_page_impl.h", |
| (...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2016 if (!is_component_build) { | 2018 if (!is_component_build) { |
| 2017 public_deps = [ | 2019 public_deps = [ |
| 2018 ":browser", | 2020 ":browser", |
| 2019 ] | 2021 ] |
| 2020 } else { | 2022 } else { |
| 2021 public_deps = [ | 2023 public_deps = [ |
| 2022 "//third_party/leveldatabase", | 2024 "//third_party/leveldatabase", |
| 2023 ] | 2025 ] |
| 2024 } | 2026 } |
| 2025 } | 2027 } |
| OLD | NEW |