Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: chrome/browser/BUILD.gn

Issue 498603002: Port parts of //third_pary/libjingle build to GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gn compile Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 72ed8ac82b9e301028340ea195ce6bad59730b51..7c71f3db55b391118583a0054469d1879fcf045b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -76,12 +76,14 @@ static_library("browser") {
"//courgette:courgette_lib",
"//crypto",
"//google_apis",
+ "//jingle:notifier",
"//skia",
"//sql",
"//sync",
"//third_party/cacheinvalidation",
"//third_party/icu",
"//third_party/libxml",
+ "//third_party/libjingle",
"//third_party/widevine/cdm:version_h",
"//third_party/zlib",
"//third_party/zlib:minizip",
@@ -107,8 +109,6 @@ static_library("browser") {
#"../components/components.gyp:search_engines",
#"../components/components.gyp:search_provider_logos",
#"../components/components.gyp:sync_driver",
- #"../jingle/jingle.gyp:notifier",
- #"../third_party/libjingle/libjingle.gyp:libjingle",
]
forward_dependent_configs_from = [
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698