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

Unified Diff: chrome/common/net/BUILD.gn

Issue 574273002: Rewrite clipboard write IPC handling to be easier to understand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test test clipboard awesomesauce Created 6 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: chrome/common/net/BUILD.gn
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn
index 143512d2f88649729bb256682a8a5d10a70341b3..0794d869524b7ce988196309ea0979c14886cb16 100644
--- a/chrome/common/net/BUILD.gn
+++ b/chrome/common/net/BUILD.gn
@@ -26,6 +26,7 @@ static_library("net") {
"//net",
"//net:net_resources",
"//third_party/icu",
+ "//ui/base/",
]
if (is_ios) {

Powered by Google App Engine
This is Rietveld 408576698