558a931409
Change-Id: I552086445a7e07792f9da85afa5edf23b6c450d5 Reviewed-on: https://dart-review.googlesource.com/44402 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
34 lines
820 B
Plaintext
34 lines
820 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.
|
|
|
|
# This file contains headers and sources shared between the vm and bin
|
|
# components.
|
|
platform_sources = [
|
|
"address_sanitizer.h",
|
|
"allocation.h",
|
|
"assert.cc",
|
|
"assert.h",
|
|
"c99_support_win.h",
|
|
"floating_point.h",
|
|
"floating_point_win.cc",
|
|
"floating_point_win.h",
|
|
"globals.h",
|
|
"growable_array.h",
|
|
"hashmap.cc",
|
|
"hashmap.h",
|
|
"inttypes_support_win.h",
|
|
"memory_sanitizer.h",
|
|
"safe_stack.h",
|
|
"signal_blocker.h",
|
|
"text_buffer.cc",
|
|
"text_buffer.h",
|
|
"utils.cc",
|
|
"utils.h",
|
|
"utils_android.cc",
|
|
"utils_fuchsia.cc",
|
|
"utils_linux.cc",
|
|
"utils_macos.cc",
|
|
"utils_win.cc",
|
|
]
|