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

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

Issue 1430913005: Revert of 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',
39 '../../testing/gtest.gyp:gtest', 37 '../../testing/gtest.gyp:gtest',
40 'mojo_edk.gyp:mojo_run_all_unittests', 38 'mojo_edk.gyp:mojo_run_all_unittests',
41 'mojo_public.gyp:mojo_cpp_bindings', 39 'mojo_public.gyp:mojo_cpp_bindings',
40 'mojo_public.gyp:mojo_environment_standalone',
42 'mojo_public.gyp:mojo_public_bindings_test_utils', 41 'mojo_public.gyp:mojo_public_bindings_test_utils',
43 'mojo_public.gyp:mojo_public_test_interfaces', 42 'mojo_public.gyp:mojo_public_test_interfaces',
44 'mojo_public.gyp:mojo_public_test_utils', 43 'mojo_public.gyp:mojo_public_test_utils',
45 'mojo_public.gyp:mojo_utility', 44 'mojo_public.gyp:mojo_utility',
46 ], 45 ],
47 'sources': [ 46 'sources': [
48 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', 47 'src/mojo/public/cpp/bindings/tests/array_unittest.cc',
49 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', 48 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc',
50 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', 49 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc',
51 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', 50 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 '../../build/isolate.gypi', 349 '../../build/isolate.gypi',
351 ], 350 ],
352 'sources': [ 351 'sources': [
353 'mojo_public_utility_unittests.isolate', 352 'mojo_public_utility_unittests.isolate',
354 ], 353 ],
355 }, 354 },
356 ], 355 ],
357 }], 356 }],
358 ], 357 ],
359 } 358 }
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