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

Side by Side Diff: extensions/extensions.gypi

Issue 2106073006: [Extensions] Pull ExtensionId into its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « extensions/common/extension_id.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'common/error_utils.cc', 47 'common/error_utils.cc',
48 'common/error_utils.h', 48 'common/error_utils.h',
49 'common/event_filter.cc', 49 'common/event_filter.cc',
50 'common/event_filter.h', 50 'common/event_filter.h',
51 'common/event_filtering_info.cc', 51 'common/event_filtering_info.cc',
52 'common/event_filtering_info.h', 52 'common/event_filtering_info.h',
53 'common/event_matcher.cc', 53 'common/event_matcher.cc',
54 'common/event_matcher.h', 54 'common/event_matcher.h',
55 'common/extension.cc', 55 'common/extension.cc',
56 'common/extension.h', 56 'common/extension.h',
57 'common/extension_id.h',
57 'common/extension_api.cc', 58 'common/extension_api.cc',
58 'common/extension_api.h', 59 'common/extension_api.h',
59 'common/extension_icon_set.cc', 60 'common/extension_icon_set.cc',
60 'common/extension_icon_set.h', 61 'common/extension_icon_set.h',
61 'common/extension_l10n_util.cc', 62 'common/extension_l10n_util.cc',
62 'common/extension_l10n_util.h', 63 'common/extension_l10n_util.h',
63 'common/extension_message_generator.cc', 64 'common/extension_message_generator.cc',
64 'common/extension_message_generator.h', 65 'common/extension_message_generator.h',
65 'common/extension_messages.cc', 66 'common/extension_messages.cc',
66 'common/extension_messages.h', 67 'common/extension_messages.h',
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 'test/result_catcher.h', 1136 'test/result_catcher.h',
1136 'test/test_content_utility_client.cc', 1137 'test/test_content_utility_client.cc',
1137 'test/test_content_utility_client.h', 1138 'test/test_content_utility_client.h',
1138 'test/test_extensions_client.cc', 1139 'test/test_extensions_client.cc',
1139 'test/test_extensions_client.h', 1140 'test/test_extensions_client.h',
1140 'test/test_permission_message_provider.cc', 1141 'test/test_permission_message_provider.cc',
1141 'test/test_permission_message_provider.h', 1142 'test/test_permission_message_provider.h',
1142 ], 1143 ],
1143 }, 1144 },
1144 } 1145 }
OLDNEW
« no previous file with comments | « extensions/common/extension_id.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698