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

Side by Side Diff: ipc/ipc.gyp

Issue 9834037: apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ifi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more line tweak Created 8 years, 9 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 Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 14 matching lines...) Expand all
25 ['include', '/win_[^/]*\\.cc$'], 25 ['include', '/win_[^/]*\\.cc$'],
26 ]}], 26 ]}],
27 ], 27 ],
28 }, 28 },
29 'includes': [ 29 'includes': [
30 'ipc.gypi', 30 'ipc.gypi',
31 ], 31 ],
32 'targets': [ 32 'targets': [
33 { 33 {
34 'target_name': 'ipc_tests', 34 'target_name': 'ipc_tests',
35 'type': 'executable', 35 'type': '<(gtest_target_type)',
36 'dependencies': [ 36 'dependencies': [
37 'ipc', 37 'ipc',
38 '../base/base.gyp:base', 38 '../base/base.gyp:base',
39 '../base/base.gyp:base_i18n', 39 '../base/base.gyp:base_i18n',
40 '../base/base.gyp:test_support_base', 40 '../base/base.gyp:test_support_base',
41 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 41 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
42 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
43 ], 43 ],
44 'include_dirs': [ 44 'include_dirs': [
45 '..' 45 '..'
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'ipc', 81 'ipc',
82 '../base/base.gyp:base', 82 '../base/base.gyp:base',
83 ], 83 ],
84 'sources': [ 84 'sources': [
85 'ipc_test_sink.cc', 85 'ipc_test_sink.cc',
86 'ipc_test_sink.h', 86 'ipc_test_sink.h',
87 ], 87 ],
88 }, 88 },
89 ], 89 ],
90 } 90 }
OLDNEW
« base/test/android/native_test_apk.xml ('K') | « build/install-build-deps-android.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698