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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9566007: Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mod… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Updated checkout again Created 8 years, 9 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/profiles/profile_manager.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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'browser/extensions/extension_input_method_api.cc', 1192 'browser/extensions/extension_input_method_api.cc',
1193 'browser/extensions/extension_input_method_api.h', 1193 'browser/extensions/extension_input_method_api.h',
1194 'browser/extensions/extension_input_module_constants.cc', 1194 'browser/extensions/extension_input_module_constants.cc',
1195 'browser/extensions/extension_input_module_constants.h', 1195 'browser/extensions/extension_input_module_constants.h',
1196 'browser/extensions/extension_input_ui_api.cc', 1196 'browser/extensions/extension_input_ui_api.cc',
1197 'browser/extensions/extension_input_ui_api.h', 1197 'browser/extensions/extension_input_ui_api.h',
1198 'browser/extensions/extension_install_dialog.cc', 1198 'browser/extensions/extension_install_dialog.cc',
1199 'browser/extensions/extension_install_dialog.h', 1199 'browser/extensions/extension_install_dialog.h',
1200 'browser/extensions/extension_install_ui.cc', 1200 'browser/extensions/extension_install_ui.cc',
1201 'browser/extensions/extension_install_ui.h', 1201 'browser/extensions/extension_install_ui.h',
1202 'browser/extensions/extension_managed_mode_api.cc',
1203 'browser/extensions/extension_managed_mode_api.h',
1202 'browser/extensions/extension_management_api.cc', 1204 'browser/extensions/extension_management_api.cc',
1203 'browser/extensions/extension_management_api.h', 1205 'browser/extensions/extension_management_api.h',
1204 'browser/extensions/extension_management_api_constants.cc', 1206 'browser/extensions/extension_management_api_constants.cc',
1205 'browser/extensions/extension_management_api_constants.h', 1207 'browser/extensions/extension_management_api_constants.h',
1206 'browser/extensions/extension_menu_manager.cc', 1208 'browser/extensions/extension_menu_manager.cc',
1207 'browser/extensions/extension_menu_manager.h', 1209 'browser/extensions/extension_menu_manager.h',
1208 'browser/extensions/extension_message_handler.cc', 1210 'browser/extensions/extension_message_handler.cc',
1209 'browser/extensions/extension_message_handler.h', 1211 'browser/extensions/extension_message_handler.h',
1210 'browser/extensions/extension_message_service.cc', 1212 'browser/extensions/extension_message_service.cc',
1211 'browser/extensions/extension_message_service.h', 1213 'browser/extensions/extension_message_service.h',
(...skipping 4493 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 'variables': { 5707 'variables': {
5706 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5708 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5707 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5709 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5708 }, 5710 },
5709 'includes': ['../build/protoc.gypi'], 5711 'includes': ['../build/protoc.gypi'],
5710 }], 5712 }],
5711 ], 5713 ],
5712 }, 5714 },
5713 ], 5715 ],
5714 } 5716 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698