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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
9 | 9 |
10 source_set("browser") { | 10 source_set("browser") { |
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 "download/url_downloader.h", | 545 "download/url_downloader.h", |
546 "fileapi/browser_file_system_helper.cc", | 546 "fileapi/browser_file_system_helper.cc", |
547 "fileapi/browser_file_system_helper.h", | 547 "fileapi/browser_file_system_helper.h", |
548 "fileapi/fileapi_message_filter.cc", | 548 "fileapi/fileapi_message_filter.cc", |
549 "fileapi/fileapi_message_filter.h", | 549 "fileapi/fileapi_message_filter.h", |
550 "fileapi/upload_file_system_file_element_reader.cc", | 550 "fileapi/upload_file_system_file_element_reader.cc", |
551 "fileapi/upload_file_system_file_element_reader.h", | 551 "fileapi/upload_file_system_file_element_reader.h", |
552 "find_request_manager.cc", | 552 "find_request_manager.cc", |
553 "find_request_manager.h", | 553 "find_request_manager.h", |
554 "font_list_async.cc", | 554 "font_list_async.cc", |
| 555 "frame_host/ancestor_throttle.cc", |
| 556 "frame_host/ancestor_throttle.h", |
555 "frame_host/cross_process_frame_connector.cc", | 557 "frame_host/cross_process_frame_connector.cc", |
556 "frame_host/cross_process_frame_connector.h", | 558 "frame_host/cross_process_frame_connector.h", |
557 "frame_host/debug_urls.cc", | 559 "frame_host/debug_urls.cc", |
558 "frame_host/debug_urls.h", | 560 "frame_host/debug_urls.h", |
559 "frame_host/frame_navigation_entry.cc", | 561 "frame_host/frame_navigation_entry.cc", |
560 "frame_host/frame_navigation_entry.h", | 562 "frame_host/frame_navigation_entry.h", |
561 "frame_host/frame_tree.cc", | 563 "frame_host/frame_tree.cc", |
562 "frame_host/frame_tree.h", | 564 "frame_host/frame_tree.h", |
563 "frame_host/frame_tree_node.cc", | 565 "frame_host/frame_tree_node.cc", |
564 "frame_host/frame_tree_node.h", | 566 "frame_host/frame_tree_node.h", |
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1941 if (!is_component_build) { | 1943 if (!is_component_build) { |
1942 public_deps = [ | 1944 public_deps = [ |
1943 ":browser", | 1945 ":browser", |
1944 ] | 1946 ] |
1945 } else { | 1947 } else { |
1946 public_deps = [ | 1948 public_deps = [ |
1947 "//third_party/leveldatabase", | 1949 "//third_party/leveldatabase", |
1948 ] | 1950 ] |
1949 } | 1951 } |
1950 } | 1952 } |
OLD | NEW |