diff options
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index b5691cb..d57770b 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -134,7 +134,7 @@ # TODO(gregoryd): This could be shared with the 64-bit target, but # it does not work due to a gyp issue. 'dependencies': [ - '../chrome_frame/chrome_frame.gyp:npchrome_tab', + '../chrome_frame/chrome_frame.gyp:npchrome_frame', ], }], ['OS=="linux" or OS=="freebsd"', { @@ -529,7 +529,7 @@ # TODO(gregoryd): This could be shared with the 32-bit target, but # it does not work due to a gyp issue. 'dependencies': [ - '../chrome_frame/chrome_frame.gyp:npchrome_tab', + '../chrome_frame/chrome_frame.gyp:npchrome_frame', ], }], ], |