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

Side by Side Diff: tools/gyp/configurations_make.gypi

Issue 21716004: dart:io | Add SecureSocket.importPrivateCertificates, that reads a PKCS#12 file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add more API functions, tests Created 7 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
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 'variables': { 6 'variables': {
7 'arm_cross_libc%': '/opt/codesourcery/arm-2009q1/arm-none-linux-gnueabi/libc ', 7 'arm_cross_libc%': '/opt/codesourcery/arm-2009q1/arm-none-linux-gnueabi/libc ',
8 'dart_debug_optimization_level%': '2', 8 # 'dart_debug_optimization_level%': '2',
9 'dart_debug_optimization_level%': '0',
9 }, 10 },
10 'target_defaults': { 11 'target_defaults': {
11 'configurations': { 12 'configurations': {
12 'Dart_Base': { 13 'Dart_Base': {
13 'abstract': 1, 14 'abstract': 1,
14 'cflags': [ 15 'cflags': [
15 '-Werror', 16 '-Werror',
16 '<@(common_gcc_warning_flags)', 17 '<@(common_gcc_warning_flags)',
17 '-Wnon-virtual-dtor', 18 '-Wnon-virtual-dtor',
18 '-Wvla', 19 '-Wvla',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '-fno-omit-frame-pointer', 89 '-fno-omit-frame-pointer',
89 ], 90 ],
90 }, 91 },
91 92
92 'Dart_Release': { 93 'Dart_Release': {
93 'cflags': [ '-O3', ], 94 'cflags': [ '-O3', ],
94 }, 95 },
95 }, 96 },
96 }, 97 },
97 } 98 }
OLDNEW
« runtime/bin/secure_socket.cc ('K') | « tests/standalone/io/private_certificate_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698