Commit 69c8a0d
Flatten ReactCxxPlatform timer registry directory structure (#56536)
Summary:
Pull Request resolved: #56536
Move `PlatformTimerRegistryImpl.{h,cpp}` from `platform/cxx/react/runtime/` to the top level of `ReactCxxPlatform/react/runtime/`. The `platform/cxx/` nesting was an artifact of the multi-platform build setup that is no longer needed since `:timer_registry` is a standalone target.
- Remove dead `platform/cxx/react/runtime/*` glob patterns from `:runtime` BUCK target
- Remove `platform/cxx/` include directory from CMakeLists.txt
- Exported header path unchanged: `react/runtime/PlatformTimerRegistryImpl.h`
Changelog: [Internal]
Reviewed By: christophpurrer
Differential Revision: D1018117971 parent 089276a commit 69c8a0d
3 files changed
Lines changed: 2 additions & 3 deletions
File tree
- packages/react-native/ReactCxxPlatform/react/runtime
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments