| Index: third_party/third_party.gyp
|
| diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
|
| index ac7fb7792aad3980aeaccc132adbd967e62dcf34..d8473a3348454bd1c423840a86980c31bc4ab863 100644
|
| --- a/third_party/third_party.gyp
|
| +++ b/third_party/third_party.gyp
|
| @@ -64,13 +64,13 @@
|
| 'target_name': 'safemath',
|
| 'type': 'none',
|
| 'sources': [
|
| - 'logging.h',
|
| - 'macros.h',
|
| - 'template_util.h',
|
| - 'numerics/safe_conversions.h',
|
| - 'numerics/safe_conversions_impl.h',
|
| - 'numerics/safe_math.h',
|
| - 'numerics/safe_math_impl.h',
|
| + 'base/logging.h',
|
| + 'base/macros.h',
|
| + 'base/template_util.h',
|
| + 'base/numerics/safe_conversions.h',
|
| + 'base/numerics/safe_conversions_impl.h',
|
| + 'base/numerics/safe_math.h',
|
| + 'base/numerics/safe_math_impl.h',
|
| ],
|
| },
|
| ],
|
|
|