mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add third_party dir
This commit is contained in:
parent
a86f9ecccd
commit
bc31edf555
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -9,6 +9,7 @@ cp -r -v content/. $HOME/chromium/src/content/ &&
|
|||
cp -r -v media/. $HOME/chromium/src/media/ &&
|
||||
cp -r -v net/. $HOME/chromium/src/net/ &&
|
||||
cp -r -v sandbox/. $HOME/chromium/src/sandbox/ &&
|
||||
cp -r -v third_party/. $HOME/chromium/src/third_party/ &&
|
||||
cp -r -v ui/. $HOME/chromium/src/ui/ &&
|
||||
cp -r -v v8/. $HOME/chromium/src/v8/ &&
|
||||
cp -v chrome-devtools/chrome-devtools.svg $HOME/chromium/src/out/thorium/ &&
|
||||
|
|
Loading…
Reference in a new issue