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

Unified Diff: extensions/BUILD.gn

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix app shell gyp/gn Created 4 years, 6 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: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 4eaf7fe6f11dc94deb3db353cdc92c5b869105cb..f39b73433270515ec182a4cc290a2b17922abbe4 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -94,7 +94,7 @@ source_set("test_support") {
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
- "//third_party/cld_2:cld2_static",
+ "//third_party/cld_2:cld_2",
Nico 2016/06/08 14:44:07 i think you don't need the ":cld_2" part, it shoul
Andrew Hayden (chromium.org) 2016/06/08 14:50:50 Whoops!
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698