| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "appcache/appcache_storage_impl.cc", | 290 "appcache/appcache_storage_impl.cc", |
| 291 "appcache/appcache_storage_impl.h", | 291 "appcache/appcache_storage_impl.h", |
| 292 "appcache/appcache_update_job.cc", | 292 "appcache/appcache_update_job.cc", |
| 293 "appcache/appcache_update_job.h", | 293 "appcache/appcache_update_job.h", |
| 294 "appcache/appcache_url_request_job.cc", | 294 "appcache/appcache_url_request_job.cc", |
| 295 "appcache/appcache_url_request_job.h", | 295 "appcache/appcache_url_request_job.h", |
| 296 "appcache/appcache_working_set.cc", | 296 "appcache/appcache_working_set.cc", |
| 297 "appcache/appcache_working_set.h", | 297 "appcache/appcache_working_set.h", |
| 298 "appcache/chrome_appcache_service.cc", | 298 "appcache/chrome_appcache_service.cc", |
| 299 "appcache/chrome_appcache_service.h", | 299 "appcache/chrome_appcache_service.h", |
| 300 "audio_device_thread.cc", | 300 "audio_manager_thread.cc", |
| 301 "audio_device_thread.h", | 301 "audio_manager_thread.h", |
| 302 "background_sync/background_sync_context.cc", | 302 "background_sync/background_sync_context.cc", |
| 303 "background_sync/background_sync_context.h", | 303 "background_sync/background_sync_context.h", |
| 304 "background_sync/background_sync_manager.cc", | 304 "background_sync/background_sync_manager.cc", |
| 305 "background_sync/background_sync_manager.h", | 305 "background_sync/background_sync_manager.h", |
| 306 "background_sync/background_sync_metrics.cc", | 306 "background_sync/background_sync_metrics.cc", |
| 307 "background_sync/background_sync_metrics.h", | 307 "background_sync/background_sync_metrics.h", |
| 308 "background_sync/background_sync_network_observer.cc", | 308 "background_sync/background_sync_network_observer.cc", |
| 309 "background_sync/background_sync_network_observer.h", | 309 "background_sync/background_sync_network_observer.h", |
| 310 "background_sync/background_sync_registration.cc", | 310 "background_sync/background_sync_registration.cc", |
| 311 "background_sync/background_sync_registration.h", | 311 "background_sync/background_sync_registration.h", |
| (...skipping 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1960 if (!is_component_build) { | 1960 if (!is_component_build) { |
| 1961 public_deps = [ | 1961 public_deps = [ |
| 1962 ":browser", | 1962 ":browser", |
| 1963 ] | 1963 ] |
| 1964 } else { | 1964 } else { |
| 1965 public_deps = [ | 1965 public_deps = [ |
| 1966 "//third_party/leveldatabase", | 1966 "//third_party/leveldatabase", |
| 1967 ] | 1967 ] |
| 1968 } | 1968 } |
| 1969 } | 1969 } |
| OLD | NEW |