OLD | NEW |
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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 331 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
332 'mojo_system_impl', | 332 'mojo_system_impl', |
333 ], | 333 ], |
334 'sources': [ | 334 'sources': [ |
335 'common/channel_init.cc', | 335 'common/channel_init.cc', |
336 'common/channel_init.h', | 336 'common/channel_init.h', |
337 'common/common_type_converters.cc', | 337 'common/common_type_converters.cc', |
338 'common/common_type_converters.h', | 338 'common/common_type_converters.h', |
339 'common/data_pipe_utils.cc', | 339 'common/data_pipe_utils.cc', |
340 'common/data_pipe_utils.h', | 340 'common/data_pipe_utils.h', |
341 'common/environment_data.cc', | |
342 'common/environment_data.h', | |
343 'common/handle_watcher.cc', | 341 'common/handle_watcher.cc', |
344 'common/handle_watcher.h', | 342 'common/handle_watcher.h', |
345 'common/message_pump_mojo.cc', | 343 'common/message_pump_mojo.cc', |
346 'common/message_pump_mojo.h', | 344 'common/message_pump_mojo.h', |
347 'common/message_pump_mojo_handler.h', | 345 'common/message_pump_mojo_handler.h', |
348 'common/time_helper.cc', | 346 'common/time_helper.cc', |
349 'common/time_helper.h', | 347 'common/time_helper.h', |
350 ], | 348 ], |
351 }, | 349 }, |
352 { | 350 { |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 }, | 751 }, |
754 { | 752 { |
755 'target_name': 'libmojo_java_unittest', | 753 'target_name': 'libmojo_java_unittest', |
756 'type': 'shared_library', | 754 'type': 'shared_library', |
757 'dependencies': [ | 755 'dependencies': [ |
758 '../base/base.gyp:base', | 756 '../base/base.gyp:base', |
759 '../base/base.gyp:test_support_base', | 757 '../base/base.gyp:test_support_base', |
760 'libmojo_system_java', | 758 'libmojo_system_java', |
761 'mojo_jni_headers', | 759 'mojo_jni_headers', |
762 ], | 760 ], |
| 761 'defines': [ |
| 762 'UNIT_TEST' # As exported from testing/gtest.gyp:gtest. |
| 763 ], |
763 'sources': [ | 764 'sources': [ |
764 'android/javatests/mojo_test_case.cc', | 765 'android/javatests/mojo_test_case.cc', |
765 'android/javatests/mojo_test_case.h', | 766 'android/javatests/mojo_test_case.h', |
766 'android/javatests/init_library.cc', | 767 'android/javatests/init_library.cc', |
767 ], | 768 ], |
768 }, | 769 }, |
769 { | 770 { |
770 'target_name': 'mojo_test_apk', | 771 'target_name': 'mojo_test_apk', |
771 'type': 'none', | 772 'type': 'none', |
772 'dependencies': [ | 773 'dependencies': [ |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 'views/native_widget_view_manager.cc', | 940 'views/native_widget_view_manager.cc', |
940 'views/native_widget_view_manager.h', | 941 'views/native_widget_view_manager.h', |
941 'views/views_init.cc', | 942 'views/views_init.cc', |
942 'views/views_init.h', | 943 'views/views_init.h', |
943 ], | 944 ], |
944 }, | 945 }, |
945 ], | 946 ], |
946 }], | 947 }], |
947 ], | 948 ], |
948 } | 949 } |
OLD | NEW |