diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 00:20:29 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 00:20:29 +0000 |
commit | d06442883eb767e2b61de78f1d942fc0f9b87df1 (patch) | |
tree | 1a4d51ffb76cca03ceeb56c3f4b606bee6cfa176 /net/net.gyp | |
parent | 66cb83553557d41f5eb24a17c830f1e398fedb27 (diff) | |
download | chromium_src-d06442883eb767e2b61de78f1d942fc0f9b87df1.zip chromium_src-d06442883eb767e2b61de78f1d942fc0f9b87df1.tar.gz chromium_src-d06442883eb767e2b61de78f1d942fc0f9b87df1.tar.bz2 |
Build on Linux with shared libraries (significant chunks courtesy craigsch):
* Set $RPATH to $LIB_DIR in the SCons configuration.
* Add missing dependencies:
* net/net.gyp:net
=> testing/gtest.gyp:gtest
* third_party/libxml/libxml.gyp:xmlcatalog
=> third_party/icu38/icu38.gyp:icuuc
* chrome/chrome.gyp:perf_tests
=> renderer
=> views
=> webkit/webkit.gyp:glue
* Add files:
* third_party/WebKit/WebCore/loader/icon/IconRecord.cpp
* third_party/WebKit/WebCore/page/Coordinates.cpp
* skia/sgl/SkUnPreMultiply.cpp
* Exclude on Linux:
* chrome/views/controls/scroll_view.cc
* chrome/views/focus/external_focus_tracker.cc
* media/filter/ffmpeg_demuxer.{cc,h}
* Remove files:
* third_party/WebKit/WebCore/Configurations/Version.xcconfig
* Sort the chrome.gyp:views linux exclusion list.
* DEPS roll for $SHLINKFLAGS settings in gyp.
Review URL: http://codereview.chromium.org/88058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 34c84762..eab929a 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -18,6 +18,10 @@ '../build/temp_gyp/googleurl.gyp:googleurl', '../build/temp_gyp/v8.gyp:v8', '../sdch/sdch.gyp:sdch', + # TODO: various targets end up using + # testing::internal::AssertHelper through references here. + # Good candidate for refactoring. + '../testing/gtest.gyp:gtest', '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/icu38/icu38.gyp:icui18n', '../third_party/icu38/icu38.gyp:icuuc', |