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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23744004: Move the rest of extension_manifest_constants to top-level extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 7 years, 3 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 (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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'common/extensions/extension.cc', 237 'common/extensions/extension.cc',
238 'common/extensions/extension.h', 238 'common/extensions/extension.h',
239 'common/extensions/extension_constants.cc', 239 'common/extensions/extension_constants.cc',
240 'common/extensions/extension_constants.h', 240 'common/extensions/extension_constants.h',
241 'common/extensions/extension_file_util.cc', 241 'common/extensions/extension_file_util.cc',
242 'common/extensions/extension_file_util.h', 242 'common/extensions/extension_file_util.h',
243 'common/extensions/extension_icon_set.cc', 243 'common/extensions/extension_icon_set.cc',
244 'common/extensions/extension_icon_set.h', 244 'common/extensions/extension_icon_set.h',
245 'common/extensions/extension_l10n_util.cc', 245 'common/extensions/extension_l10n_util.cc',
246 'common/extensions/extension_l10n_util.h', 246 'common/extensions/extension_l10n_util.h',
247 'common/extensions/extension_manifest_constants.cc',
248 'common/extensions/extension_manifest_constants.h',
249 'common/extensions/extension_messages.cc', 247 'common/extensions/extension_messages.cc',
250 'common/extensions/extension_messages.h', 248 'common/extensions/extension_messages.h',
251 'common/extensions/extension_process_policy.cc', 249 'common/extensions/extension_process_policy.cc',
252 'common/extensions/extension_process_policy.h', 250 'common/extensions/extension_process_policy.h',
253 'common/extensions/extension_set.cc', 251 'common/extensions/extension_set.cc',
254 'common/extensions/extension_set.h', 252 'common/extensions/extension_set.h',
255 'common/extensions/feature_switch.cc', 253 'common/extensions/feature_switch.cc',
256 'common/extensions/feature_switch.h', 254 'common/extensions/feature_switch.h',
257 'common/extensions/features/api_feature.cc', 255 'common/extensions/features/api_feature.cc',
258 'common/extensions/features/api_feature.h', 256 'common/extensions/features/api_feature.h',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'common/metrics/proto/user_action_event.proto', 864 'common/metrics/proto/user_action_event.proto',
867 ], 865 ],
868 'variables': { 866 'variables': {
869 'proto_in_dir': 'common/metrics/proto', 867 'proto_in_dir': 'common/metrics/proto',
870 'proto_out_dir': 'chrome/common/metrics/proto', 868 'proto_out_dir': 'chrome/common/metrics/proto',
871 }, 869 },
872 'includes': [ '../build/protoc.gypi' ], 870 'includes': [ '../build/protoc.gypi' ],
873 }, 871 },
874 ], 872 ],
875 } 873 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/extensions/command_handler.cc ('k') | chrome/common/extensions/api/commands/commands_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698