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

Side by Side Diff: sky/engine/tonic/BUILD.gn

Issue 948943002: Gets HTMLIFrameElement::embedViewManagerClient to work with dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: feedback 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 unified diff | Download patch
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.idl ('k') | sky/engine/tonic/mojo_converter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 source_set("tonic") { 5 source_set("tonic") {
6 sources = [ 6 sources = [
7 "dart_api_scope.h", 7 "dart_api_scope.h",
8 "dart_builtin.cc", 8 "dart_builtin.cc",
9 "dart_builtin.h", 9 "dart_builtin.h",
10 "dart_class_library.cc", 10 "dart_class_library.cc",
(...skipping 20 matching lines...) Expand all
31 "dart_state.h", 31 "dart_state.h",
32 "dart_string.cc", 32 "dart_string.cc",
33 "dart_string.h", 33 "dart_string.h",
34 "dart_string_cache.cc", 34 "dart_string_cache.cc",
35 "dart_string_cache.h", 35 "dart_string_cache.h",
36 "dart_value.cc", 36 "dart_value.cc",
37 "dart_value.h", 37 "dart_value.h",
38 "dart_wrappable.cc", 38 "dart_wrappable.cc",
39 "dart_wrappable.h", 39 "dart_wrappable.h",
40 "dart_wrapper_info.h", 40 "dart_wrapper_info.h",
41 "mojo_converter.h",
41 ] 42 ]
42 43
43 deps = [ 44 deps = [
44 "//base", 45 "//base",
46 "//mojo/public/cpp/system",
45 "//sky/engine/wtf", 47 "//sky/engine/wtf",
46 ] 48 ]
47 49
48 public_deps = [ 50 public_deps = [
49 "//dart/runtime/bin:libdart_withcore", 51 "//dart/runtime/bin:libdart_withcore",
50 ] 52 ]
51 } 53 }
OLDNEW
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.idl ('k') | sky/engine/tonic/mojo_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698