| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index ecc06e89cfa81c42fd9a9d5abe21b62c734cc8cb..28325cecd30e1ee207e18e73bed91e0ee7386753 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -256,14 +256,14 @@
|
| '../content/content.gyp:content_app_browser',
|
| ],
|
| }],
|
| - ['cld_version==0 or cld_version==1', {
|
| + ['cld_version==1', {
|
| 'dependencies': [
|
| - '../third_party/cld/cld.gyp:cld',
|
| + '<(DEPTH)/third_party/cld/cld.gyp:cld',
|
| ],
|
| }],
|
| ['cld_version==0 or cld_version==2', {
|
| 'dependencies': [
|
| - '../third_party/cld_2/cld_2.gyp:cld_2',
|
| + '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
|
| ],
|
| }],
|
| ['OS=="mac" and component!="shared_library"', {
|
|
|