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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12092096: Move c/c/extensions/matcher/ to top level extension dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TOT Created 7 years, 10 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
« no previous file with comments | « chrome/browser/policy/url_blacklist_manager.h ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ], 53 ],
54 'sources': [ 54 'sources': [
55 '../extensions/common/constants.cc', 55 '../extensions/common/constants.cc',
56 '../extensions/common/constants.h', 56 '../extensions/common/constants.h',
57 '../extensions/common/draggable_region.cc', 57 '../extensions/common/draggable_region.cc',
58 '../extensions/common/draggable_region.h', 58 '../extensions/common/draggable_region.h',
59 '../extensions/common/error_utils.cc', 59 '../extensions/common/error_utils.cc',
60 '../extensions/common/error_utils.h', 60 '../extensions/common/error_utils.h',
61 '../extensions/common/install_warning.h', 61 '../extensions/common/install_warning.h',
62 '../extensions/common/install_warning.cc', 62 '../extensions/common/install_warning.cc',
63 '../extensions/common/matcher/regex_set_matcher.cc',
64 '../extensions/common/matcher/regex_set_matcher.h',
65 '../extensions/common/matcher/string_pattern.cc',
66 '../extensions/common/matcher/string_pattern.h',
67 '../extensions/common/matcher/substring_set_matcher.cc',
68 '../extensions/common/matcher/substring_set_matcher.h',
69 '../extensions/common/matcher/url_matcher.cc',
70 '../extensions/common/matcher/url_matcher.h',
71 '../extensions/common/matcher/url_matcher_constants.cc',
72 '../extensions/common/matcher/url_matcher_constants.h',
73 '../extensions/common/matcher/url_matcher_factory.cc',
74 '../extensions/common/matcher/url_matcher_factory.h',
75 '../extensions/common/matcher/url_matcher_helpers.cc',
76 '../extensions/common/matcher/url_matcher_helpers.h',
63 '../extensions/common/url_pattern.cc', 77 '../extensions/common/url_pattern.cc',
64 '../extensions/common/url_pattern.h', 78 '../extensions/common/url_pattern.h',
65 '../extensions/common/url_pattern_set.cc', 79 '../extensions/common/url_pattern_set.cc',
66 '../extensions/common/url_pattern_set.h', 80 '../extensions/common/url_pattern_set.h',
67 'common/all_messages.h', 81 'common/all_messages.h',
68 'common/attrition_experiments.h', 82 'common/attrition_experiments.h',
69 'common/auto_start_linux.cc', 83 'common/auto_start_linux.cc',
70 'common/auto_start_linux.h', 84 'common/auto_start_linux.h',
71 'common/autofill/autocheckout_status.h', 85 'common/autofill/autocheckout_status.h',
72 'common/autofill/web_element_descriptor.cc', 86 'common/autofill/web_element_descriptor.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'common/extensions/features/simple_feature.cc', 218 'common/extensions/features/simple_feature.cc',
205 'common/extensions/features/simple_feature.h', 219 'common/extensions/features/simple_feature.h',
206 'common/extensions/manifest.cc', 220 'common/extensions/manifest.cc',
207 'common/extensions/manifest.h', 221 'common/extensions/manifest.h',
208 'common/extensions/manifest_handler.cc', 222 'common/extensions/manifest_handler.cc',
209 'common/extensions/manifest_handler.h', 223 'common/extensions/manifest_handler.h',
210 'common/extensions/manifest_handler_helpers.cc', 224 'common/extensions/manifest_handler_helpers.cc',
211 'common/extensions/manifest_handler_helpers.h', 225 'common/extensions/manifest_handler_helpers.h',
212 'common/extensions/manifest_url_handler.cc', 226 'common/extensions/manifest_url_handler.cc',
213 'common/extensions/manifest_url_handler.h', 227 'common/extensions/manifest_url_handler.h',
214 'common/extensions/matcher/regex_set_matcher.cc',
215 'common/extensions/matcher/regex_set_matcher.h',
216 'common/extensions/matcher/string_pattern.cc',
217 'common/extensions/matcher/string_pattern.h',
218 'common/extensions/matcher/substring_set_matcher.cc',
219 'common/extensions/matcher/substring_set_matcher.h',
220 'common/extensions/matcher/url_matcher.cc',
221 'common/extensions/matcher/url_matcher.h',
222 'common/extensions/matcher/url_matcher_constants.cc',
223 'common/extensions/matcher/url_matcher_constants.h',
224 'common/extensions/matcher/url_matcher_factory.cc',
225 'common/extensions/matcher/url_matcher_factory.h',
226 'common/extensions/matcher/url_matcher_helpers.cc',
227 'common/extensions/matcher/url_matcher_helpers.h',
228 'common/extensions/message_bundle.cc', 228 'common/extensions/message_bundle.cc',
229 'common/extensions/message_bundle.h', 229 'common/extensions/message_bundle.h',
230 'common/extensions/permissions/api_permission.cc', 230 'common/extensions/permissions/api_permission.cc',
231 'common/extensions/permissions/api_permission.h', 231 'common/extensions/permissions/api_permission.h',
232 'common/extensions/permissions/api_permission_set.cc', 232 'common/extensions/permissions/api_permission_set.cc',
233 'common/extensions/permissions/api_permission_set.h', 233 'common/extensions/permissions/api_permission_set.h',
234 'common/extensions/permissions/bluetooth_device_permission.cc', 234 'common/extensions/permissions/bluetooth_device_permission.cc',
235 'common/extensions/permissions/bluetooth_device_permission.h', 235 'common/extensions/permissions/bluetooth_device_permission.h',
236 'common/extensions/permissions/bluetooth_device_permission_data.cc', 236 'common/extensions/permissions/bluetooth_device_permission_data.cc',
237 'common/extensions/permissions/bluetooth_device_permission_data.h', 237 'common/extensions/permissions/bluetooth_device_permission_data.h',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'common/metrics/proto/user_action_event.proto', 686 'common/metrics/proto/user_action_event.proto',
687 ], 687 ],
688 'variables': { 688 'variables': {
689 'proto_in_dir': 'common/metrics/proto', 689 'proto_in_dir': 'common/metrics/proto',
690 'proto_out_dir': 'chrome/common/metrics/proto', 690 'proto_out_dir': 'chrome/common/metrics/proto',
691 }, 691 },
692 'includes': [ '../build/protoc.gypi' ], 692 'includes': [ '../build/protoc.gypi' ],
693 }, 693 },
694 ], 694 ],
695 } 695 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/url_blacklist_manager.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698