Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Side by Side Diff: runtime/dart-runtime.gyp

Issue 11886082: Disable the gyp includes related to the OpenGL embedder, so that those who don't have freeglut can … (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/openglui/openglui_embedder.gypi',
11 'third_party/double-conversion/src/double-conversion.gypi',
12 'third_party/jscre/jscre.gypi', 10 'third_party/jscre/jscre.gypi',
13 '../tools/gyp/source_filter.gypi', 11 '../tools/gyp/source_filter.gypi',
14 ], 12 ],
15 'variables': { 13 'variables': {
16 'version_in_cc_file': 'vm/version_in.cc', 14 'version_in_cc_file': 'vm/version_in.cc',
17 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc', 15 'version_cc_file': '<(SHARED_INTERMEDIATE_DIR)/version.cc',
18 }, 16 },
19 'targets': [ 17 'targets': [
20 { 18 {
21 'target_name': 'libdart', 19 'target_name': 'libdart',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 }, 97 },
100 { 98 {
101 'target_name': 'runtime_packages', 99 'target_name': 'runtime_packages',
102 'type': 'none', 100 'type': 'none',
103 'dependencies': [ 101 'dependencies': [
104 '../pkg/pkg.gyp:pkg_packages', 102 '../pkg/pkg.gyp:pkg_packages',
105 ], 103 ],
106 }, 104 },
107 ], 105 ],
108 } 106 }
OLDNEW
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698