From 2b7c9f90805d4099216590125feb5b7c34492bc7 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Fri, 29 May 2009 16:57:43 +0000 Subject: Fix app/locales/locales.gyp path. BUG=none TEST=none Review URL: http://codereview.chromium.org/118004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17197 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 93af641..31afcd9 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3519,7 +3519,7 @@ 'target_name': 'pull_in_all', 'type': 'none', 'dependencies': [ - 'app/locales.gyp:*', + 'app/locales/locales.gyp:*', 'installer/installer.gyp:*', '../app/app.gyp:*', '../base/base.gyp:*', -- cgit v1.1