| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 4c24e47d4f4f96a82d8e419e82712e2a84f44ccd..3daa59a60f62be3a5a1d05664f5b9fa9cebf7942 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',
|
| @@ -357,6 +359,7 @@
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| + 'mojo_common_lib',
|
| 'mojo_environment_chromium',
|
| 'mojo_shell_bindings',
|
| ],
|
| @@ -457,6 +460,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',
|
|
|