summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 49388ab..88d8266 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',
],