Lines 127-133
Link Here
|
127 |
SUB_FILES= chromium-browser.desktop chrome |
127 |
SUB_FILES= chromium-browser.desktop chrome |
128 |
SUB_LIST+= COMMENT="${COMMENT}" |
128 |
SUB_LIST+= COMMENT="${COMMENT}" |
129 |
|
129 |
|
130 |
OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS TEST |
130 |
OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS LTO TEST |
131 |
CODECS_DESC= Compile and enable patented codecs like H.264 |
131 |
CODECS_DESC= Compile and enable patented codecs like H.264 |
132 |
DRIVER_DESC= Install chromedriver |
132 |
DRIVER_DESC= Install chromedriver |
133 |
OPTIONS_GROUP= AUDIO |
133 |
OPTIONS_GROUP= AUDIO |
Lines 169-174
Link Here
|
169 |
KERBEROS_VARS= GN_ARGS+=use_kerberos=true |
169 |
KERBEROS_VARS= GN_ARGS+=use_kerberos=true |
170 |
KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false |
170 |
KERBEROS_VARS_OFF= GN_ARGS+=use_kerberos=false |
171 |
|
171 |
|
|
|
172 |
LTO_VARS= GN_ARGS+=use_thin_lto=true \ |
173 |
GN_ARGS+=thin_lto_enable_optimizations=true \ |
174 |
WANTSPACE="lots of free disk space (~ 14GB)" |
175 |
|
172 |
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio |
176 |
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio |
173 |
PULSEAUDIO_VARS= GN_ARGS+=use_pulseaudio=true |
177 |
PULSEAUDIO_VARS= GN_ARGS+=use_pulseaudio=true |
174 |
PULSEAUDIO_VARS_OFF= GN_ARGS+=use_pulseaudio=false |
178 |
PULSEAUDIO_VARS_OFF= GN_ARGS+=use_pulseaudio=false |