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

Unified Diff: remoting/remoting.gyp

Issue 7044066: Rename Chromoting webapp to It2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 5f89ca6d0f21c167390c38c1e5e38aa90ca60766..e75f6ae6556ebe0465efa2be43dd9095939db1d9 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -204,7 +204,7 @@
],
}, # end of target 'remoting_host_plugin'
{
- 'target_name': 'webapp_me2mom',
+ 'target_name': 'webapp_it2me',
'type': 'none',
'dependencies': [
'remoting_host_plugin',
@@ -223,13 +223,13 @@
# when the actual project is generated.
'actions': [
{
- 'action_name': 'Build Me2Mom WebApp',
+ 'action_name': 'Build It2Me WebApp',
'inputs': [
'webapp/me2mom/',
'<(PRODUCT_DIR)/<(plugin_prefix)remoting_host_plugin.<(plugin_extension)',
],
'outputs': [
- '<(PRODUCT_DIR)/remoting/remoting-me2mom.webapp',
+ '<(PRODUCT_DIR)/remoting/remoting-it2me.webapp',
],
'action': [
'python', 'webapp/build-webapp.py',
@@ -239,7 +239,7 @@
],
},
],
- }, # end of target 'webapp_me2mom'
+ }, # end of target 'webapp_it2me'
{
'target_name': 'remoting_base',
'type': 'static_library',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698