summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-22 00:17:38 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-22 00:17:38 +0000
commit7d54a19568afcc4912539e1cfb5356e27a5ec718 (patch)
tree5427322d7970456deb197f261c3a2f92d1dffb24 /components/components.gyp
parent90e1a1b9c8af2649dd56e29ee35776d7446f31c2 (diff)
downloadchromium_src-7d54a19568afcc4912539e1cfb5356e27a5ec718.zip
chromium_src-7d54a19568afcc4912539e1cfb5356e27a5ec718.tar.gz
chromium_src-7d54a19568afcc4912539e1cfb5356e27a5ec718.tar.bz2
Move Chrome OS pairing interface to chrome/browser/chromeos
BUG=393413 Review URL: https://codereview.chromium.org/387163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index ef55bf9..344b686 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -77,6 +77,11 @@
'usb_service.gypi',
]
}],
+ ['chromeos == 1', {
+ 'includes': [
+ 'pairing.gypi',
+ ],
+ }],
['OS == "win" or OS == "mac"', {
'includes': [
'wifi.gypi',