| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 4c24e47d4f4f96a82d8e419e82712e2a84f44ccd..62629735ecffd999a7c7528bfcf3343050320d83 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -257,6 +257,8 @@
|
| 'sources': [
|
| 'common/common_type_converters.cc',
|
| 'common/common_type_converters.h',
|
| + 'common/environment_data.cc',
|
| + 'common/environment_data.h',
|
| 'common/handle_watcher.cc',
|
| 'common/handle_watcher.h',
|
| 'common/message_pump_mojo.cc',
|
| @@ -457,6 +459,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../url/url.gyp:url_lib',
|
| 'mojo_bindings',
|
| + 'mojo_common_lib',
|
| 'mojo_environment_chromium',
|
| 'mojo_run_all_unittests',
|
| 'mojo_service_manager',
|
|
|