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

Side by Side Diff: extensions/extensions.gyp

Issue 47923018: Move FeatureSwitch to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/switches.cc ('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 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 29 matching lines...) Expand all
40 'common/extension_api.h', 40 'common/extension_api.h',
41 'common/extension_api_stub.cc', 41 'common/extension_api_stub.cc',
42 'common/extension_paths.cc', 42 'common/extension_paths.cc',
43 'common/extension_paths.h', 43 'common/extension_paths.h',
44 'common/extension_resource.cc', 44 'common/extension_resource.cc',
45 'common/extension_resource.h', 45 'common/extension_resource.h',
46 'common/extension_urls.cc', 46 'common/extension_urls.cc',
47 'common/extension_urls.h', 47 'common/extension_urls.h',
48 'common/extensions_client.cc', 48 'common/extensions_client.cc',
49 'common/extensions_client.h', 49 'common/extensions_client.h',
50 'common/feature_switch.cc',
51 'common/feature_switch.h',
50 'common/features/feature.cc', 52 'common/features/feature.cc',
51 'common/features/feature.h', 53 'common/features/feature.h',
52 'common/features/feature_provider.cc', 54 'common/features/feature_provider.cc',
53 'common/features/feature_provider.h', 55 'common/features/feature_provider.h',
54 'common/id_util.cc', 56 'common/id_util.cc',
55 'common/id_util.h', 57 'common/id_util.h',
56 'common/install_warning.cc', 58 'common/install_warning.cc',
57 'common/install_warning.h', 59 'common/install_warning.h',
58 'common/manifest.cc', 60 'common/manifest.cc',
59 'common/manifest.h', 61 'common/manifest.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'browser/pref_names.cc', 151 'browser/pref_names.cc',
150 'browser/pref_names.h', 152 'browser/pref_names.h',
151 'browser/view_type_utils.cc', 153 'browser/view_type_utils.cc',
152 'browser/view_type_utils.h', 154 'browser/view_type_utils.h',
153 ], 155 ],
154 # Disable c4267 warnings until we fix size_t to int truncations. 156 # Disable c4267 warnings until we fix size_t to int truncations.
155 'msvs_disabled_warnings': [ 4267, ], 157 'msvs_disabled_warnings': [ 4267, ],
156 }, 158 },
157 ] 159 ]
158 } 160 }
OLDNEW
« no previous file with comments | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698