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 # `7MM"""Mq. `7MM | 5 # `7MM"""Mq. `7MM |
| 6 # MM `MM. MM | 6 # MM `MM. MM |
| 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya | 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya |
| 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb | 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
| 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" | 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , | 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 365 "crd/js/activation_handler.js", | 365 "crd/js/activation_handler.js", |
| 366 "crd/js/app_launcher.js", | 366 "crd/js/app_launcher.js", |
| 367 "crd/js/background.js", | 367 "crd/js/background.js", |
| 368 ] | 368 ] |
| 369 | 369 |
| 370 # All the JavaScript files required by background.html. | 370 # All the JavaScript files required by background.html. |
| 371 remoting_webapp_background_html_all_js_files = | 371 remoting_webapp_background_html_all_js_files = |
| 372 remoting_webapp_background_html_js_files | 372 remoting_webapp_background_html_js_files |
| 373 remoting_webapp_background_html_all_js_files += [ | 373 remoting_webapp_background_html_all_js_files += [ |
| 374 "base/js/base.js", | 374 "base/js/base.js", |
| 375 "base/js/client_session.js", | |
|
garykac
2015/05/18 17:08:54
No longer needed thanks for refactoring.
Removing
kelvinp
2015/05/18 17:30:38
Yay :)
| |
| 376 "base/js/error.js", | 375 "base/js/error.js", |
| 377 "base/js/identity.js", | 376 "base/js/identity.js", |
| 378 "base/js/ipc.js", | 377 "base/js/ipc.js", |
| 379 "base/js/l10n.js", | 378 "base/js/l10n.js", |
| 380 "base/js/oauth2.js", | 379 "base/js/oauth2.js", |
| 381 "base/js/oauth2_api.js", | 380 "base/js/oauth2_api.js", |
| 382 "base/js/oauth2_api_impl.js", | 381 "base/js/oauth2_api_impl.js", |
| 383 "base/js/plugin_settings.js", | 382 "base/js/plugin_settings.js", |
| 384 "base/js/typecheck.js", | 383 "base/js/typecheck.js", |
| 385 "base/js/xhr.js", | 384 "base/js/xhr.js", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 601 | 600 |
| 602 # Files that contain localizable strings. | 601 # Files that contain localizable strings. |
| 603 app_remoting_webapp_localizable_files = | 602 app_remoting_webapp_localizable_files = |
| 604 [ | 603 [ |
| 605 ar_main_template, | 604 ar_main_template, |
| 606 ar_feedback_consent_template, | 605 ar_feedback_consent_template, |
| 607 ar_loading_window_template, | 606 ar_loading_window_template, |
| 608 remoting_webapp_template_message_window, | 607 remoting_webapp_template_message_window, |
| 609 remoting_webapp_template_wcs_sandbox, | 608 remoting_webapp_template_wcs_sandbox, |
| 610 ] + ar_main_template_files + ar_all_js_files | 609 ] + ar_main_template_files + ar_all_js_files |
| OLD | NEW |