Discussion:
[chromium-dev] Build only browser
Shubhambst
2018-11-15 10:55:39 UTC
Permalink
Is there any way to just build the browser and get rid of all unneccesary
code? Please provide any relevant links , I am just a beginer.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9461d0af-27f5-4eed-b93d-7e9e0f76a7b8%40chromium.org.
PhistucK
2018-11-15 11:14:13 UTC
Permalink
If you define what "unnecessary code" means, you might get a better reply.

☆*PhistucK*
Post by Shubhambst
Is there any way to just build the browser and get rid of all unneccesary
code? Please provide any relevant links , I am just a beginer.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9461d0af-27f5-4eed-b93d-7e9e0f76a7b8%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9461d0af-27f5-4eed-b93d-7e9e0f76a7b8%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_LuBfMGX74tB229p9sUCfwuSg5w7Lc7s3karpen%3DxRw-Q%40mail.gmail.com.
a***@chromium.org
2018-11-15 13:52:10 UTC
Permalink
You can simply build the target "chrome"
ninja -C out/Release -j "number_of_core" chrome

You can also take a look
at: https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#faster-builds
Post by PhistucK
If you define what "unnecessary code" means, you might get a better reply.
☆*PhistucK*
Post by Shubhambst
Is there any way to just build the browser and get rid of all unneccesary
code? Please provide any relevant links , I am just a beginer.
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9461d0af-27f5-4eed-b93d-7e9e0f76a7b8%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/9461d0af-27f5-4eed-b93d-7e9e0f76a7b8%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/6a4889c6-4b80-4872-be8d-a4aa2be39546%40chromium.org.
Loading...