diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index b297172..88b75ce 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -113,7 +113,7 @@ 'target_name': 'chromoting_base', 'type': '<(library)', 'dependencies': [ - '../gfx/gfx.gyp:gfx', + '../ui/gfx/gfx.gyp:gfx', '../media/media.gyp:media', '../third_party/protobuf/protobuf.gyp:protobuf_lite', '../third_party/libvpx/libvpx.gyp:libvpx_include', @@ -445,7 +445,7 @@ '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', - '../gfx/gfx.gyp:gfx', + '../ui/gfx/gfx.gyp:gfx', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', ], |