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

Side by Side Diff: mojo/mojo.gyp

Issue 67173007: Add more unit tests for JS bindings to Core (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/bindings/js/core.cc » ('j') | mojo/public/bindings/js/core.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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 }, 380 },
381 { 381 {
382 'target_name': 'mojo_js_bindings_unittests', 382 'target_name': 'mojo_js_bindings_unittests',
383 'type': 'executable', 383 'type': 'executable',
384 'dependencies': [ 384 'dependencies': [
385 '../base/base.gyp:run_all_unittests', 385 '../base/base.gyp:run_all_unittests',
386 '../gin/gin.gyp:gin_test', 386 '../gin/gin.gyp:gin_test',
387 'mojo_js_bindings', 387 'mojo_js_bindings',
388 ], 388 ],
389 'sources': [ 389 'sources': [
390 '../gin/test/run_all_unittests.cc', 390 'public/bindings/js/test/run_all_unittests.cc',
391 'public/bindings/js/test/harness.cc', 391 'public/bindings/js/test/harness.cc',
392 ], 392 ],
393 }, 393 },
394 { 394 {
395 'target_name': 'native_viewport', 395 'target_name': 'native_viewport',
396 'type': 'static_library', 396 'type': 'static_library',
397 'dependencies': [ 397 'dependencies': [
398 '../base/base.gyp:base', 398 '../base/base.gyp:base',
399 '../gpu/gpu.gyp:command_buffer_service', 399 '../gpu/gpu.gyp:command_buffer_service',
400 '../gpu/gpu.gyp:gles2_implementation', 400 '../gpu/gpu.gyp:gles2_implementation',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 502 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
503 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 503 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
504 'native_lib_target': 'libmojo_shell', 504 'native_lib_target': 'libmojo_shell',
505 }, 505 },
506 'includes': [ '../build/java_apk.gypi' ], 506 'includes': [ '../build/java_apk.gypi' ],
507 } 507 }
508 ], 508 ],
509 }], 509 }],
510 ], 510 ],
511 } 511 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/bindings/js/core.cc » ('j') | mojo/public/bindings/js/core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698