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

Side by Side Diff: mojo/mojo_public_tests.gypi

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dead files Created 6 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [
7 'mojo_srcs.gypi',
8 ],
6 'targets': [ 9 'targets': [
7 { 10 {
8 'target_name': 'mojo_test_support', 11 'target_name': 'mojo_test_support',
9 'type': 'shared_library', 12 'type': 'shared_library',
10 'defines': [ 13 'defines': [
11 'MOJO_TEST_SUPPORT_IMPLEMENTATION', 14 'MOJO_TEST_SUPPORT_IMPLEMENTATION',
12 ], 15 ],
13 'include_dirs': [ 16 'include_dirs': [
14 '..', 17 '..',
15 ], 18 ],
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'target_name': 'mojo_public_system_unittests', 117 'target_name': 'mojo_public_system_unittests',
115 'type': 'executable', 118 'type': 'executable',
116 'dependencies': [ 119 'dependencies': [
117 '../base/base.gyp:base', 120 '../base/base.gyp:base',
118 '../testing/gtest.gyp:gtest', 121 '../testing/gtest.gyp:gtest',
119 'mojo_cpp_bindings', 122 'mojo_cpp_bindings',
120 'mojo_public_test_utils', 123 'mojo_public_test_utils',
121 'mojo_run_all_unittests', 124 'mojo_run_all_unittests',
122 ], 125 ],
123 'sources': [ 126 'sources': [
124 'public/c/system/tests/core_unittest.cc', 127 '<@(mojo_public_system_unittest_sources)',
125 'public/c/system/tests/core_unittest_pure_c.c',
126 'public/c/system/tests/macros_unittest.cc',
127 'public/cpp/system/tests/core_unittest.cc',
128 'public/cpp/system/tests/macros_unittest.cc',
129 ], 128 ],
130 }, 129 },
131 { 130 {
132 'target_name': 'mojo_public_utility_unittests', 131 'target_name': 'mojo_public_utility_unittests',
133 'type': 'executable', 132 'type': 'executable',
134 'dependencies': [ 133 'dependencies': [
135 '../base/base.gyp:base', 134 '../base/base.gyp:base',
136 '../testing/gtest.gyp:gtest', 135 '../testing/gtest.gyp:gtest',
137 'mojo_cpp_bindings', 136 'mojo_cpp_bindings',
138 'mojo_public_test_utils', 137 'mojo_public_test_utils',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'mojo_js_bindings_lib', 197 'mojo_js_bindings_lib',
199 'mojo_public_test_interfaces', 198 'mojo_public_test_interfaces',
200 'mojo_run_all_unittests', 199 'mojo_run_all_unittests',
201 ], 200 ],
202 'sources': [ 201 'sources': [
203 'public/js/bindings/tests/run_js_tests.cc', 202 'public/js/bindings/tests/run_js_tests.cc',
204 ], 203 ],
205 }, 204 },
206 ], 205 ],
207 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698