70cf29cc59
Change-Id: Ic7f7c437464fe8c27850e1dc5c958d699143b87c Reviewed-on: https://dart-review.googlesource.com/54712 Commit-Queue: Zach Anderson <zra@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
14 lines
456 B
Plaintext
14 lines
456 B
Plaintext
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
import("../configs.gni")
|
|
import("platform_sources.gni")
|
|
|
|
library_for_all_configs("libdart_platform") {
|
|
target_type = "static_library"
|
|
public_configs = [ "../vm:libdart_vm_config" ]
|
|
sources = platform_sources
|
|
include_dirs = [ ".." ]
|
|
}
|