diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 02:06:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 02:06:01 +0000 |
commit | bd349b3fb748b37eb6694ff29b599d88f85cb937 (patch) | |
tree | 537c0b432fa4317aba255ff3cfe5dee926f02089 /chrome/chrome_dll.gypi | |
parent | a38f3a356d50a026eb0874b01bd665e84451e07b (diff) | |
download | chromium_src-bd349b3fb748b37eb6694ff29b599d88f85cb937.zip chromium_src-bd349b3fb748b37eb6694ff29b599d88f85cb937.tar.gz chromium_src-bd349b3fb748b37eb6694ff29b599d88f85cb937.tar.bz2 |
Remove dependency on non-existent library
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6354010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 917423c..7766bce 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -83,7 +83,6 @@ 'worker', '../printing/printing.gyp:printing', '../net/net.gyp:net_resources', - '../build/util/support/support.gyp:*', '../third_party/cld/cld.gyp:cld', '../views/views.gyp:views', '../webkit/support/webkit_support.gyp:webkit_resources', @@ -288,7 +287,6 @@ 'dependencies': [ # Bring in pdfsqueeze and run it on all pdfs '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', - '../build/util/support/support.gyp:*', # On Mac, Flash gets put into the framework, so we need this # dependency here. flash_player.gyp will copy the Flash bundle # into PRODUCT_DIR. |