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

Side by Side Diff: chrome/chrome_common.gypi

Issue 102103005: Move c/c/e/extension_set to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/ui/webui/uber/uber_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'common/extensions/extension_file_util.cc', 172 'common/extensions/extension_file_util.cc',
173 'common/extensions/extension_file_util.h', 173 'common/extensions/extension_file_util.h',
174 'common/extensions/extension_icon_set.cc', 174 'common/extensions/extension_icon_set.cc',
175 'common/extensions/extension_icon_set.h', 175 'common/extensions/extension_icon_set.h',
176 'common/extensions/extension_l10n_util.cc', 176 'common/extensions/extension_l10n_util.cc',
177 'common/extensions/extension_l10n_util.h', 177 'common/extensions/extension_l10n_util.h',
178 'common/extensions/extension_messages.cc', 178 'common/extensions/extension_messages.cc',
179 'common/extensions/extension_messages.h', 179 'common/extensions/extension_messages.h',
180 'common/extensions/extension_process_policy.cc', 180 'common/extensions/extension_process_policy.cc',
181 'common/extensions/extension_process_policy.h', 181 'common/extensions/extension_process_policy.h',
182 'common/extensions/extension_set.cc',
183 'common/extensions/extension_set.h',
184 'common/extensions/features/api_feature.cc', 182 'common/extensions/features/api_feature.cc',
185 'common/extensions/features/api_feature.h', 183 'common/extensions/features/api_feature.h',
186 'common/extensions/features/base_feature_provider.cc', 184 'common/extensions/features/base_feature_provider.cc',
187 'common/extensions/features/base_feature_provider.h', 185 'common/extensions/features/base_feature_provider.h',
188 'common/extensions/features/complex_feature.cc', 186 'common/extensions/features/complex_feature.cc',
189 'common/extensions/features/complex_feature.h', 187 'common/extensions/features/complex_feature.h',
190 'common/extensions/features/feature_channel.cc', 188 'common/extensions/features/feature_channel.cc',
191 'common/extensions/features/feature_channel.h', 189 'common/extensions/features/feature_channel.h',
192 'common/extensions/features/manifest_feature.cc', 190 'common/extensions/features/manifest_feature.cc',
193 'common/extensions/features/manifest_feature.h', 191 'common/extensions/features/manifest_feature.h',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'common/metrics/proto/user_action_event.proto', 759 'common/metrics/proto/user_action_event.proto',
762 ], 760 ],
763 'variables': { 761 'variables': {
764 'proto_in_dir': 'common/metrics/proto', 762 'proto_in_dir': 'common/metrics/proto',
765 'proto_out_dir': 'chrome/common/metrics/proto', 763 'proto_out_dir': 'chrome/common/metrics/proto',
766 }, 764 },
767 'includes': [ '../build/protoc.gypi' ], 765 'includes': [ '../build/protoc.gypi' ],
768 }, 766 },
769 ], 767 ],
770 } 768 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/uber/uber_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698