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

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

Issue 1208703002: Fix name of mojo test source file so it gets compiled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | no next file » | 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../../gin/gin.gyp:gin_test', 251 '../../gin/gin.gyp:gin_test',
252 'mojo_public.gyp:mojo_environment_standalone', 252 'mojo_public.gyp:mojo_environment_standalone',
253 'mojo_public.gyp:mojo_public_test_interfaces', 253 'mojo_public.gyp:mojo_public_test_interfaces',
254 'mojo_public.gyp:mojo_utility', 254 'mojo_public.gyp:mojo_utility',
255 'mojo_edk.gyp:mojo_js_lib', 255 'mojo_edk.gyp:mojo_js_lib',
256 'mojo_edk.gyp:mojo_run_all_unittests', 256 'mojo_edk.gyp:mojo_run_all_unittests',
257 'mojo_js_to_cpp_bindings', 257 'mojo_js_to_cpp_bindings',
258 ], 258 ],
259 'sources': [ 259 'sources': [
260 'src/mojo/edk/js/test/run_js_integration_tests.cc', 260 'src/mojo/edk/js/test/run_js_integration_tests.cc',
261 'src/mojo/edk/js/tests/js_to_cpp_tests', 261 'src/mojo/edk/js/tests/js_to_cpp_tests.cc',
262 ], 262 ],
263 }, 263 },
264 { 264 {
265 'target_name': 'mojo_js_to_cpp_bindings', 265 'target_name': 'mojo_js_to_cpp_bindings',
266 'type': 'none', 266 'type': 'none',
267 'variables': { 267 'variables': {
268 'mojom_files': [ 268 'mojom_files': [
269 'src/mojo/edk/js/tests/js_to_cpp.mojom', 269 'src/mojo/edk/js/tests/js_to_cpp.mojom',
270 ], 270 ],
271 }, 271 },
272 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 272 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
273 }, 273 },
274 ], 274 ],
275 } 275 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698