Skip to content

Commit 90ec0e1

Browse files
committed
Move all the source files.
1 parent 39cc616 commit 90ec0e1

21 files changed

+5
-2073
lines changed

ump/CMakeLists.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616

1717
# Common source files used by all platforms
1818
set(common_SRCS
19-
src/common/ump/consent_info.cc
20-
src/common/ump/consent_info_internal.cc
21-
src/common/gma_common.cc
19+
src/common/consent_info.cc
20+
src/common/consent_info_internal.cc
2221
)
2322

2423
# Define the resource build needed for Android
@@ -32,19 +31,17 @@ binary_to_array("ump_resources"
3231
# Source files used by the Android implementation.
3332
set(android_SRCS
3433
${ump_resources_source}
35-
src/android/ump/consent_info_internal_android.cc
36-
src/android/gma_android.cc
34+
src/android/consent_info_internal_android.cc
3735
)
3836

3937
# Source files used by the iOS implementation.
4038
set(ios_SRCS
41-
src/ios/ump/consent_info_internal_ios.mm
42-
src/ios/gma_ios.mm
39+
src/ios/consent_info_internal_ios.mm
4340
)
4441

4542
# Source files used by the stub implementation.
4643
set(stub_SRCS
47-
src/stub/ump/consent_info_internal_stub.cc
44+
src/stub/consent_info_internal_stub.cc
4845
)
4946

5047
if(ANDROID)
File renamed without changes.

ump/src/include/firebase/gma.h

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)