Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 49388ab41164b9e389e8585ea4a81165bc990c68..88d8266355733bf70088ccec68bef16e934ff20a 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -124,7 +124,7 @@ |
'target_name': 'chromoting_base', |
'type': '<(library)', |
'dependencies': [ |
- '../ui/gfx/gfx.gyp:gfx', |
+ '../ui/ui.gyp:ui_gfx', |
'../media/media.gyp:media', |
'../third_party/protobuf/protobuf.gyp:protobuf_lite', |
'../third_party/libvpx/libvpx.gyp:libvpx_include', |
@@ -512,7 +512,7 @@ |
'../base/base.gyp:base', |
'../base/base.gyp:base_i18n', |
'../base/base.gyp:test_support_base', |
- '../ui/gfx/gfx.gyp:gfx', |
+ '../ui/ui.gyp:ui_gfx', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
], |