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

Unified Diff: chrome/chrome.gyp

Issue 202012: linux: build a fake libxul and libxpcom (Closed)
Patch Set: works Created 11 years, 3 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 | « base/native_library_linux.cc ('k') | webkit/tools/libxul_hack/libxul_hack.cc » ('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 789fd34a9189a51df16f7cc99a1c2dbfa41e89a5..6190885bcaa053baf507210f0876cb4f0d22a2af 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2182,6 +2182,8 @@
'../build/linux/system.gyp:gtk',
'../build/linux/system.gyp:nss',
'../base/base.gyp:linux_versioninfo',
+ '../webkit/webkit.gyp:xul', # Not what it looks like! See
piman 2009/09/08 20:51:22 I don't know... what does it look like ? :) I'd r
+ '../webkit/webkit.gyp:xpcom', # webkit.gyp for details.
],
'sources!': [
'browser/views/extensions/extension_shelf.cc',
« no previous file with comments | « base/native_library_linux.cc ('k') | webkit/tools/libxul_hack/libxul_hack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698