| 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 "message_port_service.cc", | 885 "message_port_service.cc", |
| 886 "message_port_service.h", | 886 "message_port_service.h", |
| 887 "mime_registry_impl.cc", | 887 "mime_registry_impl.cc", |
| 888 "mime_registry_impl.h", | 888 "mime_registry_impl.h", |
| 889 "net/browser_online_state_observer.cc", | 889 "net/browser_online_state_observer.cc", |
| 890 "net/browser_online_state_observer.h", | 890 "net/browser_online_state_observer.h", |
| 891 "net/network_errors_listing_ui.cc", | 891 "net/network_errors_listing_ui.cc", |
| 892 "net/network_errors_listing_ui.h", | 892 "net/network_errors_listing_ui.h", |
| 893 "net/quota_policy_cookie_store.cc", | 893 "net/quota_policy_cookie_store.cc", |
| 894 "net/quota_policy_cookie_store.h", | 894 "net/quota_policy_cookie_store.h", |
| 895 "net/url_request_insecure_interceptor.cc", |
| 896 "net/url_request_insecure_interceptor.h", |
| 895 "net/view_blob_internals_job_factory.cc", | 897 "net/view_blob_internals_job_factory.cc", |
| 896 "net/view_blob_internals_job_factory.h", | 898 "net/view_blob_internals_job_factory.h", |
| 897 "net/view_http_cache_job_factory.cc", | 899 "net/view_http_cache_job_factory.cc", |
| 898 "net/view_http_cache_job_factory.h", | 900 "net/view_http_cache_job_factory.h", |
| 899 "notification_service_impl.cc", | 901 "notification_service_impl.cc", |
| 900 "notification_service_impl.h", | 902 "notification_service_impl.h", |
| 901 "notifications/blink_notification_service_impl.cc", | 903 "notifications/blink_notification_service_impl.cc", |
| 902 "notifications/blink_notification_service_impl.h", | 904 "notifications/blink_notification_service_impl.h", |
| 903 "notifications/notification_database.cc", | 905 "notifications/notification_database.cc", |
| 904 "notifications/notification_database.h", | 906 "notifications/notification_database.h", |
| (...skipping 1036 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 |