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

Unified Diff: chrome/chrome.gyp

Issue 339079: linux: fix library=shared_library issues (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 | « build/common.gypi ('k') | third_party/libjingle/libjingle.gyp » ('j') | 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 accb720785b4425952bdbb2f65d94ff9581d1276..11e2bd50058d49a49116b096cd0d2cb77bef85f3 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -5236,6 +5236,9 @@
'POSIX',
'OS_LINUX',
],
+ 'sources!': [
+ 'browser/sync/notifier/base/network_status_detector_task_mt.cc',
Evan Martin 2009/10/30 19:59:27 Will this break ChromeOS?
piman 2009/10/30 20:09:27 I don't think so, why ? That file conflicts with n
+ ],
'dependencies': [
'../build/linux/system.gyp:gtk'
],
« no previous file with comments | « build/common.gypi ('k') | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698