summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 07:13:53 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 07:13:53 +0000
commite49d15f77fda6244a958f37d8998bedc73295c3a (patch)
tree9ac4a88d5bb40559302090b57320d6699c82a3cc /gfx/gfx.gyp
parent59e01c0a5fc02872458a89796b77fcf3d0507593 (diff)
downloadchromium_src-e49d15f77fda6244a958f37d8998bedc73295c3a.zip
chromium_src-e49d15f77fda6244a958f37d8998bedc73295c3a.tar.gz
chromium_src-e49d15f77fda6244a958f37d8998bedc73295c3a.tar.bz2
typo in gyp file means wrong file name is expected
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index ab35db6..366beff 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -84,8 +84,8 @@
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'sources': [
- 'gtk_native_view_manager.cc',
- 'gtk_native_view_manager.h',
+ 'gtk_native_view_id_manager.cc',
+ 'gtk_native_view_id_manager.h',
'gtk_util.cc',
'gtk_util.h',
],