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

Side by Side Diff: chrome/chrome_common.gypi

Issue 345563008: Rename "managed (mode|user)" to "supervised user" (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'common/crash_keys.h', 59 'common/crash_keys.h',
60 'common/custom_handlers/protocol_handler.cc', 60 'common/custom_handlers/protocol_handler.cc',
61 'common/custom_handlers/protocol_handler.h', 61 'common/custom_handlers/protocol_handler.h',
62 'common/descriptors_android.h', 62 'common/descriptors_android.h',
63 'common/extensions/api/extension_action/action_info.cc', 63 'common/extensions/api/extension_action/action_info.cc',
64 'common/extensions/api/extension_action/action_info.h', 64 'common/extensions/api/extension_action/action_info.h',
65 'common/extensions/api/i18n/default_locale_handler.cc', 65 'common/extensions/api/i18n/default_locale_handler.cc',
66 'common/extensions/api/i18n/default_locale_handler.h', 66 'common/extensions/api/i18n/default_locale_handler.h',
67 'common/extensions/api/identity/oauth2_manifest_handler.cc', 67 'common/extensions/api/identity/oauth2_manifest_handler.cc',
68 'common/extensions/api/identity/oauth2_manifest_handler.h', 68 'common/extensions/api/identity/oauth2_manifest_handler.h',
69 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
70 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
71 'common/extensions/api/plugins/plugins_handler.cc', 69 'common/extensions/api/plugins/plugins_handler.cc',
72 'common/extensions/api/plugins/plugins_handler.h', 70 'common/extensions/api/plugins/plugins_handler.h',
73 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 71 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
74 'common/extensions/api/storage/storage_schema_manifest_handler.h', 72 'common/extensions/api/storage/storage_schema_manifest_handler.h',
73 'common/extensions/api/supervised_user_private/supervised_user_handler.cc' ,
74 'common/extensions/api/supervised_user_private/supervised_user_handler.h',
75 'common/extensions/chrome_extension_messages.h', 75 'common/extensions/chrome_extension_messages.h',
76 'common/extensions/chrome_extensions_client.cc', 76 'common/extensions/chrome_extensions_client.cc',
77 'common/extensions/chrome_extensions_client.h', 77 'common/extensions/chrome_extensions_client.h',
78 'common/extensions/chrome_manifest_handlers.cc', 78 'common/extensions/chrome_manifest_handlers.cc',
79 'common/extensions/chrome_manifest_handlers.h', 79 'common/extensions/chrome_manifest_handlers.h',
80 'common/extensions/command.cc', 80 'common/extensions/command.cc',
81 'common/extensions/command.h', 81 'common/extensions/command.h',
82 'common/extensions/extension_constants.cc', 82 'common/extensions/extension_constants.cc',
83 'common/extensions/extension_constants.h', 83 'common/extensions/extension_constants.h',
84 'common/extensions/extension_file_util.cc', 84 'common/extensions/extension_file_util.cc',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'common/metrics/proto/chrome_experiments.proto', 681 'common/metrics/proto/chrome_experiments.proto',
682 ], 682 ],
683 'variables': { 683 'variables': {
684 'proto_in_dir': 'common/metrics/proto', 684 'proto_in_dir': 'common/metrics/proto',
685 'proto_out_dir': 'chrome/common/metrics/proto', 685 'proto_out_dir': 'chrome/common/metrics/proto',
686 }, 686 },
687 'includes': [ '../build/protoc.gypi' ], 687 'includes': [ '../build/protoc.gypi' ],
688 }, 688 },
689 ], 689 ],
690 } 690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698