summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorajwong <ajwong@chromium.org>2014-08-23 14:36:22 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-23 21:43:27 +0000
commitf7b1cb6926cabc20a89b2713e8c59402e6d260af (patch)
tree146b867b781f75ed7d4522649f4c4d550321c1d1 /BUILD.gn
parent1f4903ba455aed8cb3863dd41028759158d50c57 (diff)
downloadchromium_src-f7b1cb6926cabc20a89b2713e8c59402e6d260af.zip
chromium_src-f7b1cb6926cabc20a89b2713e8c59402e6d260af.tar.gz
chromium_src-f7b1cb6926cabc20a89b2713e8c59402e6d260af.tar.bz2
Port parts of //third_pary/libjingle build to GN
Reimplements parts of //third_party/libjingle's build in GN. The new build is much less flexible than the original. No configuration variables have been ported. Some windows-specific configs have been left out and annotated with TODOs. Most signifcantly, the entirety of the 'if (enable_webrtc)' block has been omitted, because the GN build for webrtc isn't working yet. Despite these limitations, it is an adequate replacement for the 'stub' libjingle target in most situations. Note, this CL is a near direct copy of rlarocque's work at https://codereview.chromium.org/455583002/ BUG=none TBR=sky,pavely,rlarocque Review URL: https://codereview.chromium.org/498603002 Cr-Commit-Position: refs/heads/master@{#291587}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b5c99e8..2c3a908 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -58,6 +58,7 @@ group("root") {
"//google_apis/gcm",
"//ipc",
"//ipc/mojo",
+ "//jingle:notifier",
"//media",
"//media/cast",
"//mojo",
@@ -85,6 +86,7 @@ group("root") {
"//third_party/leveldatabase",
"//third_party/libaddressinput",
"//third_party/libphonenumber",
+ "//third_party/libjingle",
"//third_party/libpng",
"//third_party/libsrtp",
"//third_party/libusb",