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

Side by Side Diff: mojo/mojo.gyp

Issue 288993002: Add AsyncWaiter implementation to java API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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
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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'sources': [ 718 'sources': [
719 'android/system/core_impl.cc', 719 'android/system/core_impl.cc',
720 'android/system/core_impl.h', 720 'android/system/core_impl.h',
721 ], 721 ],
722 }, 722 },
723 { 723 {
724 'target_name': 'libmojo_java_unittest', 724 'target_name': 'libmojo_java_unittest',
725 'type': 'shared_library', 725 'type': 'shared_library',
726 'dependencies': [ 726 'dependencies': [
727 '../base/base.gyp:base', 727 '../base/base.gyp:base',
728 '../base/base.gyp:test_support_base',
728 'libmojo_system_java', 729 'libmojo_system_java',
729 'mojo_jni_headers', 730 'mojo_jni_headers',
730 ], 731 ],
731 'sources': [ 732 'sources': [
732 'android/javatests/core_test.cc', 733 'android/javatests/core_test.cc',
733 'android/javatests/core_test.h', 734 'android/javatests/core_test.h',
734 'android/javatests/init_library.cc', 735 'android/javatests/init_library.cc',
735 ], 736 ],
736 }, 737 },
737 { 738 {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'aura/screen_mojo.cc', 882 'aura/screen_mojo.cc',
882 'aura/screen_mojo.h', 883 'aura/screen_mojo.h',
883 'aura/window_tree_host_mojo.cc', 884 'aura/window_tree_host_mojo.cc',
884 'aura/window_tree_host_mojo.h', 885 'aura/window_tree_host_mojo.h',
885 ], 886 ],
886 }, 887 },
887 ], 888 ],
888 }], 889 }],
889 ], 890 ],
890 } 891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698