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

Side by Side Diff: extensions/extensions.gypi

Issue 2241203003: Pass user session type to extension feature checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'common/features/behavior_feature.cc', 87 'common/features/behavior_feature.cc',
88 'common/features/behavior_feature.h', 88 'common/features/behavior_feature.h',
89 'common/features/complex_feature.cc', 89 'common/features/complex_feature.cc',
90 'common/features/complex_feature.h', 90 'common/features/complex_feature.h',
91 'common/features/feature.cc', 91 'common/features/feature.cc',
92 'common/features/feature.h', 92 'common/features/feature.h',
93 'common/features/feature_provider.cc', 93 'common/features/feature_provider.cc',
94 'common/features/feature_provider.h', 94 'common/features/feature_provider.h',
95 'common/features/feature_channel.cc', 95 'common/features/feature_channel.cc',
96 'common/features/feature_channel.h', 96 'common/features/feature_channel.h',
97 'common/features/feature_session_type.cc',
98 'common/features/feature_session_type.h',
97 'common/features/feature_util.cc', 99 'common/features/feature_util.cc',
98 'common/features/feature_util.h', 100 'common/features/feature_util.h',
99 'common/features/json_feature_provider_source.cc', 101 'common/features/json_feature_provider_source.cc',
100 'common/features/json_feature_provider_source.h', 102 'common/features/json_feature_provider_source.h',
101 'common/features/manifest_feature.cc', 103 'common/features/manifest_feature.cc',
102 'common/features/manifest_feature.h', 104 'common/features/manifest_feature.h',
103 'common/features/permission_feature.cc', 105 'common/features/permission_feature.cc',
104 'common/features/permission_feature.h', 106 'common/features/permission_feature.h',
105 'common/features/simple_feature.cc', 107 'common/features/simple_feature.cc',
106 'common/features/simple_feature.h', 108 'common/features/simple_feature.h',
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 'test/result_catcher.h', 1143 'test/result_catcher.h',
1142 'test/test_content_utility_client.cc', 1144 'test/test_content_utility_client.cc',
1143 'test/test_content_utility_client.h', 1145 'test/test_content_utility_client.h',
1144 'test/test_extensions_client.cc', 1146 'test/test_extensions_client.cc',
1145 'test/test_extensions_client.h', 1147 'test/test_extensions_client.h',
1146 'test/test_permission_message_provider.cc', 1148 'test/test_permission_message_provider.cc',
1147 'test/test_permission_message_provider.h', 1149 'test/test_permission_message_provider.h',
1148 ], 1150 ],
1149 }, 1151 },
1150 } 1152 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698