| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "appcache/appcache_update_job.cc", | 312 "appcache/appcache_update_job.cc", |
| 313 "appcache/appcache_update_job.h", | 313 "appcache/appcache_update_job.h", |
| 314 "appcache/appcache_url_request_job.cc", | 314 "appcache/appcache_url_request_job.cc", |
| 315 "appcache/appcache_url_request_job.h", | 315 "appcache/appcache_url_request_job.h", |
| 316 "appcache/appcache_working_set.cc", | 316 "appcache/appcache_working_set.cc", |
| 317 "appcache/appcache_working_set.h", | 317 "appcache/appcache_working_set.h", |
| 318 "appcache/chrome_appcache_service.cc", | 318 "appcache/chrome_appcache_service.cc", |
| 319 "appcache/chrome_appcache_service.h", | 319 "appcache/chrome_appcache_service.h", |
| 320 "audio_manager_thread.cc", | 320 "audio_manager_thread.cc", |
| 321 "audio_manager_thread.h", | 321 "audio_manager_thread.h", |
| 322 "background_fetch/background_fetch_context.cc", |
| 323 "background_fetch/background_fetch_context.h", |
| 322 "background_sync/background_sync_context.cc", | 324 "background_sync/background_sync_context.cc", |
| 323 "background_sync/background_sync_context.h", | 325 "background_sync/background_sync_context.h", |
| 324 "background_sync/background_sync_manager.cc", | 326 "background_sync/background_sync_manager.cc", |
| 325 "background_sync/background_sync_manager.h", | 327 "background_sync/background_sync_manager.h", |
| 326 "background_sync/background_sync_metrics.cc", | 328 "background_sync/background_sync_metrics.cc", |
| 327 "background_sync/background_sync_metrics.h", | 329 "background_sync/background_sync_metrics.h", |
| 328 "background_sync/background_sync_network_observer.cc", | 330 "background_sync/background_sync_network_observer.cc", |
| 329 "background_sync/background_sync_network_observer.h", | 331 "background_sync/background_sync_network_observer.h", |
| 330 "background_sync/background_sync_registration.cc", | 332 "background_sync/background_sync_registration.cc", |
| 331 "background_sync/background_sync_registration.h", | 333 "background_sync/background_sync_registration.h", |
| (...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 if (!is_component_build) { | 2006 if (!is_component_build) { |
| 2005 public_deps = [ | 2007 public_deps = [ |
| 2006 ":browser", | 2008 ":browser", |
| 2007 ] | 2009 ] |
| 2008 } else { | 2010 } else { |
| 2009 public_deps = [ | 2011 public_deps = [ |
| 2010 "//third_party/leveldatabase", | 2012 "//third_party/leveldatabase", |
| 2011 ] | 2013 ] |
| 2012 } | 2014 } |
| 2013 } | 2015 } |
| OLD | NEW |