diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 23:03:46 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 23:03:46 +0000 |
commit | c9a3f731f816fb36bff68ff68ee02d73d138773c (patch) | |
tree | 2e0b5420e91218fb7e203170d37cc01f1f9557e8 /build | |
parent | 308c81203b9b0e244bb48e672ac80b00452b2d86 (diff) | |
download | chromium_src-c9a3f731f816fb36bff68ff68ee02d73d138773c.zip chromium_src-c9a3f731f816fb36bff68ff68ee02d73d138773c.tar.gz chromium_src-c9a3f731f816fb36bff68ff68ee02d73d138773c.tar.bz2 |
linux: let harfbuzz be pulled in by gyp naturally
Skia correctly depends on Harfbuzz so we don't need to depend on it
from the top-level gyp file.
TEST=compiles
Review URL: http://codereview.chromium.org/355031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 94cca3d..6092725 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -64,7 +64,6 @@ '../breakpad/breakpad.gyp:*', '../courgette/courgette.gyp:*', '../sandbox/sandbox.gyp:*', - '../third_party/harfbuzz/harfbuzz.gyp:*', '../third_party/yasm/yasm.gyp:*', '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |