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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "android/content_startup_flags.h", | 198 "android/content_startup_flags.h", |
199 "android/content_video_view.cc", | 199 "android/content_video_view.cc", |
200 "android/content_video_view.h", | 200 "android/content_video_view.h", |
201 "android/devtools_auth.cc", | 201 "android/devtools_auth.cc", |
202 "android/interface_provider_android_impl.cc", | 202 "android/interface_provider_android_impl.cc", |
203 "android/interface_provider_android_impl.h", | 203 "android/interface_provider_android_impl.h", |
204 "android/interface_registry_android_impl.cc", | 204 "android/interface_registry_android_impl.cc", |
205 "android/interface_registry_android_impl.h", | 205 "android/interface_registry_android_impl.h", |
206 "android/java_interfaces_impl.cc", | 206 "android/java_interfaces_impl.cc", |
207 "android/java_interfaces_impl.h", | 207 "android/java_interfaces_impl.h", |
| 208 "android/scoped_surface_request_manager.cc", |
| 209 "android/scoped_surface_request_manager.h", |
208 "android/url_request_content_job.cc", | 210 "android/url_request_content_job.cc", |
209 "android/url_request_content_job.h", | 211 "android/url_request_content_job.h", |
210 "appcache/appcache.cc", | 212 "appcache/appcache.cc", |
211 "appcache/appcache.h", | 213 "appcache/appcache.h", |
212 "appcache/appcache_backend_impl.cc", | 214 "appcache/appcache_backend_impl.cc", |
213 "appcache/appcache_backend_impl.h", | 215 "appcache/appcache_backend_impl.h", |
214 "appcache/appcache_database.cc", | 216 "appcache/appcache_database.cc", |
215 "appcache/appcache_database.h", | 217 "appcache/appcache_database.h", |
216 "appcache/appcache_disk_cache.cc", | 218 "appcache/appcache_disk_cache.cc", |
217 "appcache/appcache_disk_cache.h", | 219 "appcache/appcache_disk_cache.h", |
(...skipping 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 if (!is_component_build) { | 1949 if (!is_component_build) { |
1948 public_deps = [ | 1950 public_deps = [ |
1949 ":browser", | 1951 ":browser", |
1950 ] | 1952 ] |
1951 } else { | 1953 } else { |
1952 public_deps = [ | 1954 public_deps = [ |
1953 "//third_party/leveldatabase", | 1955 "//third_party/leveldatabase", |
1954 ] | 1956 ] |
1955 } | 1957 } |
1956 } | 1958 } |
OLD | NEW |