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

Side by Side Diff: mojo/mojo.gyp

Issue 294123008: Mojo: Reimplement unicode.js in JavaScript, remove native implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « mojo/bindings/js/unicode.cc ('k') | mojo/public/js/bindings/constants.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 '../gin/gin.gyp:gin', 636 '../gin/gin.gyp:gin',
637 'mojo_common_lib', 637 'mojo_common_lib',
638 ], 638 ],
639 'sources': [ 639 'sources': [
640 'bindings/js/core.cc', 640 'bindings/js/core.cc',
641 'bindings/js/core.h', 641 'bindings/js/core.h',
642 'bindings/js/handle.cc', 642 'bindings/js/handle.cc',
643 'bindings/js/handle.h', 643 'bindings/js/handle.h',
644 'bindings/js/support.cc', 644 'bindings/js/support.cc',
645 'bindings/js/support.h', 645 'bindings/js/support.h',
646 'bindings/js/unicode.cc',
647 'bindings/js/unicode.h',
648 'bindings/js/waiting_callback.cc', 646 'bindings/js/waiting_callback.cc',
649 'bindings/js/waiting_callback.h', 647 'bindings/js/waiting_callback.h',
650 ], 648 ],
651 }, 649 },
652 { 650 {
653 'target_name': 'mojo_js_unittests', 651 'target_name': 'mojo_js_unittests',
654 'type': 'executable', 652 'type': 'executable',
655 'dependencies': [ 653 'dependencies': [
656 '../gin/gin.gyp:gin_test', 654 '../gin/gin.gyp:gin_test',
657 'mojo_common_test_support', 655 'mojo_common_test_support',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 'aura/screen_mojo.cc', 903 'aura/screen_mojo.cc',
906 'aura/screen_mojo.h', 904 'aura/screen_mojo.h',
907 'aura/window_tree_host_mojo.cc', 905 'aura/window_tree_host_mojo.cc',
908 'aura/window_tree_host_mojo.h', 906 'aura/window_tree_host_mojo.h',
909 ], 907 ],
910 }, 908 },
911 ], 909 ],
912 }], 910 }],
913 ], 911 ],
914 } 912 }
OLDNEW
« no previous file with comments | « mojo/bindings/js/unicode.cc ('k') | mojo/public/js/bindings/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698