diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-28 17:08:02 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-28 17:08:02 +0000 |
commit | 890637216afe663dc7fa509894fe519216c79147 (patch) | |
tree | 453d666baa2ff3dd20bcc24bc192f2b854af1456 /device | |
parent | 55bbd5c88a0d84767bbcb67c09d610477fb8ecb5 (diff) | |
download | chromium_src-890637216afe663dc7fa509894fe519216c79147.zip chromium_src-890637216afe663dc7fa509894fe519216c79147.tar.gz chromium_src-890637216afe663dc7fa509894fe519216c79147.tar.bz2 |
gfx: Create a separate gfx component out of ui.
BUG=103304
R=ben@chromium.org
Review URL: https://codereview.chromium.org/25015003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device')
-rw-r--r-- | device/bluetooth/bluetooth.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp index 9da5cda..c5d8cad 100644 --- a/device/bluetooth/bluetooth.gyp +++ b/device/bluetooth/bluetooth.gyp @@ -15,6 +15,7 @@ '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../../net/net.gyp:net', '../../third_party/libxml/libxml.gyp:libxml', + '../../ui/gfx/gfx.gyp:gfx', '../../ui/ui.gyp:ui', 'bluetooth_strings.gyp:device_bluetooth_strings', ], |