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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1722543003: Mojo bindings environment: remove usage in mojo/edk/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « mojo/mojo_edk.gyp ('k') | mojo/mojo_public.gyp » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 30 matching lines...) Expand all
41 'edk/system/ports/ports_unittest.cc', 41 'edk/system/ports/ports_unittest.cc',
42 ], 42 ],
43 }, 43 },
44 { 44 {
45 # GN version: //mojo/edk/test:mojo_public_bindings_unittests 45 # GN version: //mojo/edk/test:mojo_public_bindings_unittests
46 'target_name': 'mojo_public_bindings_unittests', 46 'target_name': 'mojo_public_bindings_unittests',
47 'type': 'executable', 47 'type': 'executable',
48 'dependencies': [ 48 'dependencies': [
49 '../testing/gtest.gyp:gtest', 49 '../testing/gtest.gyp:gtest',
50 'mojo_base.gyp:mojo_environment_chromium', 50 'mojo_base.gyp:mojo_environment_chromium',
51 'mojo_base.gyp:mojo_message_pump_lib',
52 'mojo_edk.gyp:mojo_run_all_unittests', 51 'mojo_edk.gyp:mojo_run_all_unittests',
53 'mojo_public.gyp:mojo_cpp_bindings', 52 'mojo_public.gyp:mojo_cpp_bindings',
53 'mojo_public.gyp:mojo_message_pump_lib',
54 'mojo_public.gyp:mojo_public_bindings_test_utils', 54 'mojo_public.gyp:mojo_public_bindings_test_utils',
55 'mojo_public.gyp:mojo_public_test_associated_interfaces', 55 'mojo_public.gyp:mojo_public_test_associated_interfaces',
56 'mojo_public.gyp:mojo_public_test_interfaces', 56 'mojo_public.gyp:mojo_public_test_interfaces',
57 'mojo_public.gyp:mojo_public_test_interfaces_blink', 57 'mojo_public.gyp:mojo_public_test_interfaces_blink',
58 'mojo_public.gyp:mojo_public_test_interfaces_chromium', 58 'mojo_public.gyp:mojo_public_test_interfaces_chromium',
59 'mojo_public.gyp:mojo_public_test_utils', 59 'mojo_public.gyp:mojo_public_test_utils',
60 'mojo_public.gyp:mojo_utility', 60 'mojo_public.gyp:mojo_utility',
61 ], 61 ],
62 'sources': [ 62 'sources': [
63 'public/cpp/bindings/tests/array_unittest.cc', 63 'public/cpp/bindings/tests/array_unittest.cc',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '../build/isolate.gypi', 353 '../build/isolate.gypi',
354 ], 354 ],
355 'sources': [ 355 'sources': [
356 'mojo_public_utility_unittests.isolate', 356 'mojo_public_utility_unittests.isolate',
357 ], 357 ],
358 }, 358 },
359 ], 359 ],
360 }], 360 }],
361 ], 361 ],
362 } 362 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698