OLD | NEW |
---|---|
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 'includes': [ | 6 'includes': [ |
7 'tools/gyp/runtime-configurations.gypi', | 7 'tools/gyp/runtime-configurations.gypi', |
8 'vm/vm.gypi', | 8 'vm/vm.gypi', |
9 'bin/bin.gypi', | 9 'bin/bin.gypi', |
10 'embedders/android/android_embedder.gypi', | 10 'embedders/openglui/android/android_embedder.gypi', |
11 'embedders/openglui/emulator/emulator_embedder.gypi', | |
vsm
2013/01/14 21:31:40
Can we have just one openglui gypi to keep things
gram
2013/01/16 01:49:16
Done.
| |
11 'third_party/double-conversion/src/double-conversion.gypi', | 12 'third_party/double-conversion/src/double-conversion.gypi', |
12 'third_party/jscre/jscre.gypi', | 13 'third_party/jscre/jscre.gypi', |
13 '../tools/gyp/source_filter.gypi', | 14 '../tools/gyp/source_filter.gypi', |
14 ], | 15 ], |
15 'variables': { | 16 'variables': { |
16 'version_in_cc_file': 'vm/version_in.cc', | 17 'version_in_cc_file': 'vm/version_in.cc', |
17 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc', | 18 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc', |
18 }, | 19 }, |
19 'targets': [ | 20 'targets': [ |
20 { | 21 { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
99 }, | 100 }, |
100 { | 101 { |
101 'target_name': 'runtime_packages', | 102 'target_name': 'runtime_packages', |
102 'type': 'none', | 103 'type': 'none', |
103 'dependencies': [ | 104 'dependencies': [ |
104 '../pkg/pkg.gyp:pkg_packages', | 105 '../pkg/pkg.gyp:pkg_packages', |
105 ], | 106 ], |
106 }, | 107 }, |
107 ], | 108 ], |
108 } | 109 } |
OLD | NEW |