| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1990 ] | 1990 ] |
| 1991 public_deps += [ | 1991 public_deps += [ |
| 1992 "//chrome/browser/apps", | 1992 "//chrome/browser/apps", |
| 1993 "//chrome/browser/extensions", | 1993 "//chrome/browser/extensions", |
| 1994 ] | 1994 ] |
| 1995 allow_circular_includes_from += [ | 1995 allow_circular_includes_from += [ |
| 1996 "//chrome/browser/apps", | 1996 "//chrome/browser/apps", |
| 1997 "//chrome/browser/extensions", | 1997 "//chrome/browser/extensions", |
| 1998 ] | 1998 ] |
| 1999 deps += [ | 1999 deps += [ |
| 2000 "//apps", |
| 2000 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 2001 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| 2001 "//chrome/common/extensions/api", | 2002 "//chrome/common/extensions/api", |
| 2002 "//chrome/common/extensions/api:api_registration", | 2003 "//chrome/common/extensions/api:api_registration", |
| 2003 "//chrome/common/extensions/api:extensions_features", | 2004 "//chrome/common/extensions/api:extensions_features", |
| 2004 "//components/drive", | 2005 "//components/drive", |
| 2005 "//components/guest_view/browser", | 2006 "//components/guest_view/browser", |
| 2006 "//device/wake_lock/public/interfaces", | 2007 "//device/wake_lock/public/interfaces", |
| 2007 "//extensions/components/javascript_dialog_extensions_client", | 2008 "//extensions/components/javascript_dialog_extensions_client", |
| 2008 "//media/cast:net", | 2009 "//media/cast:net", |
| 2009 ] | 2010 ] |
| (...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3699 "upgrade_observer.h", | 3700 "upgrade_observer.h", |
| 3700 "usb/usb_chooser_controller.cc", | 3701 "usb/usb_chooser_controller.cc", |
| 3701 "usb/usb_chooser_controller.h", | 3702 "usb/usb_chooser_controller.h", |
| 3702 "usb/web_usb_chooser_service.cc", | 3703 "usb/web_usb_chooser_service.cc", |
| 3703 "usb/web_usb_chooser_service.h", | 3704 "usb/web_usb_chooser_service.h", |
| 3704 "usb/web_usb_detector.cc", | 3705 "usb/web_usb_detector.cc", |
| 3705 "usb/web_usb_detector.h", | 3706 "usb/web_usb_detector.h", |
| 3706 ] | 3707 ] |
| 3707 deps += [ | 3708 deps += [ |
| 3708 ":theme_properties", | 3709 ":theme_properties", |
| 3709 "//apps", | |
| 3710 "//chrome/browser/policy:path_parser", | 3710 "//chrome/browser/policy:path_parser", |
| 3711 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 3711 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 3712 "//chrome/common/importer:interfaces", | 3712 "//chrome/common/importer:interfaces", |
| 3713 "//components/cryptauth", | 3713 "//components/cryptauth", |
| 3714 "//components/cryptauth/proto", | 3714 "//components/cryptauth/proto", |
| 3715 "//components/feedback", | 3715 "//components/feedback", |
| 3716 "//components/web_modal", | 3716 "//components/web_modal", |
| 3717 ] | 3717 ] |
| 3718 } | 3718 } |
| 3719 | 3719 |
| (...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4794 "//components/search_engines", | 4794 "//components/search_engines", |
| 4795 "//rlz:rlz_lib", | 4795 "//rlz:rlz_lib", |
| 4796 ] | 4796 ] |
| 4797 } | 4797 } |
| 4798 } | 4798 } |
| 4799 | 4799 |
| 4800 service_manifest("preferences_forwarder_manifest") { | 4800 service_manifest("preferences_forwarder_manifest") { |
| 4801 name = "preferences_forwarder" | 4801 name = "preferences_forwarder" |
| 4802 source = "prefs/forwarder_manifest.json" | 4802 source = "prefs/forwarder_manifest.json" |
| 4803 } | 4803 } |
| OLD | NEW |