| 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "fileapi/fileapi_message_filter.h", | 640 "fileapi/fileapi_message_filter.h", |
| 641 "fileapi/upload_file_system_file_element_reader.cc", | 641 "fileapi/upload_file_system_file_element_reader.cc", |
| 642 "fileapi/upload_file_system_file_element_reader.h", | 642 "fileapi/upload_file_system_file_element_reader.h", |
| 643 "find_request_manager.cc", | 643 "find_request_manager.cc", |
| 644 "find_request_manager.h", | 644 "find_request_manager.h", |
| 645 "font_list_async.cc", | 645 "font_list_async.cc", |
| 646 "frame_host/ancestor_throttle.cc", | 646 "frame_host/ancestor_throttle.cc", |
| 647 "frame_host/ancestor_throttle.h", | 647 "frame_host/ancestor_throttle.h", |
| 648 "frame_host/cross_process_frame_connector.cc", | 648 "frame_host/cross_process_frame_connector.cc", |
| 649 "frame_host/cross_process_frame_connector.h", | 649 "frame_host/cross_process_frame_connector.h", |
| 650 "frame_host/data_url_navigation_throttle.cc", |
| 651 "frame_host/data_url_navigation_throttle.h", |
| 650 "frame_host/debug_urls.cc", | 652 "frame_host/debug_urls.cc", |
| 651 "frame_host/debug_urls.h", | 653 "frame_host/debug_urls.h", |
| 652 "frame_host/form_submission_throttle.cc", | 654 "frame_host/form_submission_throttle.cc", |
| 653 "frame_host/form_submission_throttle.h", | 655 "frame_host/form_submission_throttle.h", |
| 654 "frame_host/frame_navigation_entry.cc", | 656 "frame_host/frame_navigation_entry.cc", |
| 655 "frame_host/frame_navigation_entry.h", | 657 "frame_host/frame_navigation_entry.h", |
| 656 "frame_host/frame_tree.cc", | 658 "frame_host/frame_tree.cc", |
| 657 "frame_host/frame_tree.h", | 659 "frame_host/frame_tree.h", |
| 658 "frame_host/frame_tree_node.cc", | 660 "frame_host/frame_tree_node.cc", |
| 659 "frame_host/frame_tree_node.h", | 661 "frame_host/frame_tree_node.h", |
| (...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2067 if (!is_component_build) { | 2069 if (!is_component_build) { |
| 2068 public_deps = [ | 2070 public_deps = [ |
| 2069 ":browser", | 2071 ":browser", |
| 2070 ] | 2072 ] |
| 2071 } else { | 2073 } else { |
| 2072 public_deps = [ | 2074 public_deps = [ |
| 2073 "//third_party/leveldatabase", | 2075 "//third_party/leveldatabase", |
| 2074 ] | 2076 ] |
| 2075 } | 2077 } |
| 2076 } | 2078 } |
| OLD | NEW |