Chromium Code Reviews| Index: ios/third_party/material_roboto_font_loader_ios/local_src/MaterialComponents/MaterialTypography.h |
| diff --git a/ios/third_party/material_roboto_font_loader_ios/local_src/MaterialComponents/MaterialTypography.h b/ios/third_party/material_roboto_font_loader_ios/local_src/MaterialComponents/MaterialTypography.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bdfc8289f0bfd39e9ad31018734870a4005d0e02 |
| --- /dev/null |
| +++ b/ios/third_party/material_roboto_font_loader_ios/local_src/MaterialComponents/MaterialTypography.h |
| @@ -0,0 +1,18 @@ |
| +// Copyright 2017 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef IOS_THIRD_PARTY_MATERIAL_ROBOTO_FONT_LOADER_IOS_LOCAL_SRC_MATERIALCOMPONENTS_MATERIALTYPOGRAPHY_H_ |
| +#define IOS_THIRD_PARTY_MATERIAL_ROBOTO_FONT_LOADER_IOS_LOCAL_SRC_MATERIALCOMPONENTS_MATERIALTYPOGRAPHY_H_ |
| + |
| +// Version v1.1.1 of material_components_ios uses a cocoa pod path to access |
|
lpromero
2017/01/06 13:06:08
CocoaPods
sdefresne
2017/01/06 13:15:29
Done.
|
| +// MaterialTypography.h which breaks Chromium build. This file should be |
| +// deleted once upstream code has been fixed. |
| + |
| +// Use #import <> to force lookup in the directories listed in include_dirs |
| +// (otherwise the current file would be included as #import "" first seach |
|
lpromero
2017/01/06 13:06:08
s/seach/search, but I don't understand the sentenc
sdefresne
2017/01/06 13:15:29
Rewrote the comment.
|
| +// using a relative path). |
| + |
| +#import <MaterialTypography.h> |
| + |
| +#endif // IOS_THIRD_PARTY_MATERIAL_ROBOTO_FONT_LOADER_IOS_LOCAL_SRC_MATERIALCOMPONENTS_MATERIALTYPOGRAPHY_H_ |