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

Unified Diff: BUILD.gn

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 years, 5 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
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6357f8735156dd0ae7720ea73e1ee632933bfc72..123e929aa6cbafefeb505e835c6a1aec1198e917 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -53,6 +53,8 @@ group("root") {
"//third_party/angle:translator",
"//third_party/brotli",
"//third_party/cacheinvalidation",
+ "//third_party/cld",
+ "//third_party/cld_2",
"//third_party/ffmpeg",
"//third_party/flac",
"//third_party/harfbuzz-ng",
@@ -167,6 +169,7 @@ group("root") {
"//third_party/WebKit/public:all_blink",
# Not tested on Android yet:
+ "//third_party/cld_2",
"//third_party/libaddressinput",
"//third_party/ffmpeg",
"//ui/web_dialogs",
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698