| 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 "fileapi/fileapi_message_filter.h", | 596 "fileapi/fileapi_message_filter.h", |
| 597 "fileapi/upload_file_system_file_element_reader.cc", | 597 "fileapi/upload_file_system_file_element_reader.cc", |
| 598 "fileapi/upload_file_system_file_element_reader.h", | 598 "fileapi/upload_file_system_file_element_reader.h", |
| 599 "find_request_manager.cc", | 599 "find_request_manager.cc", |
| 600 "find_request_manager.h", | 600 "find_request_manager.h", |
| 601 "font_list_async.cc", | 601 "font_list_async.cc", |
| 602 "frame_host/ancestor_throttle.cc", | 602 "frame_host/ancestor_throttle.cc", |
| 603 "frame_host/ancestor_throttle.h", | 603 "frame_host/ancestor_throttle.h", |
| 604 "frame_host/cross_process_frame_connector.cc", | 604 "frame_host/cross_process_frame_connector.cc", |
| 605 "frame_host/cross_process_frame_connector.h", | 605 "frame_host/cross_process_frame_connector.h", |
| 606 "frame_host/csp_context_impl.cc", |
| 606 "frame_host/debug_urls.cc", | 607 "frame_host/debug_urls.cc", |
| 607 "frame_host/debug_urls.h", | 608 "frame_host/debug_urls.h", |
| 608 "frame_host/frame_navigation_entry.cc", | 609 "frame_host/frame_navigation_entry.cc", |
| 609 "frame_host/frame_navigation_entry.h", | 610 "frame_host/frame_navigation_entry.h", |
| 610 "frame_host/frame_tree.cc", | 611 "frame_host/frame_tree.cc", |
| 611 "frame_host/frame_tree.h", | 612 "frame_host/frame_tree.h", |
| 612 "frame_host/frame_tree_node.cc", | 613 "frame_host/frame_tree_node.cc", |
| 613 "frame_host/frame_tree_node.h", | 614 "frame_host/frame_tree_node.h", |
| 614 "frame_host/frame_tree_node_blame_context.cc", | 615 "frame_host/frame_tree_node_blame_context.cc", |
| 615 "frame_host/frame_tree_node_blame_context.h", | 616 "frame_host/frame_tree_node_blame_context.h", |
| (...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2005 if (!is_component_build) { | 2006 if (!is_component_build) { |
| 2006 public_deps = [ | 2007 public_deps = [ |
| 2007 ":browser", | 2008 ":browser", |
| 2008 ] | 2009 ] |
| 2009 } else { | 2010 } else { |
| 2010 public_deps = [ | 2011 public_deps = [ |
| 2011 "//third_party/leveldatabase", | 2012 "//third_party/leveldatabase", |
| 2012 ] | 2013 ] |
| 2013 } | 2014 } |
| 2014 } | 2015 } |
| OLD | NEW |