1. the preparation item to build

Before running the build.sh file, you should copy two files and one directory to relevant directory such as below directory.

(1) src/third_party/skia/src/lib/target/gcc/Release/libsweskia.so
(2) src/v8/lib/target/libswev8.so
(3) src/third_party/android_tools
(4) Check your country code - If your country code is "CN"(china), you have to modify "build.sh" file in chromium38_lge/src

2. How to get two libraries
(1) the download method of "libsweskia.so"
 a. git clone https://webtech-devx.qualcomm.com/swe/packages/skia.git 
 b. cd skia 
 c. git checkout 5.2.1
 d. replace directory : skia/src/lib -> chromium38_lge/src/third_party/skia/src/lib (LGE path)

(2) the download method of "libswev8.so"
 a. git clone https://webtech-devx.qualcomm.com/swe/packages/v8.git
 b. cd v8
 c. git checkout I.2.0
 d. replace directory : v8/lib -> chromium38_lge/src/v8/lib (LGE path)

3. How to get one directory
(1) the download method of "android_tools"
 a. git clone git://codeaurora.org/quic/chrome4sdp/android_tools.git
 b. cd android_tools
 c. git reset --hard 799388009200085e0689f264df96f584e2de4ddd
 d. replace directory : android_tools -> chromium38_lge/src/third_party/android_tools (LGE path)
 
4. If your country code is "CN"(china), modify "build.sh" file
line 26 in chromium38_lge/src/build.sh
export TARGET_COUNTRY="KR" -> export TARGET_COUNTRY="CN"

5. How to build
$ ./build.sh

6. output
liblgewebviewchromium.so will be built and located in src/out/Release/lib/