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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 16231013: device: Restructure the layout of gyp files. (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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index a6a423df490519c2de4187a5c0eccab38b9b1108..bd6207612e148df3fe42def35727b509f1b910fc 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -28,7 +28,7 @@
'../build/temp_gyp/googleurl.gyp:googleurl',
'../content/content.gyp:content_browser',
'../crypto/crypto.gyp:crypto',
- '../device/device.gyp:device_bluetooth',
+ '../device/bluetooth/bluetooth.gyp:bluetooth',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
@@ -852,7 +852,7 @@
['include', '^browser/extensions/api/web_request/web_request_time_tracker.cc'],
],
'dependencies!': [
- '../device/device.gyp:device_bluetooth',
+ '../device/bluetooth/bluetooth.gyp:bluetooth',
'../third_party/libusb/libusb.gyp:libusb'
],
}],

Powered by Google App Engine
This is Rietveld 408576698