From b90978f659bc35023f89d740d5102b34c5f377e0 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 24 Mar 2011 22:32:17 +0000 Subject: [PATCH] Fix GYP file typo. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@209 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cef.gyp b/cef.gyp index f741a08ac..47bc24ce1 100644 --- a/cef.gyp +++ b/cef.gyp @@ -89,7 +89,7 @@ 'tests/cefclient/cefclient_win.cpp', 'tests/cefclient/clientplugin.cpp', 'tests/cefclient/clientplugin.h', - 'tests/cefclient/osrlugin.cpp', + 'tests/cefclient/osrplugin.cpp', 'tests/cefclient/osrplugin.h', 'tests/cefclient/osrplugin_test.cpp', 'tests/cefclient/osrplugin_test.h',