| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index b3acf62c570b7c16113b497fea5c1ec69db3515d..d0cb4771039a702da9d9b3841f6413fe4950c5db 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -138,6 +138,7 @@
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| 'mojo_system',
|
| + 'mojo_utility',
|
| 'native_viewport',
|
| ],
|
| 'sources': [
|
| @@ -191,6 +192,17 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'mojo_utility',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + 'mojo_system'
|
| + ],
|
| + 'sources': [
|
| + 'public/utility/scoped_handle.cc',
|
| + 'public/utility/scoped_handle.h',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'sample_app',
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
|
|