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

Unified Diff: remoting/remoting.gyp

Issue 14803010: Add link to Hangouts Remote Desktop in the It2Me section of the remoting app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | remoting/resources/remoting_strings.grd » ('j') | 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 31c6be8bce71945029f7f918c1a87325514193fd..90c042d4da27b5afb3fcdfd727dbcdf72d162b32 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -174,6 +174,7 @@
'webapp/wcs_sandbox.html',
],
'remoting_webapp_js_files': [
+ 'webapp/butter_bar.js',
'webapp/client_plugin.js',
'webapp/client_plugin_async.js',
'webapp/client_screen.js',
@@ -202,14 +203,13 @@
'webapp/oauth2.js',
'webapp/oauth2_callback.js',
'webapp/plugin_settings.js',
- 'webapp/xhr_proxy.js',
'webapp/remoting.js',
- 'webapp/session_connector.js',
'webapp/server_log_entry.js',
+ 'webapp/session_connector.js',
'webapp/stats_accumulator.js',
'webapp/storage.js',
- 'webapp/survey.js',
'webapp/third_party_host_permissions.js',
+ 'webapp/xhr_proxy.js',
'webapp/third_party_token_fetcher.js',
'webapp/toolbar.js',
'webapp/ui_mode.js',
@@ -2139,6 +2139,7 @@
'sources': [
'base/resources_unittest.cc',
'host/plugin/host_script_object.cc',
+ 'webapp/butter_bar.js',
'webapp/client_screen.js',
'webapp/error.js',
'webapp/host_list.js',
« no previous file with comments | « no previous file | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698