| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "android/browser_surface_texture_manager.h", | 195 "android/browser_surface_texture_manager.h", |
| 196 "android/child_process_launcher_android.cc", | 196 "android/child_process_launcher_android.cc", |
| 197 "android/child_process_launcher_android.h", | 197 "android/child_process_launcher_android.h", |
| 198 "android/content_protocol_handler_impl.cc", | 198 "android/content_protocol_handler_impl.cc", |
| 199 "android/content_protocol_handler_impl.h", | 199 "android/content_protocol_handler_impl.h", |
| 200 "android/content_startup_flags.cc", | 200 "android/content_startup_flags.cc", |
| 201 "android/content_startup_flags.h", | 201 "android/content_startup_flags.h", |
| 202 "android/content_video_view.cc", | 202 "android/content_video_view.cc", |
| 203 "android/content_video_view.h", | 203 "android/content_video_view.h", |
| 204 "android/devtools_auth.cc", | 204 "android/devtools_auth.cc", |
| 205 "android/interface_provider_android_impl.cc", | |
| 206 "android/interface_provider_android_impl.h", | |
| 207 "android/interface_registry_android_impl.cc", | |
| 208 "android/interface_registry_android_impl.h", | |
| 209 "android/java_interfaces_impl.cc", | 205 "android/java_interfaces_impl.cc", |
| 210 "android/java_interfaces_impl.h", | 206 "android/java_interfaces_impl.h", |
| 211 "android/scoped_surface_request_manager.cc", | 207 "android/scoped_surface_request_manager.cc", |
| 212 "android/scoped_surface_request_manager.h", | 208 "android/scoped_surface_request_manager.h", |
| 213 "android/url_request_content_job.cc", | 209 "android/url_request_content_job.cc", |
| 214 "android/url_request_content_job.h", | 210 "android/url_request_content_job.h", |
| 215 "appcache/appcache.cc", | 211 "appcache/appcache.cc", |
| 216 "appcache/appcache.h", | 212 "appcache/appcache.h", |
| 217 "appcache/appcache_backend_impl.cc", | 213 "appcache/appcache_backend_impl.cc", |
| 218 "appcache/appcache_backend_impl.h", | 214 "appcache/appcache_backend_impl.h", |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 "memory/memory_monitor_win.h", | 872 "memory/memory_monitor_win.h", |
| 877 "memory/memory_pressure_controller_impl.cc", | 873 "memory/memory_pressure_controller_impl.cc", |
| 878 "memory/memory_pressure_controller_impl.h", | 874 "memory/memory_pressure_controller_impl.h", |
| 879 "message_port_message_filter.cc", | 875 "message_port_message_filter.cc", |
| 880 "message_port_message_filter.h", | 876 "message_port_message_filter.h", |
| 881 "message_port_provider.cc", | 877 "message_port_provider.cc", |
| 882 "message_port_service.cc", | 878 "message_port_service.cc", |
| 883 "message_port_service.h", | 879 "message_port_service.h", |
| 884 "mime_registry_impl.cc", | 880 "mime_registry_impl.cc", |
| 885 "mime_registry_impl.h", | 881 "mime_registry_impl.h", |
| 886 "mojo/interface_registrar_android.cc", | |
| 887 "mojo/interface_registrar_android.h", | |
| 888 "mojo/merge_dictionary.cc", | 882 "mojo/merge_dictionary.cc", |
| 889 "mojo/merge_dictionary.h", | 883 "mojo/merge_dictionary.h", |
| 890 "mojo/mojo_shell_context.cc", | 884 "mojo/mojo_shell_context.cc", |
| 891 "mojo/mojo_shell_context.h", | 885 "mojo/mojo_shell_context.h", |
| 892 "net/browser_online_state_observer.cc", | 886 "net/browser_online_state_observer.cc", |
| 893 "net/browser_online_state_observer.h", | 887 "net/browser_online_state_observer.h", |
| 894 "net/network_errors_listing_ui.cc", | 888 "net/network_errors_listing_ui.cc", |
| 895 "net/network_errors_listing_ui.h", | 889 "net/network_errors_listing_ui.h", |
| 896 "net/quota_policy_cookie_store.cc", | 890 "net/quota_policy_cookie_store.cc", |
| 897 "net/quota_policy_cookie_store.h", | 891 "net/quota_policy_cookie_store.h", |
| (...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 if (!is_component_build) { | 1948 if (!is_component_build) { |
| 1955 public_deps = [ | 1949 public_deps = [ |
| 1956 ":browser", | 1950 ":browser", |
| 1957 ] | 1951 ] |
| 1958 } else { | 1952 } else { |
| 1959 public_deps = [ | 1953 public_deps = [ |
| 1960 "//third_party/leveldatabase", | 1954 "//third_party/leveldatabase", |
| 1961 ] | 1955 ] |
| 1962 } | 1956 } |
| 1963 } | 1957 } |
| OLD | NEW |