| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // This file exists to aggregate all of the javascript used by the | 5 // This file exists to aggregate all of the javascript used by the |
| 6 // settings page into a single file which will be flattened and served | 6 // settings page into a single file which will be flattened and served |
| 7 // as a single resource. | 7 // as a single resource. |
| 8 <include src="preferences.js"> | 8 <include src="preferences.js"> |
| 9 <include src="controlled_setting.js"> | 9 <include src="controlled_setting.js"> |
| 10 <include src="deletable_item_list.js"> | 10 <include src="deletable_item_list.js"> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <include src="certificate_import_error_overlay.js"> | 62 <include src="certificate_import_error_overlay.js"> |
| 63 var CertificateManager = options.CertificateManager; | 63 var CertificateManager = options.CertificateManager; |
| 64 var CertificateRestoreOverlay = options.CertificateRestoreOverlay; | 64 var CertificateRestoreOverlay = options.CertificateRestoreOverlay; |
| 65 var CertificateBackupOverlay = options.CertificateBackupOverlay; | 65 var CertificateBackupOverlay = options.CertificateBackupOverlay; |
| 66 var CertificateEditCaTrustOverlay = options.CertificateEditCaTrustOverlay; | 66 var CertificateEditCaTrustOverlay = options.CertificateEditCaTrustOverlay; |
| 67 var CertificateImportErrorOverlay = options.CertificateImportErrorOverlay; | 67 var CertificateImportErrorOverlay = options.CertificateImportErrorOverlay; |
| 68 </if> | 68 </if> |
| 69 <include src="alert_overlay.js"> | 69 <include src="alert_overlay.js"> |
| 70 <include src="autofill_edit_address_overlay.js"> | 70 <include src="autofill_edit_address_overlay.js"> |
| 71 <include src="autofill_edit_creditcard_overlay.js"> | 71 <include src="autofill_edit_creditcard_overlay.js"> |
| 72 <include src="autofill_options.js"> |
| 72 <include src="autofill_options_list.js"> | 73 <include src="autofill_options_list.js"> |
| 73 <include src="autofill_options.js"> | |
| 74 <include src="automatic_settings_reset_banner.js"> | 74 <include src="automatic_settings_reset_banner.js"> |
| 75 <include src="browser_options.js"> | 75 <include src="browser_options.js"> |
| 76 <include src="browser_options_profile_list.js"> | 76 <include src="browser_options_profile_list.js"> |
| 77 <include src="browser_options_startup_page_list.js"> | 77 <include src="browser_options_startup_page_list.js"> |
| 78 <include src="clear_browser_data_overlay.js"> | 78 <include src="clear_browser_data_overlay.js"> |
| 79 <include src="confirm_dialog.js"> | 79 <include src="confirm_dialog.js"> |
| 80 <include src="content_settings.js"> | 80 <include src="content_settings.js"> |
| 81 <include src="content_settings_exceptions_area.js"> | 81 <include src="content_settings_exceptions_area.js"> |
| 82 <include src="content_settings_ui.js"> | 82 <include src="content_settings_ui.js"> |
| 83 <include src="cookies_list.js"> | 83 <include src="cookies_list.js"> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 <include src="website_settings.js"> | 120 <include src="website_settings.js"> |
| 121 <include src="website_settings_edit_page.js"> | 121 <include src="website_settings_edit_page.js"> |
| 122 <include src="../help/help_page.js"> | 122 <include src="../help/help_page.js"> |
| 123 <include src="sync_setup_overlay.js"> | 123 <include src="sync_setup_overlay.js"> |
| 124 <include src="../uber/uber_page_manager_observer.js"> | 124 <include src="../uber/uber_page_manager_observer.js"> |
| 125 <include src="../uber/uber_utils.js"> | 125 <include src="../uber/uber_utils.js"> |
| 126 <include src="options.js"> | 126 <include src="options.js"> |
| 127 <if expr="enable_settings_app"> | 127 <if expr="enable_settings_app"> |
| 128 <include src="options_settings_app.js"> | 128 <include src="options_settings_app.js"> |
| 129 </if> | 129 </if> |
| OLD | NEW |