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

Side by Side Diff: extensions/extensions.gyp

Issue 789383002: Add the basic infrastructure for the Behavior feature type: BehaviorFeature and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flag-features
Patch Set: rebase Created 6 years 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'common/features/json_feature_provider_source.cc', 137 'common/features/json_feature_provider_source.cc',
138 'common/features/json_feature_provider_source.h', 138 'common/features/json_feature_provider_source.h',
139 'common/features/manifest_feature.cc', 139 'common/features/manifest_feature.cc',
140 'common/features/manifest_feature.h', 140 'common/features/manifest_feature.h',
141 'common/features/permission_feature.cc', 141 'common/features/permission_feature.cc',
142 'common/features/permission_feature.h', 142 'common/features/permission_feature.h',
143 'common/features/simple_feature.cc', 143 'common/features/simple_feature.cc',
144 'common/features/simple_feature.h', 144 'common/features/simple_feature.h',
145 'common/features/simple_feature_filter.cc', 145 'common/features/simple_feature_filter.cc',
146 'common/features/simple_feature_filter.h', 146 'common/features/simple_feature_filter.h',
147 'common/features/behavior_feature.cc',
148 'common/features/behavior_feature.h',
147 'common/file_util.cc', 149 'common/file_util.cc',
148 'common/file_util.h', 150 'common/file_util.h',
149 'common/guest_view/guest_view_constants.cc', 151 'common/guest_view/guest_view_constants.cc',
150 'common/guest_view/guest_view_constants.h', 152 'common/guest_view/guest_view_constants.h',
151 'common/image_util.cc', 153 'common/image_util.cc',
152 'common/image_util.h', 154 'common/image_util.h',
153 'common/install_warning.cc', 155 'common/install_warning.cc',
154 'common/install_warning.h', 156 'common/install_warning.h',
155 'common/manifest.cc', 157 'common/manifest.cc',
156 'common/manifest.h', 158 'common/manifest.h',
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 'conditions': [ 1281 'conditions': [
1280 ['OS=="win" and win_use_allocator_shim==1', { 1282 ['OS=="win" and win_use_allocator_shim==1', {
1281 'dependencies': [ 1283 'dependencies': [
1282 '../base/allocator/allocator.gyp:allocator', 1284 '../base/allocator/allocator.gyp:allocator',
1283 ], 1285 ],
1284 }], 1286 }],
1285 ], 1287 ],
1286 }, 1288 },
1287 ] 1289 ]
1288 } 1290 }
OLDNEW
« no previous file with comments | « extensions/common/features/simple_feature_unittest.cc ('k') | extensions/extensions_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698