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

Unified Diff: mojo/mojo.gyp

Issue 56553002: Say "noto" goto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move scoped_handle into new mojo_utility static library 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') | mojo/public/utility/scoped_handle.h » ('J')
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..763013e1294e0b7d7249d23a64a221fa8c181087 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -177,6 +177,7 @@
'../url/url.gyp:url_lib',
'mojo_shell_lib',
'mojo_system',
+ 'mojo_utility',
],
'sources': [
'shell/desktop/mojo_main.cc',
@@ -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') | mojo/public/utility/scoped_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698