diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 22:39:36 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 22:39:36 +0000 |
commit | 8e12f3f596a55f74c07b3efcd8c030efef3e9511 (patch) | |
tree | 29930aca10d0276387c4b1a6e6821fc13fb220f7 /chrome | |
parent | c7ef65a3bd857ea6252024fee1f295e588f98f28 (diff) | |
download | chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.zip chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.tar.gz chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.tar.bz2 |
Converting gears prebuilt stub to gyp.
Review URL: http://codereview.chromium.org/115801
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index a20e6f5..907be46 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1651,6 +1651,7 @@ 'installer/installer.gyp:installer_util', '../printing/printing.gyp:printing', '../views/views.gyp:views', + '../gears/gears.gyp:gears', ], 'export_dependent_settings': [ '../views/views.gyp:views', |