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

Side by Side Diff: sky/services/ns_net/BUILD.gn

Issue 1165283002: Basic network service implementation for iOS (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address feedback on 1165283002 Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/dart/rules.gni") 5 source_set("ns_net") {
6 sources = [
7 "network_service_impl.h",
8 "network_service_impl.mm",
9 "url_loader_impl.h",
10 "url_loader_impl.mm",
11 ]
6 12
7 dartzip_packaged_application("wget") {
8 output_name = "dart_wget"
9 sources = [
10 "main.dart",
11 ]
12 deps = [ 13 deps = [
13 "//mojo/public/dart", 14 "//base:base",
14 "//mojo/public/interfaces/network", 15 "//mojo/common",
16 "//mojo/public/cpp/application",
15 "//mojo/services/network/public/interfaces", 17 "//mojo/services/network/public/interfaces",
16 ] 18 ]
17 } 19 }
OLDNEW
« no previous file with comments | « no previous file | sky/services/ns_net/network_service_impl.h » ('j') | sky/services/ns_net/url_loader_impl.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698