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

Unified Diff: third_party/cld_2/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/cld_2/BUILD.gn
diff --git a/third_party/cld_2/BUILD.gn b/third_party/cld_2/BUILD.gn
index 43217012502a102aece22b9c59f1ed9c642ded5a..b308eb00ce7ba0a9bb34e3f9bfa835abd7ebfde9 100644
--- a/third_party/cld_2/BUILD.gn
+++ b/third_party/cld_2/BUILD.gn
@@ -113,8 +113,8 @@ static_library("cld2_static") {
]
public_deps = [
- ":cld_2",
":cld2_data",
+ ":cld_2",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [

Powered by Google App Engine
This is Rietveld 408576698