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

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

Issue 10832269: Revert "Start adding TLS (SSL) sockets to dart:io." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | 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 'crypto_cc_file': '<(SHARED_INTERMEDIATE_DIR)/crypto_gen.cc', 7 'crypto_cc_file': '<(SHARED_INTERMEDIATE_DIR)/crypto_gen.cc',
8 'io_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_gen.cc', 8 'io_cc_file': '<(SHARED_INTERMEDIATE_DIR)/io_gen.cc',
9 'json_cc_file': '<(SHARED_INTERMEDIATE_DIR)/json_gen.cc', 9 'json_cc_file': '<(SHARED_INTERMEDIATE_DIR)/json_gen.cc',
10 'uri_cc_file': '<(SHARED_INTERMEDIATE_DIR)/uri_gen.cc', 10 'uri_cc_file': '<(SHARED_INTERMEDIATE_DIR)/uri_gen.cc',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'msvs_configuration_attributes': { 287 'msvs_configuration_attributes': {
288 'CharacterSet': '0', 288 'CharacterSet': '0',
289 }, 289 },
290 }, 290 },
291 }, 291 },
292 }], 292 }],
293 ['OS=="linux"', { 293 ['OS=="linux"', {
294 'link_settings': { 294 'link_settings': {
295 'libraries': [ 295 'libraries': [
296 '-ldl', 296 '-ldl',
297 '-lssl',
298 ], 297 ],
299 }, 298 },
300 }], 299 }],
301 ], 300 ],
302 }, 301 },
303 { 302 {
304 'target_name': 'libdart_withcore', 303 'target_name': 'libdart_withcore',
305 'type': 'static_library', 304 'type': 'static_library',
306 'dependencies': [ 305 'dependencies': [
307 'libdart_lib_withcore', 306 'libdart_lib_withcore',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 ['OS=="mac"', { 525 ['OS=="mac"', {
527 'xcode_settings': { 526 'xcode_settings': {
528 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ], 527 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ],
529 }, 528 },
530 }], 529 }],
531 ], 530 ],
532 }, 531 },
533 ], 532 ],
534 } 533 }
535 534
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/builtin_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698