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

Unified Diff: third_party/mtpd/mtpd.gyp

Issue 11722025: Revert 175073 because it fails to compile on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: third_party/mtpd/mtpd.gyp
===================================================================
--- third_party/mtpd/mtpd.gyp (revision 175074)
+++ third_party/mtpd/mtpd.gyp (working copy)
@@ -11,8 +11,8 @@
'../../base/base.gyp:base',
'../../build/linux/system.gyp:glib',
'../../build/linux/system.gyp:udev',
- '../../device/device.gyp:mtp_file_entry_proto',
- '../../device/device.gyp:mtp_storage_info_proto',
+ '../../chrome/chrome.gyp:mtp_file_entry_proto',
+ '../../chrome/chrome.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/device/media_transfer_protocol',
+ '<(SHARED_INTERMEDIATE_DIR)/protoc_out/chrome/browser/media_transfer_protocol',
],
},
],
« device/device.gyp ('K') | « 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