Chromium Code Reviews| OLD | NEW |
|---|---|
| 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', | |
|
garykac
2015/03/03 00:44:10
New file?
Jamie
2015/03/03 00:47:11
Oh, if you insist...
| |
| 9 'webapp/app_remoting/html/feedback_consent.css', | 10 'webapp/app_remoting/html/feedback_consent.css', |
| 10 'webapp/app_remoting/html/feedback_consent.html', | 11 'webapp/app_remoting/html/feedback_consent.html', |
| 11 'webapp/app_remoting/html/context_menu.css', | 12 'webapp/app_remoting/html/context_menu.css', |
| 12 'resources/drag.webp', | 13 'resources/drag.webp', |
| 13 '<@(remoting_webapp_resource_files)', | 14 '<@(remoting_webapp_resource_files)', |
| 14 ], | 15 ], |
| 15 | 16 |
| 16 # Variables for main.html. | 17 # Variables for main.html. |
| 17 # These template files are used to construct the webapp html files. | 18 # These template files are used to construct the webapp html files. |
| 18 'ar_main_template': | 19 'ar_main_template': |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 # Files that contain localizable strings. | 74 # Files that contain localizable strings. |
| 74 'app_remoting_webapp_localizable_files': [ | 75 'app_remoting_webapp_localizable_files': [ |
| 75 '<(ar_main_template)', | 76 '<(ar_main_template)', |
| 76 '<@(ar_main_template_files)', | 77 '<@(ar_main_template_files)', |
| 77 'webapp/app_remoting/html/feedback_consent.html', | 78 'webapp/app_remoting/html/feedback_consent.html', |
| 78 '<@(ar_all_js_files)', | 79 '<@(ar_all_js_files)', |
| 79 ], | 80 ], |
| 80 | 81 |
| 81 }, # end of variables | 82 }, # end of variables |
| 82 } | 83 } |
| OLD | NEW |