diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 21:13:42 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 21:13:42 +0000 |
commit | 1edc999cee504ed756ee798dfb1bfd95f53b4262 (patch) | |
tree | 7e00672bf6fca9d0016d7026a24e3f7ab1770ec7 /webkit | |
parent | c3008e0ce0b780d3fedbb9105d61de2ae3b929d3 (diff) | |
download | chromium_src-1edc999cee504ed756ee798dfb1bfd95f53b4262.zip chromium_src-1edc999cee504ed756ee798dfb1bfd95f53b4262.tar.gz chromium_src-1edc999cee504ed756ee798dfb1bfd95f53b4262.tar.bz2 |
linux: split libxpcom_hack into its own file
It's also empty; this works around a scons warning.
Review URL: http://codereview.chromium.org/202029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/libxul_hack/libxpcom_hack.cc | 6 | ||||
-rw-r--r-- | webkit/webkit.gyp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/webkit/tools/libxul_hack/libxpcom_hack.cc b/webkit/tools/libxul_hack/libxpcom_hack.cc new file mode 100644 index 0000000..65a2aa8 --- /dev/null +++ b/webkit/tools/libxul_hack/libxpcom_hack.cc @@ -0,0 +1,6 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// See libxul_hack.cc. This additional file works around scons not liking +// multiple targets from the same source. diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 12f7c2f..7d363da 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1625,7 +1625,7 @@ 'product_dir': '<(PRODUCT_DIR)', 'type': 'loadable_module', 'sources': [ - 'tools/libxul_hack/libxul_hack.cc' + 'tools/libxul_hack/libxpcom_hack.cc' ], }, ], # targets |