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

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

Issue 7399015: Sync Promo: Add a way to collapse the sync promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review feedback Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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"></include> 8 <include src="preferences.js"></include>
9 <include src="pref_ui.js"></include> 9 <include src="pref_ui.js"></include>
10 <include src="deletable_item_list.js"></include> 10 <include src="deletable_item_list.js"></include>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <include src="instant_confirm_overlay.js"></include> 68 <include src="instant_confirm_overlay.js"></include>
69 <include src="language_add_language_overlay.js"></include> 69 <include src="language_add_language_overlay.js"></include>
70 <include src="language_list.js"></include> 70 <include src="language_list.js"></include>
71 <include src="language_options.js"></include> 71 <include src="language_options.js"></include>
72 <include src="password_manager.js"></include> 72 <include src="password_manager.js"></include>
73 <include src="password_manager_list.js"></include> 73 <include src="password_manager_list.js"></include>
74 <include src="personal_options.js"></include> 74 <include src="personal_options.js"></include>
75 <include src="search_engine_manager.js"></include> 75 <include src="search_engine_manager.js"></include>
76 <include src="search_engine_manager_engine_list.js"></include> 76 <include src="search_engine_manager_engine_list.js"></include>
77 <include src="search_page.js"></include> 77 <include src="search_page.js"></include>
78 <include src="sync_setup_overlay.js"></include> 78 <include src="../sync_setup_overlay.js"></include>
79 <include src="options.js"></include> 79 <include src="options.js"></include>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698