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

Unified Diff: third_party/mtpd/mtpd.gyp

Issue 11744014: [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gclient runhooks error Created 7 years, 12 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 | « device/media_transfer_protocol/media_transfer_protocol_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mtpd/mtpd.gyp
diff --git a/third_party/mtpd/mtpd.gyp b/third_party/mtpd/mtpd.gyp
index 62a363de8877857fbc7c2503b60e299a6e46882e..8d41442a0c9cff11713a7d8263a2371bac35a500 100644
--- a/third_party/mtpd/mtpd.gyp
+++ b/third_party/mtpd/mtpd.gyp
@@ -11,8 +11,8 @@
'../../base/base.gyp:base',
'../../build/linux/system.gyp:glib',
'../../build/linux/system.gyp:udev',
- '../../chrome/chrome.gyp:mtp_file_entry_proto',
- '../../chrome/chrome.gyp:mtp_storage_info_proto',
+ '../../device/device.gyp:mtp_file_entry_proto',
+ '../../device/device.gyp:mtp_storage_info_proto',
'../../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:dbus_cplusplus',
'../../third_party/libmtp/libmtp.gyp:libmtp',
],
@@ -37,7 +37,7 @@
],
'include_dirs': [
'.',
- '<(SHARED_INTERMEDIATE_DIR)/protoc_out/chrome/browser/media_transfer_protocol',
+ '<(SHARED_INTERMEDIATE_DIR)/protoc_out/device/media_transfer_protocol',
],
},
],
« no previous file with comments | « device/media_transfer_protocol/media_transfer_protocol_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698