I have already made the chromium source code modification, how to do chromium executable.I work under ubuntu 14.04. So I follow the installation chromium under linux.someone can help me?
--
--
Chromium Developers mailing list: chromi...@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+unsubscribe@chromium.org.
--
If out/Release
doesn’t exist, you can create it by running this command:
$ gn args out/Release
A file will appear in a text editor, replace its content with this:
is_debug = false
You can also out/Release/args.gn
in any text editor, and then run this command:
$ gn gen out/Release
When you build with this directory, it should be smaller/faster.
chromium/src$ . build/android/envsetup.sh
chromium/src$
third_party/android_tools/sdk/platform-tools/adb devices
this error out: