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

Unified Diff: sky/services/platform/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 | « no previous file | sky/services/platform/net_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/platform/BUILD.gn
diff --git a/sky/services/platform/BUILD.gn b/sky/services/platform/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..2bd0c74c2453776990fc1df36252d084d6dfd081
--- /dev/null
+++ b/sky/services/platform/BUILD.gn
@@ -0,0 +1,26 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("platform") {
+ sources = [
+ "net_constants.h",
+ "platform_impl.cc",
+ "platform_impl.h",
+ "url_request_types.cc",
+ "url_request_types.h",
+ "weburlloader_impl.cc",
+ "weburlloader_impl.h",
+ ]
+
+ deps = [
+ "//base",
+ "//mojo/common",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
+ "//mojo/public/cpp/utility",
+ "//mojo/services/network/public/interfaces",
+ "//sky/engine",
+ "//url",
+ ]
+}
« no previous file with comments | « no previous file | sky/services/platform/net_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698