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

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

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/utils_openbsd.cc ('k') | runtime/platform/globals.h » ('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) 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 'observatory/observatory.gypi', 9 'observatory/observatory.gypi',
10 'bin/bin.gypi', 10 'bin/bin.gypi',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '-undefined', 185 '-undefined',
186 'dynamic_lookup', 186 'dynamic_lookup',
187 ], 187 ],
188 }, 188 },
189 }], 189 }],
190 ['OS=="linux"', { 190 ['OS=="linux"', {
191 'cflags': [ 191 'cflags': [
192 '-fPIC', 192 '-fPIC',
193 ], 193 ],
194 }], 194 }],
195 ['OS=="openbsd"', {
196 'cflags': [
197 '-fPIC',
198 ],
199 }],
195 ], 200 ],
196 }, 201 },
197 ], 202 ],
198 } 203 }
OLDNEW
« no previous file with comments | « runtime/bin/utils_openbsd.cc ('k') | runtime/platform/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698