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

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

Issue 2075153002: Reland of 'Move content/browser/power_save_blocker to //device/power_save_blocker' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing libs for component mac Created 4 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 | « device/test/run_all_unittests.cc ('k') | extensions/browser/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/features.gni") 5 import("//build/config/features.gni")
6 import("//extensions/extensions.gni") 6 import("//extensions/extensions.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_browser 8 # GYP version: extensions/extensions.gyp:extensions_browser
9 source_set("browser") { 9 source_set("browser") {
10 sources = [] 10 sources = []
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 deps += [ 55 deps += [
56 "//components/browsing_data", 56 "//components/browsing_data",
57 "//components/onc", 57 "//components/onc",
58 "//components/storage_monitor", 58 "//components/storage_monitor",
59 "//components/update_client", 59 "//components/update_client",
60 "//components/variations", 60 "//components/variations",
61 "//crypto:platform", 61 "//crypto:platform",
62 "//device/bluetooth", 62 "//device/bluetooth",
63 "//device/core", 63 "//device/core",
64 "//device/hid", 64 "//device/hid",
65 "//device/power_save_blocker",
65 "//device/serial", 66 "//device/serial",
66 "//device/usb", 67 "//device/usb",
67 "//extensions/common/api/cast_channel:cast_channel_proto", 68 "//extensions/common/api/cast_channel:cast_channel_proto",
68 ] 69 ]
69 70
70 if (is_chromeos) { 71 if (is_chromeos) {
71 deps += [ "//chromeos" ] 72 deps += [ "//chromeos" ]
72 } 73 }
73 74
74 if (is_chromeos) { 75 if (is_chromeos) {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 if (proprietary_codecs && enable_wifi_display) { 108 if (proprietary_codecs && enable_wifi_display) {
108 wifi_display_sources = rebase_path( 109 wifi_display_sources = rebase_path(
109 extensions_gypi_values.extensions_browser_sources_wifi_display, 110 extensions_gypi_values.extensions_browser_sources_wifi_display,
110 ".", 111 ".",
111 "//extensions") 112 "//extensions")
112 sources += wifi_display_sources 113 sources += wifi_display_sources
113 } 114 }
114 } 115 }
115 } 116 }
116 } 117 }
OLDNEW
« no previous file with comments | « device/test/run_all_unittests.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698