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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 396173002: Cleanup dependencies on device/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index b94b8e70538d4efd29892a41bf0bd3a59f870f69..dd501d07a3b0cd7521fbd372105efec9e7d7ed06 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -69,7 +69,6 @@ static_library("extensions") {
#"debugger", TODO(GYP)
#"installer_util", TODO(GYP)
#"../components/components.gyp:omaha_query_params", TODO(GYP)
- #"../device/hid/hid.gyp:device_hid", TODO(GYP)
#"../extensions/extensions.gyp:extensions_browser", TODO(GYP)
#"../third_party/webrtc/modules/modules.gyp:desktop_capture", TODO(GYP)
]
@@ -110,6 +109,7 @@ static_library("extensions") {
".", "//chrome")
deps += [
#'../device/bluetooth/bluetooth.gyp:device_bluetooth', TODO(GYP)
+ #"../device/hid/hid.gyp:device_hid", TODO(GYP)
]
if (is_chromeos) {
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698