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

Side by Side Diff: remoting/app_remoting_webapp_files.gypi

Issue 1163023002: [AppRemoting] Implements LicenseManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'ar_shared_resource_files': [ 7 'ar_shared_resource_files': [
8 'webapp/app_remoting/html/ar_dialog.css', 8 'webapp/app_remoting/html/ar_dialog.css',
9 'webapp/app_remoting/html/ar_main.css', 9 'webapp/app_remoting/html/ar_main.css',
10 'webapp/app_remoting/html/feedback_consent.css', 10 'webapp/app_remoting/html/feedback_consent.css',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'webapp/app_remoting/js/application_context_menu.js', 55 'webapp/app_remoting/js/application_context_menu.js',
56 'webapp/app_remoting/js/app_connected_view.js', 56 'webapp/app_remoting/js/app_connected_view.js',
57 'webapp/app_remoting/js/app_remoting.js', 57 'webapp/app_remoting/js/app_remoting.js',
58 'webapp/app_remoting/js/app_remoting_activity.js', 58 'webapp/app_remoting/js/app_remoting_activity.js',
59 'webapp/app_remoting/js/ar_auth_dialog.js', 59 'webapp/app_remoting/js/ar_auth_dialog.js',
60 'webapp/app_remoting/js/ar_main.js', 60 'webapp/app_remoting/js/ar_main.js',
61 'webapp/app_remoting/js/context_menu_adapter.js', 61 'webapp/app_remoting/js/context_menu_adapter.js',
62 'webapp/app_remoting/js/context_menu_chrome.js', 62 'webapp/app_remoting/js/context_menu_chrome.js',
63 'webapp/app_remoting/js/context_menu_dom.js', 63 'webapp/app_remoting/js/context_menu_dom.js',
64 'webapp/app_remoting/js/drag_and_drop.js', 64 'webapp/app_remoting/js/drag_and_drop.js',
65 'webapp/app_remoting/js/gaia_license_manager.js',
65 'webapp/app_remoting/js/idle_detector.js', 66 'webapp/app_remoting/js/idle_detector.js',
66 'webapp/app_remoting/js/keyboard_layouts_menu.js', 67 'webapp/app_remoting/js/keyboard_layouts_menu.js',
68 'webapp/app_remoting/js/license_manager.js',
67 'webapp/app_remoting/js/loading_window.js', 69 'webapp/app_remoting/js/loading_window.js',
68 'webapp/app_remoting/js/submenu_manager.js', 70 'webapp/app_remoting/js/submenu_manager.js',
69 'webapp/app_remoting/js/window_activation_menu.js', 71 'webapp/app_remoting/js/window_activation_menu.js',
70 'webapp/base/js/application.js', 72 'webapp/base/js/application.js',
71 'webapp/base/js/base.js', 73 'webapp/base/js/base.js',
72 'webapp/base/js/message_window_helper.js', 74 'webapp/base/js/message_window_helper.js',
73 'webapp/base/js/message_window_manager.js', 75 'webapp/base/js/message_window_manager.js',
74 '<@(remoting_webapp_shared_js_auth_google_files)', 76 '<@(remoting_webapp_shared_js_auth_google_files)',
75 '<@(remoting_webapp_shared_js_client_files)', 77 '<@(remoting_webapp_shared_js_client_files)',
76 '<@(remoting_webapp_shared_js_core_files)', 78 '<@(remoting_webapp_shared_js_core_files)',
(...skipping 23 matching lines...) Expand all
100 '<@(ar_main_template_files)', 102 '<@(ar_main_template_files)',
101 '<(ar_feedback_consent_template)', 103 '<(ar_feedback_consent_template)',
102 '<(ar_loading_window_template)', 104 '<(ar_loading_window_template)',
103 '<(remoting_webapp_template_message_window)', 105 '<(remoting_webapp_template_message_window)',
104 '<(remoting_webapp_template_wcs_sandbox)', 106 '<(remoting_webapp_template_wcs_sandbox)',
105 '<@(ar_all_js_files)', 107 '<@(ar_all_js_files)',
106 ], 108 ],
107 109
108 }, # end of variables 110 }, # end of variables
109 } 111 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_remoting.js » ('j') | remoting/webapp/app_remoting/js/app_remoting.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698