| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 "cache_storage/cache_storage_histogram_macros.h", | 337 "cache_storage/cache_storage_histogram_macros.h", |
| 338 "cache_storage/cache_storage_manager.cc", | 338 "cache_storage/cache_storage_manager.cc", |
| 339 "cache_storage/cache_storage_manager.h", | 339 "cache_storage/cache_storage_manager.h", |
| 340 "cache_storage/cache_storage_operation.cc", | 340 "cache_storage/cache_storage_operation.cc", |
| 341 "cache_storage/cache_storage_operation.h", | 341 "cache_storage/cache_storage_operation.h", |
| 342 "cache_storage/cache_storage_quota_client.cc", | 342 "cache_storage/cache_storage_quota_client.cc", |
| 343 "cache_storage/cache_storage_quota_client.h", | 343 "cache_storage/cache_storage_quota_client.h", |
| 344 "cache_storage/cache_storage_scheduler.cc", | 344 "cache_storage/cache_storage_scheduler.cc", |
| 345 "cache_storage/cache_storage_scheduler.h", | 345 "cache_storage/cache_storage_scheduler.h", |
| 346 "cache_storage/cache_storage_scheduler_client.h", | 346 "cache_storage/cache_storage_scheduler_client.h", |
| 347 "cert_store_impl.cc", | |
| 348 "cert_store_impl.h", | |
| 349 "child_process_launcher.cc", | 347 "child_process_launcher.cc", |
| 350 "child_process_launcher.h", | 348 "child_process_launcher.h", |
| 351 "child_process_security_policy_impl.cc", | 349 "child_process_security_policy_impl.cc", |
| 352 "child_process_security_policy_impl.h", | 350 "child_process_security_policy_impl.h", |
| 353 "cocoa/system_hotkey_helper_mac.h", | 351 "cocoa/system_hotkey_helper_mac.h", |
| 354 "cocoa/system_hotkey_helper_mac.mm", | 352 "cocoa/system_hotkey_helper_mac.mm", |
| 355 "cocoa/system_hotkey_map.h", | 353 "cocoa/system_hotkey_map.h", |
| 356 "cocoa/system_hotkey_map.mm", | 354 "cocoa/system_hotkey_map.mm", |
| 357 | 355 |
| 358 # NOTE: These files are here instead of in compositor_browser_sources | 356 # NOTE: These files are here instead of in compositor_browser_sources |
| (...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1928 if (!is_component_build) { | 1926 if (!is_component_build) { |
| 1929 public_deps = [ | 1927 public_deps = [ |
| 1930 ":browser", | 1928 ":browser", |
| 1931 ] | 1929 ] |
| 1932 } else { | 1930 } else { |
| 1933 public_deps = [ | 1931 public_deps = [ |
| 1934 "//third_party/leveldatabase", | 1932 "//third_party/leveldatabase", |
| 1935 ] | 1933 ] |
| 1936 } | 1934 } |
| 1937 } | 1935 } |
| OLD | NEW |