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

Unified Diff: remoting/app_remoting_webapp_files.gypi

Issue 1133913002: [Chromoting] Move shared webapp JS files from crd/js -> base/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/remoting_webapp_files.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp_files.gypi
diff --git a/remoting/app_remoting_webapp_files.gypi b/remoting/app_remoting_webapp_files.gypi
index 003b2e15ff674a40846dcc9fac59bb8a52b1ffe8..be8b29ab5be1099b7c7a6ae38683a1ee8b300f95 100644
--- a/remoting/app_remoting_webapp_files.gypi
+++ b/remoting/app_remoting_webapp_files.gypi
@@ -27,13 +27,13 @@
'ar_feedback_consent_html_all_js_files': [
'webapp/app_remoting/js/feedback_consent.js',
'webapp/base/js/base.js',
- 'webapp/crd/js/error.js',
- 'webapp/crd/js/identity.js',
- 'webapp/crd/js/oauth2_api.js',
- 'webapp/crd/js/oauth2_api_impl.js',
- 'webapp/crd/js/plugin_settings.js',
- 'webapp/crd/js/l10n.js',
- 'webapp/crd/js/xhr.js',
+ 'webapp/base/js/error.js',
+ 'webapp/base/js/identity.js',
+ 'webapp/base/js/oauth2_api.js',
+ 'webapp/base/js/oauth2_api_impl.js',
+ 'webapp/base/js/plugin_settings.js',
+ 'webapp/base/js/l10n.js',
+ 'webapp/base/js/xhr.js',
],
# Variables for loading_window.html. Note that the JS files are the same as
@@ -70,16 +70,13 @@
'webapp/base/js/base.js',
'webapp/base/js/message_window_helper.js',
'webapp/base/js/message_window_manager.js',
- '<@(remoting_webapp_js_auth_client2host_files)',
- '<@(remoting_webapp_js_auth_google_files)',
- '<@(remoting_webapp_js_cast_extension_files)',
- '<@(remoting_webapp_js_client_files)',
- '<@(remoting_webapp_js_core_files)',
- '<@(remoting_webapp_js_gnubby_auth_files)',
- '<@(remoting_webapp_js_host_files)',
- '<@(remoting_webapp_js_logging_files)',
- '<@(remoting_webapp_js_signaling_files)',
- '<@(remoting_webapp_js_ui_files)',
+ '<@(remoting_webapp_shared_js_auth_google_files)',
+ '<@(remoting_webapp_shared_js_client_files)',
+ '<@(remoting_webapp_shared_js_core_files)',
+ '<@(remoting_webapp_shared_js_host_files)',
+ '<@(remoting_webapp_shared_js_logging_files)',
+ '<@(remoting_webapp_shared_js_signaling_files)',
+ '<@(remoting_webapp_shared_js_ui_files)',
],
'ar_background_js_files': [
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698