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

Unified Diff: ui/ui_unittests.gyp

Issue 368973003: MacViews: Partially implement OSExchangeDataProviderMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for dcheng and tapted. 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
Index: ui/ui_unittests.gyp
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
index 0c045a4bef5b1b0bfbc0f0be3009f90493aa6e05..d1211290fef70df28a78ab9d7b112c25bc4fabb8 100644
--- a/ui/ui_unittests.gyp
+++ b/ui/ui_unittests.gyp
@@ -174,10 +174,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': [

Powered by Google App Engine
This is Rietveld 408576698