Chromium Code Reviews| Index: ui/ui_unittests.gyp |
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp |
| index 0c045a4bef5b1b0bfbc0f0be3009f90493aa6e05..aa0060a5781363350c3c6d10ed12fd86e3aaf0f8 100644 |
| --- a/ui/ui_unittests.gyp |
| +++ b/ui/ui_unittests.gyp |
| @@ -174,10 +174,13 @@ |
| }], |
| ['OS=="mac"', { |
| 'dependencies': [ |
| + '../third_party/mozilla/mozilla.gyp:mozilla', |
| 'events/events.gyp:events_test_support', |
| 'gfx/gfx.gyp:gfx_test_support', |
| 'ui_unittests_bundle', |
| ], |
| + # Needed for mozilla.gyp. |
| + 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
|
tapted
2014/07/02 23:36:32
mozilla.gyp has
['component=="shared_library"',
Andre
2014/07/07 18:29:05
Done.
|
| }], |
| ['use_aura==1 or toolkit_views==1', { |
| 'sources': [ |