--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Hi Naveen,I am building chromium for chromium OS.I have a feeling that it's a formatting issue in include.gypi
Regards,Sumit
On Thursday, August 20, 2015 at 3:17:52 PM UTC+5:30, Naveen Kumar Chittipolu wrote:Hi Sumit,On which OS you are performing this operation. Windows or Linux?If it is windows please follow thisIt will use around 25 GB of your memory. It took around 8 Hr for me to build this on i7, 8GB RAM.It is successful for me. I have integrated Chromium with mp3 support in my WPF application.On Thu, Aug 20, 2015 at 3:00 PM, Sumit Agrawal <sumi...@gmail.com> wrote:As I understand from the available documentation, enabling proprietary codecs should be fairly simple.I have created ~/.gyp/include.gypi with contents as below (xxx is placeholder){'variables': {'google_api_key': 'xxx','google_default_client_id': 'xxx','google_default_client_secret': 'xxx',},'GYP_DEFINES':'proprietary_codecs=1''ffmpeg_branding=Chrome''dcheck_always_on=1'}
Hi Steven,
Exporting those GYP_DEFINES in cros shell works for me too.
Sumit
https://code.google.com/p/chromium/wiki/CommonBuildTasks#Configuring_the_Build
{
'variables': {
'mac_strip_release': 0,
},
'GYP_DEFINES':
'clang=1 '
'component=shared_library '
'dcheck_always_on=1 '
}