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", |
+ ] |
+} |