diff options
author | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 15:36:53 +0000 |
---|---|---|
committer | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 15:36:53 +0000 |
commit | b472aee06a9d122e8ed38d1e88a0a92d9a6d84e8 (patch) | |
tree | e10012531c39956cf701b28741a7886ba3b178bf /ios/ios_tests.gyp | |
parent | 7b6e533d6fd37a43ec29d257fee5fa138dd942e1 (diff) | |
download | chromium_src-b472aee06a9d122e8ed38d1e88a0a92d9a6d84e8.zip chromium_src-b472aee06a9d122e8ed38d1e88a0a92d9a6d84e8.tar.gz chromium_src-b472aee06a9d122e8ed38d1e88a0a92d9a6d84e8.tar.bz2 |
Upstream PO2TS_IOS unit test.
BUG=NONE
Review URL: https://codereview.chromium.org/234573003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263249 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ios/ios_tests.gyp')
-rw-r--r-- | ios/ios_tests.gyp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ios/ios_tests.gyp b/ios/ios_tests.gyp new file mode 100644 index 0000000..563fe49 --- /dev/null +++ b/ios/ios_tests.gyp @@ -0,0 +1,24 @@ +# Copyright 2014 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. +{ + 'variables': { + 'chromium_code': 1, + }, + 'targets': [ + { + 'target_name': 'test_support_ios', + 'type': 'static_library', + 'sources': [ + 'public/test/fake_profile_oauth2_token_service_ios_provider.h', + 'public/test/fake_profile_oauth2_token_service_ios_provider.mm', + ], + 'dependencies': [ + '<(DEPTH)/testing/gtest.gyp:gtest', + ], + 'include_dirs': [ + '<(DEPTH)', + ], + }, + ], +} |