Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: mojo/mojo.gyp

Issue 56553002: Say "noto" goto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: eru? Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/public/utility/scoped_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | mojo/public/utility/scoped_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698