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

Side by Side Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1406073004: Change mojo_public_bindings_unittests to use chromium environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 'mojo_js_unittests', 27 'mojo_js_unittests',
28 'mojo_js_integration_tests', 28 'mojo_js_integration_tests',
29 ], 29 ],
30 }, 30 },
31 # TODO(vtl): Reorganize the mojo_public_*_unittests. 31 # TODO(vtl): Reorganize the mojo_public_*_unittests.
32 { 32 {
33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests 33 # GN version: //mojo/edk/test:mojo_public_bindings_unittests
34 'target_name': 'mojo_public_bindings_unittests', 34 'target_name': 'mojo_public_bindings_unittests',
35 'type': 'executable', 35 'type': 'executable',
36 'dependencies': [ 36 'dependencies': [
37 '../../mojo/mojo_base.gyp:mojo_environment_chromium',
38 '../../mojo/mojo_base.gyp:mojo_message_pump_lib',
37 '../../testing/gtest.gyp:gtest', 39 '../../testing/gtest.gyp:gtest',
38 'mojo_edk.gyp:mojo_run_all_unittests', 40 'mojo_edk.gyp:mojo_run_all_unittests',
39 'mojo_public.gyp:mojo_cpp_bindings', 41 'mojo_public.gyp:mojo_cpp_bindings',
40 'mojo_public.gyp:mojo_environment_standalone',
41 'mojo_public.gyp:mojo_public_bindings_test_utils', 42 'mojo_public.gyp:mojo_public_bindings_test_utils',
42 'mojo_public.gyp:mojo_public_test_interfaces', 43 'mojo_public.gyp:mojo_public_test_interfaces',
43 'mojo_public.gyp:mojo_public_test_utils', 44 'mojo_public.gyp:mojo_public_test_utils',
44 'mojo_public.gyp:mojo_utility', 45 'mojo_public.gyp:mojo_utility',
45 ], 46 ],
46 'sources': [ 47 'sources': [
47 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', 48 'src/mojo/public/cpp/bindings/tests/array_unittest.cc',
48 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', 49 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc',
49 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', 50 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc',
50 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', 51 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 '../../build/isolate.gypi', 350 '../../build/isolate.gypi',
350 ], 351 ],
351 'sources': [ 352 'sources': [
352 'mojo_public_utility_unittests.isolate', 353 'mojo_public_utility_unittests.isolate',
353 ], 354 ],
354 }, 355 },
355 ], 356 ],
356 }], 357 }],
357 ], 358 ],
358 } 359 }
OLDNEW
« no previous file with comments | « no previous file | third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698