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

Side by Side Diff: build/android/system.gyp

Issue 8429034: Upstream: Build net_unittests for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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
(Empty)
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
John Grabowski 2011/11/01 23:09:34 Comment on the origin of this file (e.g. likely bu
mmenke 2011/11/01 23:15:22 Random drive by nit: Update copyright year. One
Jing Zhao 2011/11/02 16:22:55 Done.
Jing Zhao 2011/11/02 16:22:55 It's newly written, because we use openssl while L
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'ssl',
9 'type': 'none',
10 'direct_dependent_settings': {
11 'defines': [
12 'USE_OPENSSL',
13 ],
14 'include_dirs': [
15 '../../third_party/openssl/openssl/include',
16 '../../third_party/openssl/config/android',
17 ],
18 },
19 'dependencies': [
20 '../../third_party/openssl/openssl.gyp:openssl',
21 ],
22 },
23 ],
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698