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

Side by Side Diff: chrome/chrome_common.gypi

Issue 22299009: Move channel-related (Chrome-specific) global state out of Feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'common/extensions/feature_switch.cc', 235 'common/extensions/feature_switch.cc',
236 'common/extensions/feature_switch.h', 236 'common/extensions/feature_switch.h',
237 'common/extensions/features/api_feature.cc', 237 'common/extensions/features/api_feature.cc',
238 'common/extensions/features/api_feature.h', 238 'common/extensions/features/api_feature.h',
239 'common/extensions/features/base_feature_provider.cc', 239 'common/extensions/features/base_feature_provider.cc',
240 'common/extensions/features/base_feature_provider.h', 240 'common/extensions/features/base_feature_provider.h',
241 'common/extensions/features/complex_feature.cc', 241 'common/extensions/features/complex_feature.cc',
242 'common/extensions/features/complex_feature.h', 242 'common/extensions/features/complex_feature.h',
243 'common/extensions/features/feature.cc', 243 'common/extensions/features/feature.cc',
244 'common/extensions/features/feature.h', 244 'common/extensions/features/feature.h',
245 'common/extensions/features/feature_channel.cc',
246 'common/extensions/features/feature_channel.h',
245 'common/extensions/features/feature_provider.h', 247 'common/extensions/features/feature_provider.h',
246 'common/extensions/features/manifest_feature.cc', 248 'common/extensions/features/manifest_feature.cc',
247 'common/extensions/features/manifest_feature.h', 249 'common/extensions/features/manifest_feature.h',
248 'common/extensions/features/permission_feature.cc', 250 'common/extensions/features/permission_feature.cc',
249 'common/extensions/features/permission_feature.h', 251 'common/extensions/features/permission_feature.h',
250 'common/extensions/features/simple_feature.cc', 252 'common/extensions/features/simple_feature.cc',
251 'common/extensions/features/simple_feature.h', 253 'common/extensions/features/simple_feature.h',
252 'common/extensions/incognito_handler.cc', 254 'common/extensions/incognito_handler.cc',
253 'common/extensions/incognito_handler.h', 255 'common/extensions/incognito_handler.h',
254 'common/extensions/manifest.cc', 256 'common/extensions/manifest.cc',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'common/metrics/proto/user_action_event.proto', 839 'common/metrics/proto/user_action_event.proto',
838 ], 840 ],
839 'variables': { 841 'variables': {
840 'proto_in_dir': 'common/metrics/proto', 842 'proto_in_dir': 'common/metrics/proto',
841 'proto_out_dir': 'chrome/common/metrics/proto', 843 'proto_out_dir': 'chrome/common/metrics/proto',
842 }, 844 },
843 'includes': [ '../build/protoc.gypi' ], 845 'includes': [ '../build/protoc.gypi' ],
844 }, 846 },
845 ], 847 ],
846 } 848 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698