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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: sky/shell/dart/BUILD.gn
diff --git a/sky/shell/dart/BUILD.gn b/sky/shell/dart/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b4a1cf528a0e52e221cab5555cbbf8a160ebb248
--- /dev/null
+++ b/sky/shell/dart/BUILD.gn
@@ -0,0 +1,24 @@
+# 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("dart") {
+ sources = [
+ "dart_library_provider_files.cc",
+ "dart_library_provider_files.h",
+ "dart_library_provider_network.cc",
+ "dart_library_provider_network.h",
+ ]
+
+ deps = [
+ "//base",
+ "//build/config/sanitizers:deps",
+ "//dart/runtime:libdart",
+ "//mojo/common",
+ "//mojo/public/cpp/application",
+ "//mojo/services/network/public/interfaces",
+ "//sky/engine/tonic",
+ "//sky/engine/wtf",
+ "//url",
+ ]
+}
« 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