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

Unified Diff: chrome/chrome_browser.gypi

Issue 16142004: device: Gyp organization part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« build/all.gyp ('K') | « build/all.gyp ('k') | device/device.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f40b4013a4a53f4d8209a5a233cd06765afd5a15..e9860338df0ddfe215f0f80d2a9fd7e1962ff2cd 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2579,9 +2579,9 @@
['OS=="linux"', {
'dependencies': [
'../build/linux/system.gyp:udev',
- '../device/device.gyp:mtp_file_entry_proto',
- '../device/device.gyp:mtp_storage_info_proto',
- '../device/device.gyp:device_media_transfer_protocol',
+ '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_file_entry_proto',
+ '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto',
+ '../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
],
}],
['OS=="linux" and chromeos==0', {
« build/all.gyp ('K') | « build/all.gyp ('k') | device/device.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698