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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "appcache/appcache_backend_impl.cc", | 227 "appcache/appcache_backend_impl.cc", |
228 "appcache/appcache_backend_impl.h", | 228 "appcache/appcache_backend_impl.h", |
229 "appcache/appcache_database.cc", | 229 "appcache/appcache_database.cc", |
230 "appcache/appcache_database.h", | 230 "appcache/appcache_database.h", |
231 "appcache/appcache_disk_cache.cc", | 231 "appcache/appcache_disk_cache.cc", |
232 "appcache/appcache_disk_cache.h", | 232 "appcache/appcache_disk_cache.h", |
233 "appcache/appcache_dispatcher_host.cc", | 233 "appcache/appcache_dispatcher_host.cc", |
234 "appcache/appcache_dispatcher_host.h", | 234 "appcache/appcache_dispatcher_host.h", |
235 "appcache/appcache_entry.h", | 235 "appcache/appcache_entry.h", |
236 "appcache/appcache_executable_handler.h", | 236 "appcache/appcache_executable_handler.h", |
| 237 "appcache/appcache_frame_node_navigation.cc", |
| 238 "appcache/appcache_frame_node_navigation.h", |
237 "appcache/appcache_frontend_proxy.cc", | 239 "appcache/appcache_frontend_proxy.cc", |
238 "appcache/appcache_frontend_proxy.h", | 240 "appcache/appcache_frontend_proxy.h", |
239 "appcache/appcache_group.cc", | 241 "appcache/appcache_group.cc", |
240 "appcache/appcache_group.h", | 242 "appcache/appcache_group.h", |
241 "appcache/appcache_histograms.cc", | 243 "appcache/appcache_histograms.cc", |
242 "appcache/appcache_histograms.h", | 244 "appcache/appcache_histograms.h", |
243 "appcache/appcache_host.cc", | 245 "appcache/appcache_host.cc", |
244 "appcache/appcache_host.h", | 246 "appcache/appcache_host.h", |
245 "appcache/appcache_interceptor.cc", | 247 "appcache/appcache_interceptor.cc", |
246 "appcache/appcache_interceptor.h", | 248 "appcache/appcache_interceptor.h", |
(...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1946 if (!is_component_build) { | 1948 if (!is_component_build) { |
1947 public_deps = [ | 1949 public_deps = [ |
1948 ":browser", | 1950 ":browser", |
1949 ] | 1951 ] |
1950 } else { | 1952 } else { |
1951 public_deps = [ | 1953 public_deps = [ |
1952 "//third_party/leveldatabase", | 1954 "//third_party/leveldatabase", |
1953 ] | 1955 ] |
1954 } | 1956 } |
1955 } | 1957 } |
OLD | NEW |