| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 63af33777a60f35c174eba46bfdda8964dc01408..27fdbb732d5cd304b08bf0a0e456d7c54897558c 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -42,6 +42,14 @@
|
| 'INFOPLIST_FILE': 'app/app-Info.plist',
|
| },
|
| 'conditions': [
|
| + ['order_text_section!=""', {
|
| + 'target_conditions' : [
|
| + ['_toolset=="target"', {
|
| + 'ldflags': [
|
| + '-Wl,-section-ordering-file=<(order_text_section)' ],
|
| + }],
|
| + ]
|
| + }],
|
| ['use_aura==1 and use_webkit_compositor==0', {
|
| 'dependencies': [
|
| '../ui/gfx/compositor/compositor.gyp:test_compositor',
|
|
|