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

Unified Diff: chrome/chrome.gyp

Issue 267090: IOKit Framework is mac-only. (Closed)
Patch Set: Created 11 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 4b07b2c61e675bf9080d1c8e9a2341dbc3e52d60..65c01f541ccab44f93c09238a978b610bcbdd765 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -6750,11 +6750,6 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'sync_proto',
],
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
- ],
- },
'conditions': [
['OS=="win"', {
'sources' : [
@@ -6768,6 +6763,13 @@
'POSIX',
],
}],
+ ['OS=="mac"', {
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
+ ],
+ },
+ }],
],
},
], # targets when chrome_personalization==1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698