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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1800843003: Mojo C++ bindings: fix the for_blink_tests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | 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 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'public/cpp/bindings/tests/validation_unittest.cc', 100 'public/cpp/bindings/tests/validation_unittest.cc',
101 ], 101 ],
102 }, 102 },
103 { 103 {
104 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests 104 # GN version: //mojo/public/cpp/bindings/tests:for_blink_tests
105 'target_name': 'mojo_public_bindings_for_blink_tests', 105 'target_name': 'mojo_public_bindings_for_blink_tests',
106 'type': 'static_library', 106 'type': 'static_library',
107 'dependencies': [ 107 'dependencies': [
108 '../testing/gtest.gyp:gtest', 108 '../testing/gtest.gyp:gtest',
109 'mojo_public.gyp:mojo_cpp_bindings', 109 'mojo_public.gyp:mojo_cpp_bindings',
110 'mojo_public.gyp:mojo_public_test_utils',
111 'mojo_public.gyp:mojo_public_test_wtf_types', 110 'mojo_public.gyp:mojo_public_test_wtf_types',
112 'mojo_public.gyp:mojo_public_test_wtf_types_blink', 111 'mojo_public.gyp:mojo_public_test_wtf_types_blink',
113 ], 112 ],
114 'sources': [ 113 'sources': [
115 'public/cpp/bindings/tests/wtf_types_unittest.cc', 114 'public/cpp/bindings/tests/wtf_types_unittest.cc',
116 ], 115 ],
117 }, 116 },
118 { 117 {
119 # GN version: //mojo/edk/test:mojo_public_bindings_perftests 118 # GN version: //mojo/edk/test:mojo_public_bindings_perftests
120 'target_name': 'mojo_public_bindings_perftests', 119 'target_name': 'mojo_public_bindings_perftests',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 '../build/isolate.gypi', 294 '../build/isolate.gypi',
296 ], 295 ],
297 'sources': [ 296 'sources': [
298 'mojo_public_system_unittests.isolate', 297 'mojo_public_system_unittests.isolate',
299 ], 298 ],
300 }, 299 },
301 ], 300 ],
302 }], 301 }],
303 ], 302 ],
304 } 303 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698