| Index: base/base.gyp
 | 
| diff --git a/base/base.gyp b/base/base.gyp
 | 
| index 427a960ccfb4a0c98c10847936eac26875669dc6..6a036c46067eec0cc112abea06bb29253e2ce95d 100644
 | 
| --- a/base/base.gyp
 | 
| +++ b/base/base.gyp
 | 
| @@ -276,6 +276,7 @@
 | 
|        'dependencies': [
 | 
|          'base',
 | 
|          'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
 | 
| +        '../third_party/ced/ced.gyp:ced',
 | 
|          '../third_party/icu/icu.gyp:icui18n',
 | 
|          '../third_party/icu/icu.gyp:icuuc',
 | 
|        ],
 | 
| @@ -634,6 +635,7 @@
 | 
|          'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
 | 
|          '../testing/gmock.gyp:gmock',
 | 
|          '../testing/gtest.gyp:gtest',
 | 
| +        '../third_party/ced/ced.gyp:ced',
 | 
|          '../third_party/icu/icu.gyp:icui18n',
 | 
|          '../third_party/icu/icu.gyp:icuuc',
 | 
|        ],
 | 
| 
 |