14ecdbd66a
to allow us to make VM specific changes. R=asiva@google.com Review URL: https://codereview.chromium.org//463993002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39172 260f80e4-7a28-3924-810f-c04153c831b5
16 lines
428 B
Python
16 lines
428 B
Python
# Copyright (c) 2012, 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 sources shared between the vm and bin components.
|
|
{
|
|
'sources': [
|
|
'assert.cc',
|
|
'hashmap.cc',
|
|
'json.cc',
|
|
'floating_point_win.cc',
|
|
'signal_blocker.h',
|
|
'utils.cc',
|
|
],
|
|
}
|