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

Side by Side Diff: mojo/mojo.gyp

Issue 66103004: Mojo: Make sample_test.cc a gtest (and re-enable it). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/public/DEPS » ('j') | mojo/public/bindings/sample/sample_test.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'public/bindings/lib/message_queue.h', 334 'public/bindings/lib/message_queue.h',
335 ], 335 ],
336 }, 336 },
337 { 337 {
338 'target_name': 'mojo_bindings_test', 338 'target_name': 'mojo_bindings_test',
339 'type': 'executable', 339 'type': 'executable',
340 'include_dirs': [ 340 'include_dirs': [
341 '..' 341 '..'
342 ], 342 ],
343 'dependencies': [ 343 'dependencies': [
344 '../testing/gtest.gyp:gtest',
344 'mojo_bindings', 345 'mojo_bindings',
346 'mojo_run_all_unittests',
345 'mojo_system', 347 'mojo_system',
346 ], 348 ],
347 'sources': [ 349 'sources': [
348 'public/bindings/sample/generated/sample_service.cc', 350 'public/bindings/sample/generated/sample_service.cc',
349 'public/bindings/sample/generated/sample_service.h', 351 'public/bindings/sample/generated/sample_service.h',
350 'public/bindings/sample/generated/sample_service_internal.h', 352 'public/bindings/sample/generated/sample_service_internal.h',
351 'public/bindings/sample/sample_test.cc', 353 'public/bindings/sample/sample_test.cc',
352 ], 354 ],
353 }, 355 },
354 { 356 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 464 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
463 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 465 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
464 'native_lib_target': 'libmojo_shell', 466 'native_lib_target': 'libmojo_shell',
465 }, 467 },
466 'includes': [ '../build/java_apk.gypi' ], 468 'includes': [ '../build/java_apk.gypi' ],
467 } 469 }
468 ], 470 ],
469 }], 471 }],
470 ], 472 ],
471 } 473 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/DEPS » ('j') | mojo/public/bindings/sample/sample_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698