diff options
author | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 01:13:52 +0000 |
---|---|---|
committer | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 01:13:52 +0000 |
commit | 74647d25acc05a4535f4de9df34d9f8de2724674 (patch) | |
tree | 3ffc171fde9a6f0e26ff976c0751714dcdb5a225 /chrome | |
parent | e197835748fedb0b262291d7101ae072eef81b18 (diff) | |
download | chromium_src-74647d25acc05a4535f4de9df34d9f8de2724674.zip chromium_src-74647d25acc05a4535f4de9df34d9f8de2724674.tar.gz chromium_src-74647d25acc05a4535f4de9df34d9f8de2724674.tar.bz2 |
Second phase of move for the support directory to a more reasonable location in the tree.
Review URL: http://codereview.chromium.org/144016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index cf65e5f..8123564 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2376,7 +2376,7 @@ 'app/scoped_ole_initializer.h', ], 'dependencies': [ - '../support/support.gyp:*', + '../build/util/support/support.gyp:*', ], 'mac_bundle_resources': [ # put any pdfs down in the sources block below so pdfsqueeze runs on @@ -4153,7 +4153,7 @@ 'theme_dll', 'worker', '../net/net.gyp:net_resources', - '../support/support.gyp:*', + '../build/util/support/support.gyp:*', '../third_party/cld/cld.gyp:cld', '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |