'defines': [ 'EWK_BRINGUP=1' ],
'defines!': [ 'TIZEN_CONTENTS_DETECTION=1' ],
}],
- ['prebuilt_ld_gold_dir!=""', {
- 'ldflags': [
- '-B<(prebuilt_ld_gold_dir)',
- ],
- } , { # prebuild_ld_gold_dir == ""
- 'ldflags': [
- # Building the RPM in the GBS chroot fails with errors such as
- # [ XXs] error: create archive failed on file /<path>/libchromium-efl.so: cpio: Bad magic
- # [ XXs] RPM build errors:
- # [ XXs] create archive failed on file /<path>/libchromium-efl.so: cpio: Bad magic
- # For now, work around it by passing a GNU ld-specific flag that optimizes the
- # linker for memory usage.
- # http://107.108.218.239/bugzilla/show_bug.cgi?id=6457
- '-Wl,--no-keep-memory',
- ],
- }],
['enable_basic_printing==0 and enable_print_preview==0', {
'sources!': [
'renderer/print_pages_params.cc',
['building_for_tizen_tv==1', {
'defines': ['OS_TIZEN_TV=1'],
}],
+ ['prebuilt_ld_gold_dir!="" and building_for_tizen_tv==0', {
+ 'ldflags': [
+ '-B<(prebuilt_ld_gold_dir)',
+ ],
+ } , { # prebuild_ld_gold_dir == ""
+ 'ldflags': [
+ # Building the RPM in the GBS chroot fails with errors such as
+ # [ XXs] error: create archive failed on file /<path>/libchromium-efl.so: cpio: Bad magic
+ # [ XXs] RPM build errors:
+ # [ XXs] create archive failed on file /<path>/libchromium-efl.so: cpio: Bad magic
+ # For now, work around it by passing a GNU ld-specific flag that optimizes the
+ # linker for memory usage.
+ # http://107.108.218.239/bugzilla/show_bug.cgi?id=6457
+ '-Wl,--no-keep-memory',
+ ],
+ }],
['host_arch=="arm"', {
'target_conditions': [
['_toolset=="host"', {