projects
/
platform
/
framework
/
web
/
chromium-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab9d7c
)
Revert "Disable component build automagically"
author
Balazs Kelemen
<b.kelemen@samsung.com>
Thu, 4 Sep 2014 20:05:53 +0000
(16:05 -0400)
committer
Youngsoo Choi
<kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000
(06:57 +0000)
This reverts commit
03a11a8fa7b46a811bb3043abbc53989989b0d6b
.
Sorry, I accidentally pushed it without review. Reverting for now.
tizen_src/build/common.sh
patch
|
blob
|
history
diff --git
a/tizen_src/build/common.sh
b/tizen_src/build/common.sh
index
0d33de1
..
cd221be
100644
(file)
--- a/
tizen_src/build/common.sh
+++ b/
tizen_src/build/common.sh
@@
-10,13
+10,6
@@
if [[ -z "${CHROME_SRC}" ]]; then
export CHROME_SRC="${PROJECT_ROOT_PATH}/src"
fi
-ORI_GYP_DEFINES=$GYP_DEFINES
-export GYP_DEFINES=$(echo $GYP_DEFINES | sed 's/component=shared_library//g')
-if [ "$ORI_GYP_DEFINES" != "$GYP_DEFINES" ]; then
- echo "WARNING: component build is not supported!"
- echo "removing component=shared_library from GYP_DEFINES"
-fi
-
function applyPatch {
directory=$1
shift