Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(675)

Side by Side Diff: chrome/browser/resources/options/options_bundle.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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">
11 // <include src="editable_text_field.js"> 11 // <include src="editable_text_field.js">
12 // <include src="hotword_search_setting_indicator.js"> 12 // <include src="hotword_search_setting_indicator.js">
13 // <include src="inline_editable_list.js"> 13 // <include src="inline_editable_list.js">
14 // <include src="options_page.js"> 14 // <include src="options_page.js">
15 // <include src="pref_ui.js"> 15 // <include src="pref_ui.js">
16 // <include src="settings_dialog.js"> 16 // <include src="settings_dialog.js">
17 // <if expr="chromeos"> 17 // <if expr="chromeos">
18 // <include src="../chromeos/user_images_grid.js"> 18 // <include src="../chromeos/user_images_grid.js">
19 // <include src="../help/channel_change_page.js"> 19 // <include src="../help/channel_change_page.js">
20 // <include src="../../../../ui/webui/resources/js/chromeos/ui_account_tweaks.js "> 20 // <include
21 // src="../../../../ui/webui/resources/js/chromeos/ui_account_tweaks.js">
21 // <include src="chromeos/onc_data.js"> 22 // <include src="chromeos/onc_data.js">
22 // <include src="chromeos/change_picture_options.js"> 23 // <include src="chromeos/change_picture_options.js">
23 // <include src="chromeos/internet_detail_ip_address_field.js"> 24 // <include src="chromeos/internet_detail_ip_address_field.js">
24 // <include src="chromeos/internet_detail.js"> 25 // <include src="chromeos/internet_detail.js">
25 // <include src="chromeos/network_list.js"> 26 // <include src="chromeos/network_list.js">
26 // <include src="chromeos/preferred_networks.js"> 27 // <include src="chromeos/preferred_networks.js">
27 // <include src="chromeos/bluetooth_device_list.js"> 28 // <include src="chromeos/bluetooth_device_list.js">
28 // <include src="chromeos/bluetooth_add_device_overlay.js"> 29 // <include src="chromeos/bluetooth_add_device_overlay.js">
29 // <include src="chromeos/bluetooth_pair_device_overlay.js"> 30 // <include src="chromeos/bluetooth_pair_device_overlay.js">
30 // <include src="chromeos/accounts_options.js"> 31 // <include src="chromeos/accounts_options.js">
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 // <include src="supervised_user_create_confirm.js"> 122 // <include src="supervised_user_create_confirm.js">
122 // <include src="supervised_user_import.js"> 123 // <include src="supervised_user_import.js">
123 // <include src="supervised_user_learn_more.js"> 124 // <include src="supervised_user_learn_more.js">
124 // <include src="supervised_user_list.js"> 125 // <include src="supervised_user_list.js">
125 // <include src="supervised_user_list_data.js"> 126 // <include src="supervised_user_list_data.js">
126 // <include src="../help/help_page.js"> 127 // <include src="../help/help_page.js">
127 // <include src="sync_setup_overlay.js"> 128 // <include src="sync_setup_overlay.js">
128 // <include src="../uber/uber_page_manager_observer.js"> 129 // <include src="../uber/uber_page_manager_observer.js">
129 // <include src="../uber/uber_utils.js"> 130 // <include src="../uber/uber_utils.js">
130 // <include src="options.js"> 131 // <include src="options.js">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698