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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 "fileapi/fileapi_message_filter.h", | 636 "fileapi/fileapi_message_filter.h", |
637 "fileapi/upload_file_system_file_element_reader.cc", | 637 "fileapi/upload_file_system_file_element_reader.cc", |
638 "fileapi/upload_file_system_file_element_reader.h", | 638 "fileapi/upload_file_system_file_element_reader.h", |
639 "find_request_manager.cc", | 639 "find_request_manager.cc", |
640 "find_request_manager.h", | 640 "find_request_manager.h", |
641 "font_list_async.cc", | 641 "font_list_async.cc", |
642 "frame_host/ancestor_throttle.cc", | 642 "frame_host/ancestor_throttle.cc", |
643 "frame_host/ancestor_throttle.h", | 643 "frame_host/ancestor_throttle.h", |
644 "frame_host/cross_process_frame_connector.cc", | 644 "frame_host/cross_process_frame_connector.cc", |
645 "frame_host/cross_process_frame_connector.h", | 645 "frame_host/cross_process_frame_connector.h", |
| 646 "frame_host/data_url_navigation_throttle.cc", |
| 647 "frame_host/data_url_navigation_throttle.h", |
646 "frame_host/debug_urls.cc", | 648 "frame_host/debug_urls.cc", |
647 "frame_host/debug_urls.h", | 649 "frame_host/debug_urls.h", |
648 "frame_host/form_submission_throttle.cc", | 650 "frame_host/form_submission_throttle.cc", |
649 "frame_host/form_submission_throttle.h", | 651 "frame_host/form_submission_throttle.h", |
650 "frame_host/frame_navigation_entry.cc", | 652 "frame_host/frame_navigation_entry.cc", |
651 "frame_host/frame_navigation_entry.h", | 653 "frame_host/frame_navigation_entry.h", |
652 "frame_host/frame_tree.cc", | 654 "frame_host/frame_tree.cc", |
653 "frame_host/frame_tree.h", | 655 "frame_host/frame_tree.h", |
654 "frame_host/frame_tree_node.cc", | 656 "frame_host/frame_tree_node.cc", |
655 "frame_host/frame_tree_node.h", | 657 "frame_host/frame_tree_node.h", |
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2056 if (!is_component_build) { | 2058 if (!is_component_build) { |
2057 public_deps = [ | 2059 public_deps = [ |
2058 ":browser", | 2060 ":browser", |
2059 ] | 2061 ] |
2060 } else { | 2062 } else { |
2061 public_deps = [ | 2063 public_deps = [ |
2062 "//third_party/leveldatabase", | 2064 "//third_party/leveldatabase", |
2063 ] | 2065 ] |
2064 } | 2066 } |
2065 } | 2067 } |
OLD | NEW |