# Copyright (c) 2014, 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. { 'targets': [ { 'target_name': 'create_sdk_internal', 'type': 'none', 'dependencies': [ 'runtime/dart-runtime.gyp:dart', 'utils/compiler/compiler.gyp:dart2js', 'utils/pub/pub.gyp:pub', 'utils/dartfmt/dartfmt.gyp:dartfmt', 'utils/dartdoc/dartdoc.gyp:dartdoc', 'utils/analysis_server/analysis_server.gyp:analysis_server', 'utils/dartanalyzer/dartanalyzer.gyp:dartanalyzer', ], 'actions': [ { 'action_name': 'create_sdk_py', 'inputs': [ # This is neccessary because we have all the pub test files inside # the pub directory instead of in tests/pub. Xcode can only handle # a certain amount of files in one list (also depending on the # length of the path from where you run). This regexp excludes # pub/test '