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

Unified Diff: ui/ui_unittests.gyp

Issue 368973003: MacViews: Partially implement OSExchangeDataProviderMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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..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': [

Powered by Google App Engine
This is Rietveld 408576698