Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2891293002: Convert CastTransportHostFilter to be client of wake lock service. (Closed)
Patch Set: Addressed Ken's review comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/media/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 "//chrome/browser/apps", 1985 "//chrome/browser/apps",
1986 "//chrome/browser/extensions", 1986 "//chrome/browser/extensions",
1987 ] 1987 ]
1988 deps += [ 1988 deps += [
1989 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 1989 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
1990 "//chrome/common/extensions/api", 1990 "//chrome/common/extensions/api",
1991 "//chrome/common/extensions/api:api_registration", 1991 "//chrome/common/extensions/api:api_registration",
1992 "//chrome/common/extensions/api:extensions_features", 1992 "//chrome/common/extensions/api:extensions_features",
1993 "//components/drive", 1993 "//components/drive",
1994 "//components/guest_view/browser", 1994 "//components/guest_view/browser",
1995 "//device/wake_lock/public/interfaces",
1995 "//extensions/components/javascript_dialog_extensions_client", 1996 "//extensions/components/javascript_dialog_extensions_client",
1996 "//media/cast:net", 1997 "//media/cast:net",
1997 ] 1998 ]
1998 } 1999 }
1999 if (enable_background) { 2000 if (enable_background) {
2000 sources += [ 2001 sources += [
2001 "background/background_application_list_model.cc", 2002 "background/background_application_list_model.cc",
2002 "background/background_application_list_model.h", 2003 "background/background_application_list_model.h",
2003 "background/background_contents_service.cc", 2004 "background/background_contents_service.cc",
2004 "background/background_contents_service.h", 2005 "background/background_contents_service.h",
(...skipping 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after
4774 "media/pepper_cdm_test_constants.cc", 4775 "media/pepper_cdm_test_constants.cc",
4775 "media/pepper_cdm_test_constants.h", 4776 "media/pepper_cdm_test_constants.h",
4776 ] 4777 ]
4777 } 4778 }
4778 } 4779 }
4779 4780
4780 service_manifest("preferences_forwarder_manifest") { 4781 service_manifest("preferences_forwarder_manifest") {
4781 name = "preferences_forwarder" 4782 name = "preferences_forwarder"
4782 source = "prefs/forwarder_manifest.json" 4783 source = "prefs/forwarder_manifest.json"
4783 } 4784 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698