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 3// found in the LICENSE file. 4// 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 7// as a single resource. 8<include src="preferences.js"> 9<include src="controlled_setting.js"> 10<include src="deletable_item_list.js"> 11<include src="editable_text_field.js"> 12<include src="hotword_search_setting_indicator.js"> 13<include src="inline_editable_list.js"> 14<include src="options_page.js"> 15<include src="pref_ui.js"> 16<include src="settings_dialog.js"> 17<include src="settings_banner.js"> 18<if expr="chromeos"> 19<include src="../chromeos/user_images_grid.js"> 20<include src="../help/channel_change_page.js"> 21<include src="../../../../ui/webui/resources/js/chromeos/ui_account_tweaks.js"> 22<include src="chromeos/onc_data.js"> 23<include src="chromeos/change_picture_options.js"> 24<include src="chromeos/internet_detail_ip_address_field.js"> 25<include src="chromeos/internet_detail.js"> 26<include src="chromeos/network_list.js"> 27<include src="chromeos/preferred_networks.js"> 28<include src="chromeos/bluetooth_device_list.js"> 29<include src="chromeos/bluetooth_add_device_overlay.js"> 30<include src="chromeos/bluetooth_pair_device_overlay.js"> 31<include src="chromeos/accounts_options.js"> 32<include src="chromeos/proxy_rules_list.js"> 33<include src="chromeos/accounts_user_list.js"> 34<include src="chromeos/accounts_user_name_edit.js"> 35<include src="chromeos/consumer_management_overlay.js"> 36<include src="chromeos/display_options.js"> 37<include src="chromeos/display_overscan.js"> 38<include src="chromeos/keyboard_overlay.js"> 39<include src="chromeos/pointer_overlay.js"> 40<include src="chromeos/third_party_ime_confirm_overlay.js"> 41var AccountsOptions = options.AccountsOptions; 42var ChangePictureOptions = options.ChangePictureOptions; 43var ConsumerManagementOverlay = options.ConsumerManagementOverlay; 44var DetailsInternetPage = options.internet.DetailsInternetPage; 45var DisplayOptions = options.DisplayOptions; 46var DisplayOverscan = options.DisplayOverscan; 47var BluetoothOptions = options.BluetoothOptions; 48var BluetoothPairing = options.BluetoothPairing; 49var KeyboardOverlay = options.KeyboardOverlay; 50var PointerOverlay = options.PointerOverlay; 51var UIAccountTweaks = uiAccountTweaks.UIAccountTweaks; 52</if> 53<if expr="use_nss"> 54<include src="certificate_tree.js"> 55<include src="certificate_manager.js"> 56<include src="certificate_restore_overlay.js"> 57<include src="certificate_backup_overlay.js"> 58<include src="certificate_edit_ca_trust_overlay.js"> 59<include src="certificate_import_error_overlay.js"> 60var CertificateManager = options.CertificateManager; 61var CertificateRestoreOverlay = options.CertificateRestoreOverlay; 62var CertificateBackupOverlay = options.CertificateBackupOverlay; 63var CertificateEditCaTrustOverlay = options.CertificateEditCaTrustOverlay; 64var CertificateImportErrorOverlay = options.CertificateImportErrorOverlay; 65</if> 66<include src="alert_overlay.js"> 67<include src="autofill_edit_address_overlay.js"> 68<include src="autofill_edit_creditcard_overlay.js"> 69<include src="autofill_options_list.js"> 70<include src="autofill_options.js"> 71<include src="automatic_settings_reset_banner.js"> 72<include src="browser_options.js"> 73<include src="browser_options_profile_list.js"> 74<include src="browser_options_startup_page_list.js"> 75<include src="clear_browser_data_overlay.js"> 76<include src="confirm_dialog.js"> 77<include src="content_settings.js"> 78<include src="content_settings_exceptions_area.js"> 79<include src="content_settings_ui.js"> 80<include src="cookies_list.js"> 81<include src="cookies_view.js"> 82<include src="easy_unlock_turn_off_overlay.js"> 83<include src="factory_reset_overlay.js"> 84<include src="font_settings.js"> 85<if expr="enable_google_now"> 86<include src="geolocation_options.js"> 87</if> 88<include src="handler_options.js"> 89<include src="handler_options_list.js"> 90<include src="home_page_overlay.js"> 91<include src="hotword_confirm_dialog.js"> 92<include src="import_data_overlay.js"> 93<include src="language_add_language_overlay.js"> 94<if expr="not is_macosx"> 95<include src="language_dictionary_overlay_word_list.js"> 96<include src="language_dictionary_overlay.js"> 97</if> 98<include src="language_list.js"> 99<include src="language_options.js"> 100<include src="manage_profile_overlay.js"> 101<include src="options_focus_manager.js"> 102<include src="origin_resources_list.js"> 103<include src="password_manager.js"> 104<include src="password_manager_list.js"> 105<include src="profiles_icon_grid.js"> 106<include src="reset_profile_settings_banner.js"> 107<include src="reset_profile_settings_overlay.js"> 108<include src="search_engine_manager.js"> 109<include src="search_engine_manager_engine_list.js"> 110<include src="search_page.js"> 111<include src="startup_overlay.js"> 112<include src="supervised_user_create_confirm.js"> 113<include src="supervised_user_import.js"> 114<include src="supervised_user_learn_more.js"> 115<include src="supervised_user_list.js"> 116<include src="supervised_user_list_data.js"> 117<include src="website_settings.js"> 118<include src="website_settings_edit_page.js"> 119<include src="../help/help_page.js"> 120<include src="../sync_setup_overlay.js"> 121<include src="../uber/uber_page_manager_observer.js"> 122<include src="../uber/uber_utils.js"> 123<include src="options.js"> 124<if expr="enable_settings_app"> 125<include src="options_settings_app.js"> 126</if> 127