From a0e48b0f8d0d036df2435693443a638fc987b7db Mon Sep 17 00:00:00 2001 From: "jingzhao@chromium.org" <jingzhao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 22 Nov 2011 07:53:01 +0000 Subject: Upstream: Gyp changes to build net_unittests for Android. BUG= TEST= Review URL: http://codereview.chromium.org/8610006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111114 0039d316-1c4b-4281-b951-d872f2087c98 --- build/android/system.gyp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 build/android/system.gyp (limited to 'build/android') diff --git a/build/android/system.gyp b/build/android/system.gyp new file mode 100644 index 0000000..dd1d521 --- /dev/null +++ b/build/android/system.gyp @@ -0,0 +1,24 @@ +# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'targets': [ + { + 'target_name': 'ssl', + 'type': 'none', + 'direct_dependent_settings': { + 'defines': [ + 'USE_OPENSSL', + ], + 'include_dirs': [ + '../../third_party/openssl/openssl/include', + '../../third_party/openssl/config/android', + ], + }, + 'dependencies': [ + '../../third_party/openssl/openssl.gyp:openssl', + ], + }, + ], +} -- cgit v1.1