| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index a84463bb84e180425186d915c970de27efc702e6..40666aa53ad729dd3fef784a696bc1486be4d6f5 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -124,6 +124,7 @@
|
| 'chrome_features.gyp:chrome_common_features',
|
| 'policy_path_parser',
|
| '../content/content.gyp:content_app_browser',
|
| + '../third_party/cld_2/cld_2.gyp:cld_2',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
| @@ -271,16 +272,6 @@
|
| '../pdf/pdf.gyp:pdf',
|
| ],
|
| }],
|
| - ['cld_version==1', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/cld/cld.gyp:cld',
|
| - ],
|
| - }],
|
| - ['cld_version==2', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
|
| - ],
|
| - }],
|
| ['OS=="mac" and component!="shared_library"', {
|
| 'includes': [ 'chrome_dll_bundle.gypi' ],
|
| }],
|
|
|