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

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

Issue 1159443002: Roll Dart forward (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/tonic/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//sky/engine/build/scripts/scripts.gni") 5 import("//sky/engine/build/scripts/scripts.gni")
6 import("//sky/engine/core/core.gni") 6 import("//sky/engine/core/core.gni")
7 import("//mojo/dart/embedder/embedder.gni") 7 import("//mojo/dart/embedder/embedder.gni")
8 8
9 visibility = [ "//sky/engine/*" ] 9 visibility = [ "//sky/engine/*" ]
10 10
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 output_name = "sky_core" 74 output_name = "sky_core"
75 75
76 deps = [ 76 deps = [
77 ":core_generated", 77 ":core_generated",
78 ":generate_sky_embedder_service_isolate_resources_cc", 78 ":generate_sky_embedder_service_isolate_resources_cc",
79 ":libraries", 79 ":libraries",
80 ":prerequisites", 80 ":prerequisites",
81 "//sky/engine/platform", 81 "//sky/engine/platform",
82 "//sky/engine/bindings", 82 "//sky/engine/bindings",
83 "//dart/runtime/bin:embedded_dart_io", 83 "//dart/runtime/bin:embedded_dart_io",
84 "//dart/runtime/bin:libdart_withcore", 84 "//dart/runtime:libdart",
85 "//dart/runtime/vm:libdart_platform",
85 ] 86 ]
86 87
87 sources = sky_core_files 88 sources = sky_core_files
88 89
89 sources += [ "$target_gen_dir/sky_embedder_service_isolate_resources.cc" ] 90 sources += [ "$target_gen_dir/sky_embedder_service_isolate_resources.cc" ]
90 91
91 include_dirs = [ 92 include_dirs = [
92 # Needed for dart_mirrors_api.h in dart_controller.cc 93 # Needed for dart_mirrors_api.h in dart_controller.cc
93 rebase_path("//dart/runtime"), 94 rebase_path("//dart/runtime"),
94 ] 95 ]
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "$sky_core_output_dir/{{source_name_part}}.h", 515 "$sky_core_output_dir/{{source_name_part}}.h",
515 ] 516 ]
516 args = [ 517 args = [
517 "{{source}}", 518 "{{source}}",
518 rel_sky_core_gen_dir, 519 rel_sky_core_gen_dir,
519 bison_exe, 520 bison_exe,
520 ] 521 ]
521 522
522 deps = make_core_generated_deps 523 deps = make_core_generated_deps
523 } 524 }
OLDNEW
« no previous file with comments | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/tonic/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698