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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8488012: Fix for management API related to escalated permissions disabled extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased again Created 9 years, 1 month 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'browser/extensions/extension_input_module_constants.cc', 1033 'browser/extensions/extension_input_module_constants.cc',
1034 'browser/extensions/extension_input_module_constants.h', 1034 'browser/extensions/extension_input_module_constants.h',
1035 'browser/extensions/extension_input_ui_api.cc', 1035 'browser/extensions/extension_input_ui_api.cc',
1036 'browser/extensions/extension_input_ui_api.h', 1036 'browser/extensions/extension_input_ui_api.h',
1037 'browser/extensions/extension_install_dialog.cc', 1037 'browser/extensions/extension_install_dialog.cc',
1038 'browser/extensions/extension_install_dialog.h', 1038 'browser/extensions/extension_install_dialog.h',
1039 'browser/extensions/extension_install_ui.cc', 1039 'browser/extensions/extension_install_ui.cc',
1040 'browser/extensions/extension_install_ui.h', 1040 'browser/extensions/extension_install_ui.h',
1041 'browser/extensions/extension_management_api.cc', 1041 'browser/extensions/extension_management_api.cc',
1042 'browser/extensions/extension_management_api.h', 1042 'browser/extensions/extension_management_api.h',
1043 'browser/extensions/extension_management_api_constants.cc',
1044 'browser/extensions/extension_management_api_constants.h',
1043 'browser/extensions/extension_mediaplayer_private_api.cc', 1045 'browser/extensions/extension_mediaplayer_private_api.cc',
1044 'browser/extensions/extension_mediaplayer_private_api.h', 1046 'browser/extensions/extension_mediaplayer_private_api.h',
1045 'browser/extensions/extension_menu_manager.cc', 1047 'browser/extensions/extension_menu_manager.cc',
1046 'browser/extensions/extension_menu_manager.h', 1048 'browser/extensions/extension_menu_manager.h',
1047 'browser/extensions/extension_message_handler.cc', 1049 'browser/extensions/extension_message_handler.cc',
1048 'browser/extensions/extension_message_handler.h', 1050 'browser/extensions/extension_message_handler.h',
1049 'browser/extensions/extension_message_service.cc', 1051 'browser/extensions/extension_message_service.cc',
1050 'browser/extensions/extension_message_service.h', 1052 'browser/extensions/extension_message_service.h',
1051 'browser/extensions/extension_metrics_module.cc', 1053 'browser/extensions/extension_metrics_module.cc',
1052 'browser/extensions/extension_metrics_module.h', 1054 'browser/extensions/extension_metrics_module.h',
(...skipping 4216 matching lines...) Expand 10 before | Expand all | Expand 10 after
5269 'type': 'static_library', 5271 'type': 'static_library',
5270 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5272 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5271 'variables': { 5273 'variables': {
5272 'proto_in_dir': 'browser/history', 5274 'proto_in_dir': 'browser/history',
5273 'proto_out_dir': 'chrome/browser/history', 5275 'proto_out_dir': 'chrome/browser/history',
5274 }, 5276 },
5275 'includes': [ '../build/protoc.gypi' ] 5277 'includes': [ '../build/protoc.gypi' ]
5276 }, 5278 },
5277 ], 5279 ],
5278 } 5280 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_install_dialog_view.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698