summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 10:20:37 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 10:20:37 +0000
commited8fd9152e0dff6c26f69f968e0d4aa4bd890d57 (patch)
tree163fe12566ebad286d91d12820f078b240e2db26 /remoting/remoting.gyp
parent4795329fcd7308914fcdbee6f824c250cfae2629 (diff)
downloadchromium_src-ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57.zip
chromium_src-ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57.tar.gz
chromium_src-ed8fd9152e0dff6c26f69f968e0d4aa4bd890d57.tar.bz2
Move ui.gyp into ui/base/ directory.
This follows the rule we setup for //ui which states that each subdir should be its own component with its own gyp file that lives in its subdir. The 'ui' target was renamed to ui_base to match the convention. BUG=299841 TEST=gyp files. TBR=ben@chromium.org Review URL: https://codereview.chromium.org/198333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp14
1 files changed, 7 insertions, 7 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 70896c0..edde852 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -260,19 +260,19 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../ui/ui.gyp:ui',
+ '../media/media.gyp:media',
+ '../media/media.gyp:shared_memory_support',
'../net/net.gyp:net',
'../third_party/libvpx/libvpx.gyp:libvpx',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/opus/opus.gyp:opus',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
- '../media/media.gyp:media',
- '../media/media.gyp:shared_memory_support',
- 'remoting_resources',
- 'proto/chromotocol.gyp:chromotocol_proto_lib',
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
+ '../ui/base/ui_base.gyp:ui_base',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ 'proto/chromotocol.gyp:chromotocol_proto_lib',
+ 'remoting_resources',
],
'export_dependent_settings': [
'../base/base.gyp:base',