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

Side by Side Diff: mojo/mojo.gyp

Issue 69843003: Implement Mojo message codec in JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments 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 | « gin/test/gtest.cc ('k') | mojo/public/bindings/js/codec.js » ('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 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'dependencies': [ 429 'dependencies': [
430 '../gin/gin.gyp:gin', 430 '../gin/gin.gyp:gin',
431 'mojo_system', 431 'mojo_system',
432 ], 432 ],
433 'export_dependent_settings': [ 433 'export_dependent_settings': [
434 '../gin/gin.gyp:gin', 434 '../gin/gin.gyp:gin',
435 ], 435 ],
436 'sources': [ 436 'sources': [
437 'public/bindings/js/core.cc', 437 'public/bindings/js/core.cc',
438 'public/bindings/js/core.h', 438 'public/bindings/js/core.h',
439 'public/bindings/js/global.cc',
440 'public/bindings/js/global.h',
441 'public/bindings/js/handle.cc', 439 'public/bindings/js/handle.cc',
442 'public/bindings/js/handle.h', 440 'public/bindings/js/handle.h',
443 'public/bindings/js/runner_delegate.cc',
444 'public/bindings/js/runner_delegate.h',
445 ], 441 ],
446 }, 442 },
447 { 443 {
448 'target_name': 'mojo_js_bindings_unittests', 444 'target_name': 'mojo_js_bindings_unittests',
449 'type': 'executable', 445 'type': 'executable',
450 'dependencies': [ 446 'dependencies': [
451 '../base/base.gyp:run_all_unittests', 447 '../base/base.gyp:run_all_unittests',
452 '../gin/gin.gyp:gin_test', 448 '../gin/gin.gyp:gin_test',
453 'mojo_js_bindings', 449 'mojo_js_bindings',
454 ], 450 ],
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 565 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
570 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 566 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
571 'native_lib_target': 'libmojo_shell', 567 'native_lib_target': 'libmojo_shell',
572 }, 568 },
573 'includes': [ '../build/java_apk.gypi' ], 569 'includes': [ '../build/java_apk.gypi' ],
574 } 570 }
575 ], 571 ],
576 }], 572 }],
577 ], 573 ],
578 } 574 }
OLDNEW
« no previous file with comments | « gin/test/gtest.cc ('k') | mojo/public/bindings/js/codec.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698