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

Unified Diff: remoting/remoting.gyp

Issue 9148083: Remove webapp_it2me target from remoting.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | « build/all.gyp ('k') | 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 ca21ae6beb7fa10d34a672473341f622e16764b2..67224078d5bd0c95e800edc4ab00a2c31c3ee86a 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -347,52 +347,6 @@
}, # end of target 'remoting_host_plugin'
{
- # This is a deprecated target that has been replaced with remoting_webapp.
- # It is kept here because there are some pieces that still depend on
- # this target.
- # TODO(sergeyu): Remove this target. http://crbug.com/109948
- 'target_name': 'webapp_it2me',
- 'type': 'none',
- 'dependencies': [
- 'remoting_host_plugin',
- ],
- 'sources': [
- 'webapp/build-webapp.py',
- '<@(remoting_webapp_files)',
- '<@(remoting_webapp_locale_files)',
- ],
- 'actions': [
- {
- 'action_name': 'Build Remoting WebApp',
- 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp',
- 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plugin.<(host_plugin_extension)',
- 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip',
- 'inputs': [
- 'webapp/build-webapp.py',
- '<(_plugin_path)',
- '<@(remoting_webapp_files)',
- '<@(remoting_webapp_locale_files)',
- ],
- 'outputs': [
- '<(_output_dir)',
- '<(_zip_path)',
- ],
- 'action': [
- 'python', 'webapp/build-webapp.py',
- '<(buildtype)',
- '<(host_plugin_mime_type)',
- '<(_output_dir)',
- '<(_zip_path)',
- '<(_plugin_path)',
- '<@(remoting_webapp_files)',
- '--locales',
- '<@(remoting_webapp_locale_files)',
- ],
- },
- ],
- }, # end of target 'webapp_it2me'
-
- {
'target_name': 'remoting_webapp',
'type': 'none',
'dependencies': [
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698