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

Unified Diff: chrome/browser/extensions/api/api_registration.gyp

Issue 1243853002: Move chrome/browser/chromeos/drive/drive.proto into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/browser/extensions/api/api_registration.gyp
diff --git a/chrome/browser/extensions/api/api_registration.gyp b/chrome/browser/extensions/api/api_registration.gyp
index 458126fb4840d8047c0f29b08c829339268b1609..0dc611fea80acd0e8585700ee5189a35ed333977 100644
--- a/chrome/browser/extensions/api/api_registration.gyp
+++ b/chrome/browser/extensions/api/api_registration.gyp
@@ -32,7 +32,7 @@
'conditions': [
['chromeos==1', {
'dependencies': [
- '<(DEPTH)/chrome/chrome.gyp:drive_proto',
+ '<(DEPTH)/components/components.gyp:drive_proto',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698