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

Side by Side Diff: sky/shell/dart/BUILD.gn

Issue 1203143004: Make it possible to run Sky apps offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: gn check 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
(Empty)
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
3 # found in the LICENSE file.
4
5 source_set("dart") {
6 sources = [
7 "dart_library_provider_files.cc",
8 "dart_library_provider_files.h",
9 "dart_library_provider_network.cc",
10 "dart_library_provider_network.h",
11 ]
12
13 deps = [
14 "//base",
15 "//build/config/sanitizers:deps",
16 "//dart/runtime:libdart",
17 "//mojo/common",
18 "//mojo/public/cpp/application",
19 "//mojo/services/network/public/interfaces",
20 "//sky/engine/tonic",
21 "//sky/engine/wtf",
22 "//url",
23 ]
24 }
OLDNEW
« no previous file with comments | « sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java ('k') | sky/shell/dart/dart_library_provider_files.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698