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

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: Created 7 years, 12 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'common/content_settings_pattern_parser.h', 119 'common/content_settings_pattern_parser.h',
120 'common/content_settings_types.h', 120 'common/content_settings_types.h',
121 'common/custom_handlers/protocol_handler.cc', 121 'common/custom_handlers/protocol_handler.cc',
122 'common/custom_handlers/protocol_handler.h', 122 'common/custom_handlers/protocol_handler.h',
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/api/url_parser/devtools_page_handler.cc',
130 'common/extensions/api/url_parser/devtools_page_handler.h',
131 'common/extensions/api/url_parser/homepage_url_handler.cc',
132 'common/extensions/api/url_parser/homepage_url_handler.h',
133 'common/extensions/api/url_parser/url_info.cc',
134 'common/extensions/api/url_parser/url_info.h',
129 'common/extensions/command.cc', 135 'common/extensions/command.cc',
130 'common/extensions/command.h', 136 'common/extensions/command.h',
131 'common/extensions/csp_validator.cc', 137 'common/extensions/csp_validator.cc',
132 'common/extensions/csp_validator.h', 138 'common/extensions/csp_validator.h',
133 'common/extensions/draggable_region.cc', 139 'common/extensions/draggable_region.cc',
134 'common/extensions/draggable_region.h', 140 'common/extensions/draggable_region.h',
135 'common/extensions/event_filter.cc', 141 'common/extensions/event_filter.cc',
136 'common/extensions/event_filter.h', 142 'common/extensions/event_filter.h',
137 'common/extensions/event_filtering_info.cc', 143 'common/extensions/event_filtering_info.cc',
138 'common/extensions/event_filtering_info.h', 144 'common/extensions/event_filtering_info.h',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'common/metrics/proto/user_action_event.proto', 635 'common/metrics/proto/user_action_event.proto',
630 ], 636 ],
631 'variables': { 637 'variables': {
632 'proto_in_dir': 'common/metrics/proto', 638 'proto_in_dir': 'common/metrics/proto',
633 'proto_out_dir': 'chrome/common/metrics/proto', 639 'proto_out_dir': 'chrome/common/metrics/proto',
634 }, 640 },
635 'includes': [ '../build/protoc.gypi' ], 641 'includes': [ '../build/protoc.gypi' ],
636 }, 642 },
637 ], 643 ],
638 } 644 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698