| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 33d8628925002c12b2954fd450cdaa792244f816..8885cc6310a16754619d521b1ec68ab6626e0e88 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -338,8 +338,6 @@
|
| 'common/common_type_converters.h',
|
| 'common/data_pipe_utils.cc',
|
| 'common/data_pipe_utils.h',
|
| - 'common/environment_data.cc',
|
| - 'common/environment_data.h',
|
| 'common/handle_watcher.cc',
|
| 'common/handle_watcher.h',
|
| 'common/message_pump_mojo.cc',
|
| @@ -760,6 +758,9 @@
|
| 'libmojo_system_java',
|
| 'mojo_jni_headers',
|
| ],
|
| + 'defines': [
|
| + 'UNIT_TEST' # As exported from testing/gtest.gyp:gtest.
|
| + ],
|
| 'sources': [
|
| 'android/javatests/mojo_test_case.cc',
|
| 'android/javatests/mojo_test_case.h',
|
|
|