| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 3c0597b24ec5cb14add3d3648127a374d216c193..79549724f69dbd5c1acc21fdb9ef8fad91c30737 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -300,6 +300,8 @@ component("base") {
|
| "mac/scoped_nsexception_enabler.h",
|
| "mac/scoped_nsexception_enabler.mm",
|
| "mac/scoped_nsobject.h",
|
| + "mac/scoped_objc_class_swizzler.h",
|
| + "mac/scoped_objc_class_swizzler.mm",
|
| "mac/scoped_sending_event.h",
|
| "mac/scoped_sending_event.mm",
|
| "mac/sdk_forward_declarations.h",
|
| @@ -1121,6 +1123,7 @@ test("base_unittests") {
|
| "mac/mac_util_unittest.mm",
|
| "mac/objc_property_releaser_unittest.mm",
|
| "mac/scoped_nsobject_unittest.mm",
|
| + "mac/scoped_objc_class_swizzler_unittest.mm",
|
| "mac/scoped_sending_event_unittest.mm",
|
| "md5_unittest.cc",
|
| "memory/aligned_memory_unittest.cc",
|
|
|