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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11624036: Move the parsing of homepage_url" and "devtools_page" out of Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments addressed Created 7 years, 11 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) 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'common/descriptors_android.h', 123 'common/descriptors_android.h',
124 'common/extensions/api/extension_api.cc', 124 'common/extensions/api/extension_api.cc',
125 'common/extensions/api/extension_api.h', 125 'common/extensions/api/extension_api.h',
126 'common/extensions/api/extension_api_stub.cc', 126 'common/extensions/api/extension_api_stub.cc',
127 'common/extensions/api/omnibox/omnibox_handler.cc', 127 'common/extensions/api/omnibox/omnibox_handler.cc',
128 'common/extensions/api/omnibox/omnibox_handler.h', 128 'common/extensions/api/omnibox/omnibox_handler.h',
129 'common/extensions/command.cc', 129 'common/extensions/command.cc',
130 'common/extensions/command.h', 130 'common/extensions/command.h',
131 'common/extensions/csp_validator.cc', 131 'common/extensions/csp_validator.cc',
132 'common/extensions/csp_validator.h', 132 'common/extensions/csp_validator.h',
133 'common/extensions/devtools_page_handler.cc',
134 'common/extensions/devtools_page_handler.h',
133 'common/extensions/draggable_region.cc', 135 'common/extensions/draggable_region.cc',
134 'common/extensions/draggable_region.h', 136 'common/extensions/draggable_region.h',
135 'common/extensions/event_filter.cc', 137 'common/extensions/event_filter.cc',
136 'common/extensions/event_filter.h', 138 'common/extensions/event_filter.h',
137 'common/extensions/event_filtering_info.cc', 139 'common/extensions/event_filtering_info.cc',
138 'common/extensions/event_filtering_info.h', 140 'common/extensions/event_filtering_info.h',
139 'common/extensions/event_matcher.cc', 141 'common/extensions/event_matcher.cc',
140 'common/extensions/event_matcher.h', 142 'common/extensions/event_matcher.h',
141 'common/extensions/extension.cc', 143 'common/extensions/extension.cc',
142 'common/extensions/extension.h', 144 'common/extensions/extension.h',
(...skipping 25 matching lines...) Expand all
168 'common/extensions/features/complex_feature.h', 170 'common/extensions/features/complex_feature.h',
169 'common/extensions/features/feature.cc', 171 'common/extensions/features/feature.cc',
170 'common/extensions/features/feature.h', 172 'common/extensions/features/feature.h',
171 'common/extensions/features/feature_provider.h', 173 'common/extensions/features/feature_provider.h',
172 'common/extensions/features/manifest_feature.cc', 174 'common/extensions/features/manifest_feature.cc',
173 'common/extensions/features/manifest_feature.h', 175 'common/extensions/features/manifest_feature.h',
174 'common/extensions/features/permission_feature.cc', 176 'common/extensions/features/permission_feature.cc',
175 'common/extensions/features/permission_feature.h', 177 'common/extensions/features/permission_feature.h',
176 'common/extensions/features/simple_feature.cc', 178 'common/extensions/features/simple_feature.cc',
177 'common/extensions/features/simple_feature.h', 179 'common/extensions/features/simple_feature.h',
180 'common/extensions/homepage_url_handler.cc',
181 'common/extensions/homepage_url_handler.h',
178 'common/extensions/manifest.cc', 182 'common/extensions/manifest.cc',
179 'common/extensions/manifest.h', 183 'common/extensions/manifest.h',
180 'common/extensions/manifest_handler.cc', 184 'common/extensions/manifest_handler.cc',
181 'common/extensions/manifest_handler.h', 185 'common/extensions/manifest_handler.h',
186 'common/extensions/manifest_url_info.cc',
187 'common/extensions/manifest_url_info.h',
182 'common/extensions/matcher/regex_set_matcher.cc', 188 'common/extensions/matcher/regex_set_matcher.cc',
183 'common/extensions/matcher/regex_set_matcher.h', 189 'common/extensions/matcher/regex_set_matcher.h',
184 'common/extensions/matcher/string_pattern.cc', 190 'common/extensions/matcher/string_pattern.cc',
185 'common/extensions/matcher/string_pattern.h', 191 'common/extensions/matcher/string_pattern.h',
186 'common/extensions/matcher/substring_set_matcher.cc', 192 'common/extensions/matcher/substring_set_matcher.cc',
187 'common/extensions/matcher/substring_set_matcher.h', 193 'common/extensions/matcher/substring_set_matcher.h',
188 'common/extensions/matcher/url_matcher.cc', 194 'common/extensions/matcher/url_matcher.cc',
189 'common/extensions/matcher/url_matcher.h', 195 'common/extensions/matcher/url_matcher.h',
190 'common/extensions/matcher/url_matcher_constants.cc', 196 'common/extensions/matcher/url_matcher_constants.cc',
191 'common/extensions/matcher/url_matcher_constants.h', 197 'common/extensions/matcher/url_matcher_constants.h',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'common/metrics/proto/user_action_event.proto', 633 'common/metrics/proto/user_action_event.proto',
628 ], 634 ],
629 'variables': { 635 'variables': {
630 'proto_in_dir': 'common/metrics/proto', 636 'proto_in_dir': 'common/metrics/proto',
631 'proto_out_dir': 'chrome/common/metrics/proto', 637 'proto_out_dir': 'chrome/common/metrics/proto',
632 }, 638 },
633 'includes': [ '../build/protoc.gypi' ], 639 'includes': [ '../build/protoc.gypi' ],
634 }, 640 },
635 ], 641 ],
636 } 642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698