Chromium Code Reviews| 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..56f8a4be45915fdc8080d36d6aafc64ede6e9586 100644 |
| --- a/chrome/browser/extensions/api/api_registration.gyp |
| +++ b/chrome/browser/extensions/api/api_registration.gyp |
| @@ -35,6 +35,11 @@ |
| '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| ], |
| }], |
| + [ 'cld_version==0 or cld_version==2', { |
|
not at google - send to devlin
2015/07/21 21:40:58
why the ==0 ?
amalika
2015/07/21 22:08:33
According to this file:
https://code.google.com/p/
|
| + 'dependencies': [ |
| + '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', |
| + ], |
| + }], |
| ], |
| }, |
| ], |