| 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 "fileapi/upload_file_system_file_element_reader.h", | 621 "fileapi/upload_file_system_file_element_reader.h", |
| 622 "find_request_manager.cc", | 622 "find_request_manager.cc", |
| 623 "find_request_manager.h", | 623 "find_request_manager.h", |
| 624 "font_list_async.cc", | 624 "font_list_async.cc", |
| 625 "frame_host/ancestor_throttle.cc", | 625 "frame_host/ancestor_throttle.cc", |
| 626 "frame_host/ancestor_throttle.h", | 626 "frame_host/ancestor_throttle.h", |
| 627 "frame_host/cross_process_frame_connector.cc", | 627 "frame_host/cross_process_frame_connector.cc", |
| 628 "frame_host/cross_process_frame_connector.h", | 628 "frame_host/cross_process_frame_connector.h", |
| 629 "frame_host/debug_urls.cc", | 629 "frame_host/debug_urls.cc", |
| 630 "frame_host/debug_urls.h", | 630 "frame_host/debug_urls.h", |
| 631 "frame_host/form_submission_throttle.cc", |
| 632 "frame_host/form_submission_throttle.h", |
| 631 "frame_host/frame_navigation_entry.cc", | 633 "frame_host/frame_navigation_entry.cc", |
| 632 "frame_host/frame_navigation_entry.h", | 634 "frame_host/frame_navigation_entry.h", |
| 633 "frame_host/frame_tree.cc", | 635 "frame_host/frame_tree.cc", |
| 634 "frame_host/frame_tree.h", | 636 "frame_host/frame_tree.h", |
| 635 "frame_host/frame_tree_node.cc", | 637 "frame_host/frame_tree_node.cc", |
| 636 "frame_host/frame_tree_node.h", | 638 "frame_host/frame_tree_node.h", |
| 637 "frame_host/frame_tree_node_blame_context.cc", | 639 "frame_host/frame_tree_node_blame_context.cc", |
| 638 "frame_host/frame_tree_node_blame_context.h", | 640 "frame_host/frame_tree_node_blame_context.h", |
| 639 "frame_host/interstitial_page_impl.cc", | 641 "frame_host/interstitial_page_impl.cc", |
| 640 "frame_host/interstitial_page_impl.h", | 642 "frame_host/interstitial_page_impl.h", |
| (...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 if (!is_component_build) { | 2040 if (!is_component_build) { |
| 2039 public_deps = [ | 2041 public_deps = [ |
| 2040 ":browser", | 2042 ":browser", |
| 2041 ] | 2043 ] |
| 2042 } else { | 2044 } else { |
| 2043 public_deps = [ | 2045 public_deps = [ |
| 2044 "//third_party/leveldatabase", | 2046 "//third_party/leveldatabase", |
| 2045 ] | 2047 ] |
| 2046 } | 2048 } |
| 2047 } | 2049 } |
| OLD | NEW |