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