Skip to content

Commit

Permalink
[embedlite-components] Drop C++ EmbedPromptService. JB#49896
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed May 19, 2020
1 parent 42851db commit fc088b8
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,419 deletions.
1 change: 0 additions & 1 deletion EmbedLiteBinComponents.manifest
@@ -1,4 +1,3 @@
binary-component libprompt.so
binary-component libhistory.so
binary-component libchromehelper.so
binary-component libtouchhelper.so
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,7 +1,7 @@
EXTRA_DIST = \
autogen.sh

SUBDIRS = history chromehelper prompt widgetfactory jscomps touchhelper jsscripts overrides
SUBDIRS = history chromehelper widgetfactory jscomps touchhelper jsscripts overrides

AM_CPPFLAGS = $(DEPS_CFLAGS)

Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -122,7 +122,6 @@ AC_OUTPUT([
Makefile
history/Makefile
chromehelper/Makefile
prompt/Makefile
jscomps/Makefile
touchhelper/Makefile
jsscripts/Makefile
Expand Down
2 changes: 0 additions & 2 deletions embedlite-components.pro
Expand Up @@ -3,14 +3,12 @@ TEMPLATE = subdirs
SOURCES += chromehelper/*.cpp \
logger/*.cpp \
history/*.cpp \
prompt/*.cpp \
touchhelper/*.cpp \
widgetfactory/*.cpp

HEADERS += chromehelper/*.h \
logger/*.h \
history/*.h \
prompt/*.h \
touchhelper/*.h \
widgetfactory/*.h

Expand Down
1 change: 0 additions & 1 deletion link_to_system.sh
Expand Up @@ -20,7 +20,6 @@ mkdir -p $TARGET_DIR/components
FILES_LIST="
$OBJPREFIX/chromehelper/.libs/libchromehelper.so
$OBJPREFIX/history/.libs/libhistory.so
$OBJPREFIX/prompt/.libs/libprompt.so
$OBJPREFIX/touchhelper/.libs/libtouchhelper.so
$OBJPREFIX/widgetfactory/.libs/libwidgetfactory.so
EmbedLiteBinComponents.manifest
Expand Down
103 changes: 0 additions & 103 deletions prompt/EmbedPromptRegister.cpp

This file was deleted.

36 changes: 0 additions & 36 deletions prompt/EmbedPromptRegister.h

This file was deleted.

0 comments on commit fc088b8

Please sign in to comment.