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

Side by Side Diff: webkit/tools/libxul_hack/libxul_hack.cc

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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Some plugins on older Linuxes depend on libxul.so and libxpcom.so
6 // despite not actually requiring any symbols from them. So we build
7 // a fake libxul.so and libxpcom.so and include them in our library
8 // path.
9 //
10 // This source file is therefore empty, and used to build those
11 // libraries.
12 //
13 // This may sound like a terrible hack, but after I thought of it I
14 // noticed that nspluginwrapper does the same thing.
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698