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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2823037: Add an ExtensionPrefStore, layered between the user prefs nad the managed pre... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/tab_contents/web_contents_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 'browser/extensions/extension_omnibox_api.cc', 1198 'browser/extensions/extension_omnibox_api.cc',
1199 'browser/extensions/extension_omnibox_api.h', 1199 'browser/extensions/extension_omnibox_api.h',
1200 'browser/extensions/extension_page_actions_module.cc', 1200 'browser/extensions/extension_page_actions_module.cc',
1201 'browser/extensions/extension_page_actions_module.h', 1201 'browser/extensions/extension_page_actions_module.h',
1202 'browser/extensions/extension_page_actions_module_constants.cc', 1202 'browser/extensions/extension_page_actions_module_constants.cc',
1203 'browser/extensions/extension_page_actions_module_constants.h', 1203 'browser/extensions/extension_page_actions_module_constants.h',
1204 'browser/extensions/extension_popup_api.cc', 1204 'browser/extensions/extension_popup_api.cc',
1205 'browser/extensions/extension_popup_api.h', 1205 'browser/extensions/extension_popup_api.h',
1206 'browser/extensions/extension_prefs.cc', 1206 'browser/extensions/extension_prefs.cc',
1207 'browser/extensions/extension_prefs.h', 1207 'browser/extensions/extension_prefs.h',
1208 'browser/extensions/extension_pref_store.cc',
1209 'browser/extensions/extension_pref_store.h',
1208 'browser/extensions/extension_process_manager.cc', 1210 'browser/extensions/extension_process_manager.cc',
1209 'browser/extensions/extension_process_manager.h', 1211 'browser/extensions/extension_process_manager.h',
1210 'browser/extensions/extension_processes_api.cc', 1212 'browser/extensions/extension_processes_api.cc',
1211 'browser/extensions/extension_processes_api.h', 1213 'browser/extensions/extension_processes_api.h',
1212 'browser/extensions/extension_processes_api_constants.cc', 1214 'browser/extensions/extension_processes_api_constants.cc',
1213 'browser/extensions/extension_processes_api_constants.h', 1215 'browser/extensions/extension_processes_api_constants.h',
1214 'browser/extensions/extension_protocols.cc', 1216 'browser/extensions/extension_protocols.cc',
1215 'browser/extensions/extension_protocols.h', 1217 'browser/extensions/extension_protocols.h',
1216 'browser/extensions/extension_rlz_module.cc', 1218 'browser/extensions/extension_rlz_module.cc',
1217 'browser/extensions/extension_rlz_module.h', 1219 'browser/extensions/extension_rlz_module.h',
(...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 ], 3558 ],
3557 }, 3559 },
3558 ], 3560 ],
3559 } 3561 }
3560 3562
3561 # Local Variables: 3563 # Local Variables:
3562 # tab-width:2 3564 # tab-width:2
3563 # indent-tabs-mode:nil 3565 # indent-tabs-mode:nil
3564 # End: 3566 # End:
3565 # vim: set expandtab tabstop=2 shiftwidth=2: 3567 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/web_contents_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698