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

Unified Diff: chrome/chrome.gyp

Issue 84005: fix linking on linux by explicitly adding gthread (Closed)
Patch Set: Created 11 years, 8 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/linux/system.gyp ('k') | 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 91940feaa04ffc74cdff36b8808e7a64d1405093..d707037dc3642da07dcb362a6574fad2a40e4818 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1622,6 +1622,8 @@
'views',
# Needed for chrome_dll_main.cc #include of gtk/gtk.h
'../build/linux/system.gyp:gtk',
+ # Needed for chrome_dll_main.cc use of g_thread_init
+ '../build/linux/system.gyp:gthread',
],
'copies': [
{
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698