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

Unified Diff: sky/viewer/BUILD.gn

Issue 959773005: Share sky::PlatformImpl bettween sky_viewer and SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « sky/shell/ui/platform_impl.cc ('k') | sky/viewer/converters/url_request_types.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 96e49540b2c94bea9d6f95a854b34d8e22cac785..1df8125590f24ae0e7874558deb73bd449cf2a1b 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -15,17 +15,10 @@ mojo_native_application("viewer") {
"converters/basic_types.h",
"converters/input_event_types.cc",
"converters/input_event_types.h",
- "converters/url_request_types.cc",
- "converters/url_request_types.h",
"document_view.cc",
"document_view.h",
"internals.cc",
"internals.h",
- "platform/net_constants.h",
- "platform/platform_impl.cc",
- "platform/platform_impl.h",
- "platform/weburlloader_impl.cc",
- "platform/weburlloader_impl.h",
"runtime_flags.cc",
"runtime_flags.h",
"viewer.cc",
@@ -58,6 +51,7 @@ mojo_native_application("viewer") {
"//sky/engine",
"//sky/engine/tonic",
"//sky/services/inspector:bindings",
+ "//sky/services/platform",
"//sky/services/testing:bindings",
"//third_party/icu",
"//ui/events",
« no previous file with comments | « sky/shell/ui/platform_impl.cc ('k') | sky/viewer/converters/url_request_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698