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

Unified Diff: chrome/chrome_browser_extensions.gypi

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 | « chrome/browser/extensions/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 6765484973ccacae1a160665b3de1ef365e63435..7064a9222f4b58ee9fcf0064047822323292609f 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -945,7 +945,7 @@
],
},
# ----------------------------------------------------------------------------
- # Note on GN build: everythign below here is duplicated in
+ # Note on GN build: everything below here is duplicated in
# chrome/browser/BUILD.gn. If you change anything, you will also have to
# update that file. Some short and probably rarely-changing file lists are
# duplicated between the builds. If a list gets longer or is changed it is
@@ -984,7 +984,6 @@
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
- '../device/hid/hid.gyp:device_hid',
'../extensions/common/api/api.gyp:extensions_api',
'../extensions/extensions.gyp:extensions_browser',
'../extensions/extensions_strings.gyp:extensions_strings',
@@ -1050,6 +1049,7 @@
['enable_extensions==1', {
'dependencies': [
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
+ '../device/hid/hid.gyp:device_hid',
],
'sources': [
'<@(chrome_browser_extensions_enabled_sources)',
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698