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

Unified Diff: sky/engine/tonic/BUILD.gn

Issue 924593002: Merge the tonic layer from skydart branch back to master (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix 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/engine/tonic/dart_api_scope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/BUILD.gn
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..18c03c15e1c62c1f18872929a2ffdf2747f33da8
--- /dev/null
+++ b/sky/engine/tonic/BUILD.gn
@@ -0,0 +1,49 @@
+# 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("tonic") {
+ sources = [
+ "dart_api_scope.h",
+ "dart_builtin.cc",
+ "dart_builtin.h",
+ "dart_class_library.cc",
+ "dart_class_library.h",
+ "dart_class_provider.cc",
+ "dart_class_provider.h",
+ "dart_converter.cc",
+ "dart_converter.h",
+ "dart_error.cc",
+ "dart_error.h",
+ "dart_gc_context.cc",
+ "dart_gc_context.h",
+ "dart_gc_controller.cc",
+ "dart_gc_controller.h",
+ "dart_gc_visitor.cc",
+ "dart_gc_visitor.h",
+ "dart_isolate_scope.cc",
+ "dart_isolate_scope.h",
+ "dart_persistent_value.cc",
+ "dart_persistent_value.h",
+ "dart_state.cc",
+ "dart_state.h",
+ "dart_string.cc",
+ "dart_string.h",
+ "dart_string_cache.cc",
+ "dart_string_cache.h",
+ "dart_value.cc",
+ "dart_value.h",
+ "dart_wrappable.cc",
+ "dart_wrappable.h",
+ "dart_wrapper_info.h",
+ ]
+
+ deps = [
+ "//base",
+ "//sky/engine/wtf",
+ ]
+
+ public_deps = [
+ "//dart/runtime/bin:libdart_withcore",
+ ]
+}
« no previous file with comments | « no previous file | sky/engine/tonic/dart_api_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698