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