| 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 "dom_storage/local_storage_database_adapter.cc", | 467 "dom_storage/local_storage_database_adapter.cc", |
| 468 "dom_storage/local_storage_database_adapter.h", | 468 "dom_storage/local_storage_database_adapter.h", |
| 469 "dom_storage/session_storage_database.cc", | 469 "dom_storage/session_storage_database.cc", |
| 470 "dom_storage/session_storage_database.h", | 470 "dom_storage/session_storage_database.h", |
| 471 "dom_storage/session_storage_database_adapter.cc", | 471 "dom_storage/session_storage_database_adapter.cc", |
| 472 "dom_storage/session_storage_database_adapter.h", | 472 "dom_storage/session_storage_database_adapter.h", |
| 473 "dom_storage/session_storage_namespace_impl.cc", | 473 "dom_storage/session_storage_namespace_impl.cc", |
| 474 "dom_storage/session_storage_namespace_impl.h", | 474 "dom_storage/session_storage_namespace_impl.h", |
| 475 "download/base_file.cc", | 475 "download/base_file.cc", |
| 476 "download/base_file.h", | 476 "download/base_file.h", |
| 477 "download/base_file_linux.cc", | |
| 478 "download/base_file_mac.cc", | |
| 479 "download/base_file_posix.cc", | 477 "download/base_file_posix.cc", |
| 480 "download/base_file_win.cc", | 478 "download/base_file_win.cc", |
| 481 "download/download_create_info.cc", | 479 "download/download_create_info.cc", |
| 482 "download/download_create_info.h", | 480 "download/download_create_info.h", |
| 483 "download/download_destination_observer.h", | 481 "download/download_destination_observer.h", |
| 484 "download/download_file.h", | 482 "download/download_file.h", |
| 485 "download/download_file_factory.cc", | 483 "download/download_file_factory.cc", |
| 486 "download/download_file_factory.h", | 484 "download/download_file_factory.h", |
| 487 "download/download_file_impl.cc", | 485 "download/download_file_impl.cc", |
| 488 "download/download_file_impl.h", | 486 "download/download_file_impl.h", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 502 "download/download_request_handle.cc", | 500 "download/download_request_handle.cc", |
| 503 "download/download_request_handle.h", | 501 "download/download_request_handle.h", |
| 504 "download/download_resource_handler.cc", | 502 "download/download_resource_handler.cc", |
| 505 "download/download_resource_handler.h", | 503 "download/download_resource_handler.h", |
| 506 "download/download_stats.cc", | 504 "download/download_stats.cc", |
| 507 "download/download_stats.h", | 505 "download/download_stats.h", |
| 508 "download/drag_download_file.cc", | 506 "download/drag_download_file.cc", |
| 509 "download/drag_download_file.h", | 507 "download/drag_download_file.h", |
| 510 "download/drag_download_util.cc", | 508 "download/drag_download_util.cc", |
| 511 "download/drag_download_util.h", | 509 "download/drag_download_util.h", |
| 512 "download/file_metadata_linux.cc", | |
| 513 "download/file_metadata_linux.h", | |
| 514 "download/file_metadata_mac.h", | |
| 515 "download/file_metadata_mac.mm", | |
| 516 "download/mhtml_generation_manager.cc", | 510 "download/mhtml_generation_manager.cc", |
| 517 "download/mhtml_generation_manager.h", | 511 "download/mhtml_generation_manager.h", |
| 512 "download/quarantine.cc", |
| 513 "download/quarantine.h", |
| 514 "download/quarantine_constants_linux.h", |
| 515 "download/quarantine_linux.cc", |
| 516 "download/quarantine_mac.mm", |
| 517 "download/quarantine_win.cc", |
| 518 "download/rate_estimator.cc", | 518 "download/rate_estimator.cc", |
| 519 "download/rate_estimator.h", | 519 "download/rate_estimator.h", |
| 520 "download/save_file.cc", | 520 "download/save_file.cc", |
| 521 "download/save_file.h", | 521 "download/save_file.h", |
| 522 "download/save_file_manager.cc", | 522 "download/save_file_manager.cc", |
| 523 "download/save_file_manager.h", | 523 "download/save_file_manager.h", |
| 524 "download/save_file_resource_handler.cc", | 524 "download/save_file_resource_handler.cc", |
| 525 "download/save_file_resource_handler.h", | 525 "download/save_file_resource_handler.h", |
| 526 "download/save_item.cc", | 526 "download/save_item.cc", |
| 527 "download/save_item.h", | 527 "download/save_item.h", |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 "renderer_host/text_input_manager.cc", | 1128 "renderer_host/text_input_manager.cc", |
| 1129 "renderer_host/text_input_manager.h", | 1129 "renderer_host/text_input_manager.h", |
| 1130 "renderer_host/ui_events_helper.cc", | 1130 "renderer_host/ui_events_helper.cc", |
| 1131 "renderer_host/ui_events_helper.h", | 1131 "renderer_host/ui_events_helper.h", |
| 1132 "renderer_host/webmenurunner_mac.h", | 1132 "renderer_host/webmenurunner_mac.h", |
| 1133 "renderer_host/webmenurunner_mac.mm", | 1133 "renderer_host/webmenurunner_mac.mm", |
| 1134 "resolve_proxy_msg_helper.cc", | 1134 "resolve_proxy_msg_helper.cc", |
| 1135 "resolve_proxy_msg_helper.h", | 1135 "resolve_proxy_msg_helper.h", |
| 1136 "resource_context_impl.cc", | 1136 "resource_context_impl.cc", |
| 1137 "resource_context_impl.h", | 1137 "resource_context_impl.h", |
| 1138 "safe_util_win.cc", | |
| 1139 "safe_util_win.h", | |
| 1140 "screen_orientation/screen_orientation_delegate_win.cc", | 1138 "screen_orientation/screen_orientation_delegate_win.cc", |
| 1141 "screen_orientation/screen_orientation_delegate_win.h", | 1139 "screen_orientation/screen_orientation_delegate_win.h", |
| 1142 "screen_orientation/screen_orientation_dispatcher_host_impl.cc", | 1140 "screen_orientation/screen_orientation_dispatcher_host_impl.cc", |
| 1143 "screen_orientation/screen_orientation_dispatcher_host_impl.h", | 1141 "screen_orientation/screen_orientation_dispatcher_host_impl.h", |
| 1144 "service_worker/embedded_worker_instance.cc", | 1142 "service_worker/embedded_worker_instance.cc", |
| 1145 "service_worker/embedded_worker_instance.h", | 1143 "service_worker/embedded_worker_instance.h", |
| 1146 "service_worker/embedded_worker_registry.cc", | 1144 "service_worker/embedded_worker_registry.cc", |
| 1147 "service_worker/embedded_worker_registry.h", | 1145 "service_worker/embedded_worker_registry.h", |
| 1148 "service_worker/embedded_worker_status.h", | 1146 "service_worker/embedded_worker_status.h", |
| 1149 "service_worker/foreign_fetch_request_handler.cc", | 1147 "service_worker/foreign_fetch_request_handler.cc", |
| (...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1945 if (!is_component_build) { | 1943 if (!is_component_build) { |
| 1946 public_deps = [ | 1944 public_deps = [ |
| 1947 ":browser", | 1945 ":browser", |
| 1948 ] | 1946 ] |
| 1949 } else { | 1947 } else { |
| 1950 public_deps = [ | 1948 public_deps = [ |
| 1951 "//third_party/leveldatabase", | 1949 "//third_party/leveldatabase", |
| 1952 ] | 1950 ] |
| 1953 } | 1951 } |
| 1954 } | 1952 } |
| OLD | NEW |