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

Side by Side Diff: runtime/vm/vm.gypi

Issue 38983004: Add missing line to gyp file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « no previous file | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 'variables': { 6 'variables': {
7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
8 'libgen_in_cc_file': '../lib/libgen_in.cc', 8 'libgen_in_cc_file': '../lib/libgen_in.cc',
9 'builtin_in_cc_file': '../bin/builtin_in.cc', 9 'builtin_in_cc_file': '../bin/builtin_in.cc',
10 'async_cc_file': '<(gen_source_dir)/async_gen.cc', 10 'async_cc_file': '<(gen_source_dir)/async_gen.cc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'generate_convert_cc_file#host', 107 'generate_convert_cc_file#host',
108 'generate_convert_patch_cc_file#host', 108 'generate_convert_patch_cc_file#host',
109 'generate_math_cc_file#host', 109 'generate_math_cc_file#host',
110 'generate_math_patch_cc_file#host', 110 'generate_math_patch_cc_file#host',
111 'generate_isolate_cc_file#host', 111 'generate_isolate_cc_file#host',
112 'generate_isolate_patch_cc_file#host', 112 'generate_isolate_patch_cc_file#host',
113 'generate_json_cc_file#host', 113 'generate_json_cc_file#host',
114 'generate_mirrors_cc_file#host', 114 'generate_mirrors_cc_file#host',
115 'generate_mirrors_patch_cc_file#host', 115 'generate_mirrors_patch_cc_file#host',
116 'generate_platform_cc_file#host', 116 'generate_platform_cc_file#host',
117 'generate_platform_patch_cc_file#host',
117 'generate_typed_data_cc_file#host', 118 'generate_typed_data_cc_file#host',
118 'generate_typed_data_patch_cc_file#host', 119 'generate_typed_data_patch_cc_file#host',
119 'generate_utf_cc_file#host', 120 'generate_utf_cc_file#host',
120 ], 121 ],
121 'includes': [ 122 'includes': [
122 '../lib/async_sources.gypi', 123 '../lib/async_sources.gypi',
123 '../lib/collection_sources.gypi', 124 '../lib/collection_sources.gypi',
124 '../lib/corelib_sources.gypi', 125 '../lib/corelib_sources.gypi',
125 '../lib/isolate_sources.gypi', 126 '../lib/isolate_sources.gypi',
126 '../lib/math_sources.gypi', 127 '../lib/math_sources.gypi',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 '--include', 'INTENTIONALLY_LEFT_BLANK', 1067 '--include', 'INTENTIONALLY_LEFT_BLANK',
1067 '--var_name', 'INTENTIONALLY_LEFT_BLANK_TOO', 1068 '--var_name', 'INTENTIONALLY_LEFT_BLANK_TOO',
1068 '<(snapshot_test_dart_file)', 1069 '<(snapshot_test_dart_file)',
1069 ], 1070 ],
1070 'message': 'Generating ''<(snapshot_test_dat_file)'' file.' 1071 'message': 'Generating ''<(snapshot_test_dat_file)'' file.'
1071 }, 1072 },
1072 ] 1073 ]
1073 }, 1074 },
1074 ] 1075 ]
1075 } 1076 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698