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

Unified Diff: chrome/common/extensions/permissions/usb_device_permission.cc

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 years, 7 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/chrome_tests_unit.gypi ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/usb_device_permission.cc
diff --git a/chrome/common/extensions/permissions/usb_device_permission.cc b/chrome/common/extensions/permissions/usb_device_permission.cc
index 7de3e374e871e82668856018ff62bc36ad9972d0..2013f8250bfdcca7880f93774ce6f2dc43fd4a0d 100644
--- a/chrome/common/extensions/permissions/usb_device_permission.cc
+++ b/chrome/common/extensions/permissions/usb_device_permission.cc
@@ -34,7 +34,8 @@ PermissionMessages UsbDevicePermission::GetMessages() const {
PermissionMessages result;
#if defined(ENABLE_EXTENSIONS)
- // device.gyp:device_usb is not available when extensions are disabled.
+ // //device/usb/usb.gyp:device_usb is not available when extensions are
+ // disabled.
for (std::set<UsbDevicePermissionData>::const_iterator i =
data_set_.begin(); i != data_set_.end(); ++i) {
const char* vendor = device::UsbIds::GetVendorName(i->vendor_id());
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698