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

Side by Side Diff: runtime/bin/BUILD.gn

Issue 2296463002: [fuchsia] Fix build for new sysroot (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 3 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 | « no previous file | runtime/vm/BUILD.gn » ('j') | runtime/vm/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 5
6 declare_args() { 6 declare_args() {
7 dart_io_support = false 7 dart_io_support = false
8 8
9 # TODO(zra, jamesr): Remove this check once we start building boringssl for 9 # TODO(zra, jamesr): Remove this check once we start building boringssl for
10 # the fuchsia port. 10 # the fuchsia port.
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 562
563 executable("run_vm_tests_fuchsia") { 563 executable("run_vm_tests_fuchsia") {
564 testonly = true 564 testonly = true
565 configs += ["..:dart_config"] 565 configs += ["..:dart_config"]
566 sources = [ 566 sources = [
567 "run_vm_tests_fuchsia.cc" 567 "run_vm_tests_fuchsia.cc"
568 ] 568 ]
569 libs = [ 569 libs = [
570 "launchpad", 570 "launchpad",
571 "runtime", 571 "runtime",
572 "magenta",
jamesr 2016/08/29 21:51:10 please keep these alphabetical
anmittal 2016/08/29 21:53:55 Done.
572 ] 573 ]
573 } 574 }
574 } # defined(is_fuchsia) && is_fuchsia 575 } # defined(is_fuchsia) && is_fuchsia
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/BUILD.gn » ('j') | runtime/vm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698