You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decouple CommandHandler.h/cpp from the BUILD.gn build rules of app/interaction-model (#33595)
* Initial version of splitting out command handler dependencies
* Restyle
* move privilege-storage based on dynamic server build rules...this is somewhat messy
* More dynamic server fixes
* Another gn fix for android/dynamic-server builds
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
# Note to developpers, instead of continuously adding files in the app librabry, it is recommand to create smaller source_sets that app can depend on.
305
357
# This way, we can have a better understanding of dependencies and other componenets can depend on the different source_sets without needing to depend on the entire app library.
306
358
static_library("app") {
@@ -312,8 +364,6 @@ static_library("app") {
312
364
"AttributePersistenceProvider.h",
313
365
"ChunkedWriteCallback.cpp",
314
366
"ChunkedWriteCallback.h",
315
-
"CommandHandler.cpp",
316
-
"CommandHandlerExchangeInterface.h",
317
367
"CommandResponseHelper.h",
318
368
"CommandResponseSender.cpp",
319
369
"DefaultAttributePersistenceProvider.cpp",
@@ -338,7 +388,6 @@ static_library("app") {
338
388
# (app depending on im and im including these headers):
339
389
# Name with _ so that linter does not recognize it
0 commit comments