diff options
-rw-r--r-- | gfx/gfx.gyp | 4 |
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', ], |