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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 2881673002: Avoid heap allocations in IPAddress (Closed)
Patch Set: copys Created 3 years, 7 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: ppapi/shared_impl/BUILD.gn
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index e049133f0997bbc4fd5819e84a3b26d649dd7342..f5ba34a5e02e25c553a88d7c522a1e10d06dd55f 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -179,6 +179,7 @@ component("shared_impl") {
if (!is_nacl) {
deps += [
+ "//net",
"//skia",
"//ui/events:events_base",
"//ui/surface",

Powered by Google App Engine
This is Rietveld 408576698