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

Unified Diff: sky/viewer/BUILD.gn

Issue 935633003: Don't depend on /net for error codes in sky viewer. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address Adam comment. Created 5 years, 10 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 | sky/viewer/platform/net_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index 382e3bce8e31cb7978d7fcd5c4c8f75c5d9d4af4..96e49540b2c94bea9d6f95a854b34d8e22cac785 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -21,6 +21,7 @@ mojo_native_application("viewer") {
"document_view.h",
"internals.cc",
"internals.h",
+ "platform/net_constants.h",
"platform/platform_impl.cc",
"platform/platform_impl.h",
"platform/weburlloader_impl.cc",
@@ -52,7 +53,6 @@ mojo_native_application("viewer") {
"//mojo/services/network/public/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/view_manager/public/cpp",
- "//net",
"//skia",
"//sky/compositor",
"//sky/engine",
« no previous file with comments | « no previous file | sky/viewer/platform/net_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698