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

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

Issue 2121303003: Remove the "Settings" packaged app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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">
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <include src="supervised_user_list.js"> 122 <include src="supervised_user_list.js">
123 <include src="supervised_user_list_data.js"> 123 <include src="supervised_user_list_data.js">
124 <include src="../help/help_page.js"> 124 <include src="../help/help_page.js">
125 <include src="sync_setup_overlay.js"> 125 <include src="sync_setup_overlay.js">
126 <if expr="is_win"> 126 <if expr="is_win">
127 <include src="triggered_reset_profile_settings_overlay.js"> 127 <include src="triggered_reset_profile_settings_overlay.js">
128 </if> 128 </if>
129 <include src="../uber/uber_page_manager_observer.js"> 129 <include src="../uber/uber_page_manager_observer.js">
130 <include src="../uber/uber_utils.js"> 130 <include src="../uber/uber_utils.js">
131 <include src="options.js"> 131 <include src="options.js">
132 <if expr="enable_settings_app">
133 <include src="options_settings_app.js">
134 </if>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698