Chromium Code Reviews| Index: gyp/views.gyp |
| diff --git a/gyp/views.gyp b/gyp/views.gyp |
| index f61c11a16e0510bca668abc945e3056f01756aa2..55fb6dad22cd310a89790762d6eee41e7552b0ef 100644 |
| --- a/gyp/views.gyp |
| +++ b/gyp/views.gyp |
| @@ -13,7 +13,7 @@ |
| 'standalone_static_library': 1, |
| 'dependencies': [ |
| 'skia_lib.gyp:skia_lib', |
| - 'xml.gyp:*', |
| + 'xml.gyp:xml', |
| ], |
| 'include_dirs': [ |
| '../include/views', |
| @@ -134,6 +134,9 @@ |
| '../include/views', |
| ], |
| }, |
| + 'export_dependent_settings': [ |
| + 'xml.gyp:xml', |
| + ], |
| }, |
| ], |
| } |