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

Side by Side Diff: chrome/chrome_common.gypi

Issue 268553002: Move DOMActivityLogger and associated code from //chrome to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'common/content_settings_pattern.h', 105 'common/content_settings_pattern.h',
106 'common/content_settings_pattern_parser.cc', 106 'common/content_settings_pattern_parser.cc',
107 'common/content_settings_pattern_parser.h', 107 'common/content_settings_pattern_parser.h',
108 'common/content_settings_types.h', 108 'common/content_settings_types.h',
109 'common/crash_keys.cc', 109 'common/crash_keys.cc',
110 'common/crash_keys.h', 110 'common/crash_keys.h',
111 'common/custom_handlers/protocol_handler.cc', 111 'common/custom_handlers/protocol_handler.cc',
112 'common/custom_handlers/protocol_handler.h', 112 'common/custom_handlers/protocol_handler.h',
113 'common/descriptors_android.h', 113 'common/descriptors_android.h',
114 'common/encrypted_media_messages_android.h', 114 'common/encrypted_media_messages_android.h',
115 'common/extensions/ad_injection_constants.cc',
116 'common/extensions/ad_injection_constants.h',
117 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', 115 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc',
118 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', 116 'common/extensions/api/bluetooth/bluetooth_manifest_data.h',
119 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', 117 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc',
120 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', 118 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h',
121 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', 119 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc',
122 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', 120 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h',
123 'common/extensions/api/commands/commands_handler.cc', 121 'common/extensions/api/commands/commands_handler.cc',
124 'common/extensions/api/commands/commands_handler.h', 122 'common/extensions/api/commands/commands_handler.h',
125 'common/extensions/api/extension_action/action_info.cc', 123 'common/extensions/api/extension_action/action_info.cc',
126 'common/extensions/api/extension_action/action_info.h', 124 'common/extensions/api/extension_action/action_info.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'common/extensions/api/url_handlers/url_handlers_parser.h', 156 'common/extensions/api/url_handlers/url_handlers_parser.h',
159 'common/extensions/api/webstore/webstore_api_constants.cc', 157 'common/extensions/api/webstore/webstore_api_constants.cc',
160 'common/extensions/api/webstore/webstore_api_constants.h', 158 'common/extensions/api/webstore/webstore_api_constants.h',
161 'common/extensions/chrome_extension_messages.h', 159 'common/extensions/chrome_extension_messages.h',
162 'common/extensions/chrome_extensions_client.cc', 160 'common/extensions/chrome_extensions_client.cc',
163 'common/extensions/chrome_extensions_client.h', 161 'common/extensions/chrome_extensions_client.h',
164 'common/extensions/chrome_manifest_handlers.cc', 162 'common/extensions/chrome_manifest_handlers.cc',
165 'common/extensions/chrome_manifest_handlers.h', 163 'common/extensions/chrome_manifest_handlers.h',
166 'common/extensions/command.cc', 164 'common/extensions/command.cc',
167 'common/extensions/command.h', 165 'common/extensions/command.h',
168 'common/extensions/dom_action_types.h',
169 'common/extensions/extension_constants.cc', 166 'common/extensions/extension_constants.cc',
170 'common/extensions/extension_constants.h', 167 'common/extensions/extension_constants.h',
171 'common/extensions/extension_file_util.cc', 168 'common/extensions/extension_file_util.cc',
172 'common/extensions/extension_file_util.h', 169 'common/extensions/extension_file_util.h',
173 'common/extensions/extension_process_policy.cc', 170 'common/extensions/extension_process_policy.cc',
174 'common/extensions/extension_process_policy.h', 171 'common/extensions/extension_process_policy.h',
175 'common/extensions/features/chrome_channel_feature_filter.cc', 172 'common/extensions/features/chrome_channel_feature_filter.cc',
176 'common/extensions/features/chrome_channel_feature_filter.h', 173 'common/extensions/features/chrome_channel_feature_filter.h',
177 'common/extensions/features/feature_channel.cc', 174 'common/extensions/features/feature_channel.cc',
178 'common/extensions/features/feature_channel.h', 175 'common/extensions/features/feature_channel.h',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'common/metrics/proto/user_action_event.proto', 696 'common/metrics/proto/user_action_event.proto',
700 ], 697 ],
701 'variables': { 698 'variables': {
702 'proto_in_dir': 'common/metrics/proto', 699 'proto_in_dir': 'common/metrics/proto',
703 'proto_out_dir': 'chrome/common/metrics/proto', 700 'proto_out_dir': 'chrome/common/metrics/proto',
704 }, 701 },
705 'includes': [ '../build/protoc.gypi' ], 702 'includes': [ '../build/protoc.gypi' ],
706 }, 703 },
707 ], 704 ],
708 } 705 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/activity_log/uma_policy_unittest.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698