From cb1a22e4e6227f0a09e91b76fd3f2c9bcd8cb815 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 30 Jul 2014 12:39:43 -0700 Subject: [PATCH] Move google components to GWC --- repo-configs/labs.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/repo-configs/labs.json b/repo-configs/labs.json index f8dd06e9c..29227b339 100644 --- a/repo-configs/labs.json +++ b/repo-configs/labs.json @@ -11,8 +11,6 @@ "flatiron-director", "g-kratu", "github-elements", - "google-apis", - "google-map", "humane-js", "js-beautify", "marked-js", @@ -33,6 +31,14 @@ "yt-video" ] }, + { + "dir": "components", + "org": "GoogleWebComponents", + "repos": [ + "google-apis", + "google-map" + ] + }, { "dir": "projects", "org": "PolymerLabs",