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

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

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 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
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/builtin_impl_sources.gypi » ('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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'generate_io_cc_file#host', 130 'generate_io_cc_file#host',
131 'generate_io_patch_cc_file#host', 131 'generate_io_patch_cc_file#host',
132 ], 132 ],
133 'include_dirs': [ 133 'include_dirs': [
134 '..', 134 '..',
135 ], 135 ],
136 'sources': [ 136 'sources': [
137 'log_android.cc', 137 'log_android.cc',
138 'log_linux.cc', 138 'log_linux.cc',
139 'log_macos.cc', 139 'log_macos.cc',
140 'log_openbsd.cc',
140 'log_win.cc', 141 'log_win.cc',
141 ], 142 ],
142 'includes': [ 143 'includes': [
143 'builtin_impl_sources.gypi', 144 'builtin_impl_sources.gypi',
144 '../platform/platform_sources.gypi', 145 '../platform/platform_sources.gypi',
145 ], 146 ],
146 'sources/': [ 147 'sources/': [
147 ['exclude', '_test\\.(cc|h)$'], 148 ['exclude', '_test\\.(cc|h)$'],
148 ], 149 ],
149 'conditions': [ 150 'conditions': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'builtin_natives.cc', 209 'builtin_natives.cc',
209 'builtin_nolib.cc', 210 'builtin_nolib.cc',
210 'builtin.h', 211 'builtin.h',
211 'dartutils.cc', 212 'dartutils.cc',
212 'dartutils.h', 213 'dartutils.h',
213 'io_natives.cc', 214 'io_natives.cc',
214 'io_natives.h', 215 'io_natives.h',
215 'log_android.cc', 216 'log_android.cc',
216 'log_linux.cc', 217 'log_linux.cc',
217 'log_macos.cc', 218 'log_macos.cc',
219 'log_openbsd.cc',
218 'log_win.cc', 220 'log_win.cc',
219 'vmservice_dartium.h', 221 'vmservice_dartium.h',
220 'vmservice_dartium.cc', 222 'vmservice_dartium.cc',
221 'vmservice_impl.cc', 223 'vmservice_impl.cc',
222 'vmservice_impl.h', 224 'vmservice_impl.h',
223 '<(resources_cc_file)', 225 '<(resources_cc_file)',
224 '<(observatory_assets_cc_file)', 226 '<(observatory_assets_cc_file)',
225 ], 227 ],
226 'sources/': [ 228 'sources/': [
227 ['exclude', '_test\\.(cc|h)$'], 229 ['exclude', '_test\\.(cc|h)$'],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'address_sanitizer.cc', 389 'address_sanitizer.cc',
388 'gen_snapshot.cc', 390 'gen_snapshot.cc',
389 # Very limited native resolver provided. 391 # Very limited native resolver provided.
390 'builtin_gen_snapshot.cc', 392 'builtin_gen_snapshot.cc',
391 'builtin_common.cc', 393 'builtin_common.cc',
392 'builtin.cc', 394 'builtin.cc',
393 'builtin.h', 395 'builtin.h',
394 'platform_android.cc', 396 'platform_android.cc',
395 'platform_linux.cc', 397 'platform_linux.cc',
396 'platform_macos.cc', 398 'platform_macos.cc',
399 'platform_openbsd.cc',
397 'platform_win.cc', 400 'platform_win.cc',
398 'platform.h', 401 'platform.h',
399 'vmservice_impl.cc', 402 'vmservice_impl.cc',
400 'vmservice_impl.h', 403 'vmservice_impl.h',
401 # Include generated source files. 404 # Include generated source files.
402 '<(builtin_cc_file)', 405 '<(builtin_cc_file)',
403 '<(io_cc_file)', 406 '<(io_cc_file)',
404 '<(io_patch_cc_file)', 407 '<(io_patch_cc_file)',
405 '<(resources_cc_file)', 408 '<(resources_cc_file)',
406 ], 409 ],
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 ['OS=="mac"', { 891 ['OS=="mac"', {
889 'xcode_settings': { 892 'xcode_settings': {
890 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ], 893 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ],
891 }, 894 },
892 }], 895 }],
893 ['OS=="linux"', { 896 ['OS=="linux"', {
894 'cflags': [ 897 'cflags': [
895 '-fPIC', 898 '-fPIC',
896 ], 899 ],
897 }], 900 }],
901 ['OS=="openbsd"', {
902 'cflags': [
903 '-fPIC',
904 ],
905 }],
898 ], 906 ],
899 }, 907 },
900 ], 908 ],
901 } 909 }
OLDNEW
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/builtin_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698