diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 19:06:47 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 19:06:47 +0000 |
commit | 17dfaea4281f67dddd5d052b1d90c513506568a5 (patch) | |
tree | 633e110874a83b01ff787482ca7cb6a9071aed6f /build/all.gyp | |
parent | 6a7e9055b265b51952ef92027a77ec202ac9c442 (diff) | |
download | chromium_src-17dfaea4281f67dddd5d052b1d90c513506568a5.zip chromium_src-17dfaea4281f67dddd5d052b1d90c513506568a5.tar.gz chromium_src-17dfaea4281f67dddd5d052b1d90c513506568a5.tar.bz2 |
Fix typo in the official build target
Review URL: http://codereview.chromium.org/5905002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 9df4879..2efce38 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -402,7 +402,7 @@ '../courgette/courgette.gyp:courgette', '../pdf/pdf.gyp:pdf', '../third_party/adobe/flash/flash_player.gyp:flash_player', - '../webkit/webkit.gyp:test_shell.gyp', + '../webkit/webkit.gyp:test_shell', ], }, ], # targets |