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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 "fileapi/upload_file_system_file_element_reader.h", | 633 "fileapi/upload_file_system_file_element_reader.h", |
634 "find_request_manager.cc", | 634 "find_request_manager.cc", |
635 "find_request_manager.h", | 635 "find_request_manager.h", |
636 "font_list_async.cc", | 636 "font_list_async.cc", |
637 "frame_host/ancestor_throttle.cc", | 637 "frame_host/ancestor_throttle.cc", |
638 "frame_host/ancestor_throttle.h", | 638 "frame_host/ancestor_throttle.h", |
639 "frame_host/cross_process_frame_connector.cc", | 639 "frame_host/cross_process_frame_connector.cc", |
640 "frame_host/cross_process_frame_connector.h", | 640 "frame_host/cross_process_frame_connector.h", |
641 "frame_host/debug_urls.cc", | 641 "frame_host/debug_urls.cc", |
642 "frame_host/debug_urls.h", | 642 "frame_host/debug_urls.h", |
| 643 "frame_host/form_submission_throttle.cc", |
| 644 "frame_host/form_submission_throttle.h", |
643 "frame_host/frame_navigation_entry.cc", | 645 "frame_host/frame_navigation_entry.cc", |
644 "frame_host/frame_navigation_entry.h", | 646 "frame_host/frame_navigation_entry.h", |
645 "frame_host/frame_tree.cc", | 647 "frame_host/frame_tree.cc", |
646 "frame_host/frame_tree.h", | 648 "frame_host/frame_tree.h", |
647 "frame_host/frame_tree_node.cc", | 649 "frame_host/frame_tree_node.cc", |
648 "frame_host/frame_tree_node.h", | 650 "frame_host/frame_tree_node.h", |
649 "frame_host/frame_tree_node_blame_context.cc", | 651 "frame_host/frame_tree_node_blame_context.cc", |
650 "frame_host/frame_tree_node_blame_context.h", | 652 "frame_host/frame_tree_node_blame_context.h", |
651 "frame_host/interstitial_page_impl.cc", | 653 "frame_host/interstitial_page_impl.cc", |
652 "frame_host/interstitial_page_impl.h", | 654 "frame_host/interstitial_page_impl.h", |
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 if (!is_component_build) { | 2054 if (!is_component_build) { |
2053 public_deps = [ | 2055 public_deps = [ |
2054 ":browser", | 2056 ":browser", |
2055 ] | 2057 ] |
2056 } else { | 2058 } else { |
2057 public_deps = [ | 2059 public_deps = [ |
2058 "//third_party/leveldatabase", | 2060 "//third_party/leveldatabase", |
2059 ] | 2061 ] |
2060 } | 2062 } |
2061 } | 2063 } |
OLD | NEW |