| 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "browser_plugin/browser_plugin_popup_menu_helper_mac.h", | 375 "browser_plugin/browser_plugin_popup_menu_helper_mac.h", |
| 376 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm", | 376 "browser_plugin/browser_plugin_popup_menu_helper_mac.mm", |
| 377 "browser_process_sub_thread.cc", | 377 "browser_process_sub_thread.cc", |
| 378 "browser_process_sub_thread.h", | 378 "browser_process_sub_thread.h", |
| 379 "browser_shutdown_profile_dumper.cc", | 379 "browser_shutdown_profile_dumper.cc", |
| 380 "browser_shutdown_profile_dumper.h", | 380 "browser_shutdown_profile_dumper.h", |
| 381 "browser_thread_impl.cc", | 381 "browser_thread_impl.cc", |
| 382 "browser_thread_impl.h", | 382 "browser_thread_impl.h", |
| 383 "browser_url_handler_impl.cc", | 383 "browser_url_handler_impl.cc", |
| 384 "browser_url_handler_impl.h", | 384 "browser_url_handler_impl.h", |
| 385 "browsing_data/browsing_data_filter_builder_impl.cc", |
| 386 "browsing_data/browsing_data_filter_builder_impl.h", |
| 385 "browsing_data/clear_site_data_throttle.cc", | 387 "browsing_data/clear_site_data_throttle.cc", |
| 386 "browsing_data/clear_site_data_throttle.h", | 388 "browsing_data/clear_site_data_throttle.h", |
| 387 "browsing_instance.cc", | 389 "browsing_instance.cc", |
| 388 "browsing_instance.h", | 390 "browsing_instance.h", |
| 389 "byte_stream.cc", | 391 "byte_stream.cc", |
| 390 "byte_stream.h", | 392 "byte_stream.h", |
| 391 "cache_storage/cache_storage.cc", | 393 "cache_storage/cache_storage.cc", |
| 392 "cache_storage/cache_storage.h", | 394 "cache_storage/cache_storage.h", |
| 393 "cache_storage/cache_storage_blob_to_disk_cache.cc", | 395 "cache_storage/cache_storage_blob_to_disk_cache.cc", |
| 394 "cache_storage/cache_storage_blob_to_disk_cache.h", | 396 "cache_storage/cache_storage_blob_to_disk_cache.h", |
| (...skipping 1609 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 |