Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: ui/ui_unittests.gyp

Issue 368973003: MacViews: Partially implement OSExchangeDataProviderMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lastObject -> objectAtIndex Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gyp
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
index 7c0975cddd69871a4a30cc3aa0188d92ca5d60b2..7b64deae50632335eb0bf82dbf4dbe1d9e82d9be 100644
--- a/ui/ui_unittests.gyp
+++ b/ui/ui_unittests.gyp
@@ -171,10 +171,17 @@
}],
['OS=="mac"', {
'dependencies': [
+ '../third_party/mozilla/mozilla.gyp:mozilla',
'events/events.gyp:events_test_support',
'gfx/gfx.gyp:gfx_test_support',
'ui_unittests_bundle',
],
+ 'conditions': [
+ ['component=="static_library"', {
+ # Needed for mozilla.gyp.
+ 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
+ }],
+ ],
}],
['use_aura==1 or toolkit_views==1', {
'sources': [
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698