summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-05 00:59:18 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-05 00:59:18 +0000
commit7d2d13ac71b6b5480715148e2ab23e104c9cd456 (patch)
tree8bb382c84252aa34296b81a1f3d706d3ff69d678 /chrome/service
parent9019e16c6386d78c98f8087691a84788aa64cf03 (diff)
downloadchromium_src-7d2d13ac71b6b5480715148e2ab23e104c9cd456.zip
chromium_src-7d2d13ac71b6b5480715148e2ab23e104c9cd456.tar.gz
chromium_src-7d2d13ac71b6b5480715148e2ab23e104c9cd456.tar.bz2
GN support for //jingle directory
Supports GN build of //jingle, though its targets won't be linkable until its dependency //third_party/libjingle is properly supported. TBR=ajwong BUG= Review URL: https://codereview.chromium.org/431423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn
index 6179bfb1..1eb0d30 100644
--- a/chrome/service/BUILD.gn
+++ b/chrome/service/BUILD.gn
@@ -55,10 +55,10 @@ static_library("service") {
"//base",
"//components/cloud_devices/common",
"//google_apis",
+ "//jingle:notifier",
"//net",
"//printing",
"//skia",
- #'../jingle/jingle.gyp:notifier', TODO(GYP)
#'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
]