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

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

Issue 2117593002: Fuchsia: Initial check-in. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 4 years, 5 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
« no previous file with comments | « dart.gyp ('k') | runtime/bin/fuchsia_test.cc » ('j') | 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 8
9 'io_cc_file': '<(gen_source_dir)/io_gen.cc', 9 'io_cc_file': '<(gen_source_dir)/io_gen.cc',
10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc', 10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc',
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 '--inner_namespace', 'bin', 1051 '--inner_namespace', 'bin',
1052 '--table_name', 'service_bin', 1052 '--table_name', 'service_bin',
1053 '--root_prefix', 'bin/', 1053 '--root_prefix', 'bin/',
1054 '<@(_sources)' 1054 '<@(_sources)'
1055 ], 1055 ],
1056 'message': 'Generating ''<(resources_cc_file)'' file.' 1056 'message': 'Generating ''<(resources_cc_file)'' file.'
1057 }, 1057 },
1058 ] 1058 ]
1059 }, 1059 },
1060 { 1060 {
1061 'target_name': 'fuchsia_test',
1062 'type': 'executable',
1063 'dependencies': [
1064 'libdart_nosnapshot',
1065 ],
1066 'include_dirs': [
1067 '..',
1068 '../include',
1069 ],
1070 'sources': [
1071 'fuchsia_test.cc',
1072 ],
1073 },
1074 {
1061 # dart binary with a snapshot of corelibs built in. 1075 # dart binary with a snapshot of corelibs built in.
1062 'target_name': 'dart', 1076 'target_name': 'dart',
1063 'type': 'executable', 1077 'type': 'executable',
1064 'dependencies': [ 1078 'dependencies': [
1065 'bin/zlib.gyp:zlib_dart', 1079 'bin/zlib.gyp:zlib_dart',
1066 'build_observatory#host', 1080 'build_observatory#host',
1067 'generate_observatory_assets_cc_file#host', 1081 'generate_observatory_assets_cc_file#host',
1068 'generate_resources_cc_file#host', 1082 'generate_resources_cc_file#host',
1069 'generate_snapshot_file#host', 1083 'generate_snapshot_file#host',
1070 'libdart', 1084 'libdart',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 }], 1411 }],
1398 ['OS=="linux"', { 1412 ['OS=="linux"', {
1399 'cflags': [ 1413 'cflags': [
1400 '-fPIC', 1414 '-fPIC',
1401 ], 1415 ],
1402 }], 1416 }],
1403 ], 1417 ],
1404 }, 1418 },
1405 ], 1419 ],
1406 } 1420 }
OLDNEW
« no previous file with comments | « dart.gyp ('k') | runtime/bin/fuchsia_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698