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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12316077: Move the parsing of app.launch related keys out of Extension class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/app_launcher_info.h » ('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) 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'common/extensions/api/omnibox/omnibox_handler.cc', 178 'common/extensions/api/omnibox/omnibox_handler.cc',
179 'common/extensions/api/omnibox/omnibox_handler.h', 179 'common/extensions/api/omnibox/omnibox_handler.h',
180 'common/extensions/api/page_launcher/page_launcher_handler.cc', 180 'common/extensions/api/page_launcher/page_launcher_handler.cc',
181 'common/extensions/api/page_launcher/page_launcher_handler.h', 181 'common/extensions/api/page_launcher/page_launcher_handler.h',
182 'common/extensions/api/plugins/plugins_handler.cc', 182 'common/extensions/api/plugins/plugins_handler.cc',
183 'common/extensions/api/plugins/plugins_handler.h', 183 'common/extensions/api/plugins/plugins_handler.h',
184 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 184 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
185 'common/extensions/api/speech/tts_engine_manifest_handler.h', 185 'common/extensions/api/speech/tts_engine_manifest_handler.h',
186 'common/extensions/api/themes/theme_handler.cc', 186 'common/extensions/api/themes/theme_handler.cc',
187 'common/extensions/api/themes/theme_handler.h', 187 'common/extensions/api/themes/theme_handler.h',
188 'common/extensions/app_launcher_info.cc',
189 'common/extensions/app_launcher_info.h',
188 'common/extensions/background_info.cc', 190 'common/extensions/background_info.cc',
189 'common/extensions/background_info.h', 191 'common/extensions/background_info.h',
190 'common/extensions/command.cc', 192 'common/extensions/command.cc',
191 'common/extensions/command.h', 193 'common/extensions/command.h',
192 'common/extensions/csp_handler.cc', 194 'common/extensions/csp_handler.cc',
193 'common/extensions/csp_handler.h', 195 'common/extensions/csp_handler.h',
194 'common/extensions/csp_validator.cc', 196 'common/extensions/csp_validator.cc',
195 'common/extensions/csp_validator.h', 197 'common/extensions/csp_validator.h',
196 'common/extensions/extension.cc', 198 'common/extensions/extension.cc',
197 'common/extensions/extension.h', 199 'common/extensions/extension.h',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'common/metrics/proto/user_action_event.proto', 713 'common/metrics/proto/user_action_event.proto',
712 ], 714 ],
713 'variables': { 715 'variables': {
714 'proto_in_dir': 'common/metrics/proto', 716 'proto_in_dir': 'common/metrics/proto',
715 'proto_out_dir': 'chrome/common/metrics/proto', 717 'proto_out_dir': 'chrome/common/metrics/proto',
716 }, 718 },
717 'includes': [ '../build/protoc.gypi' ], 719 'includes': [ '../build/protoc.gypi' ],
718 }, 720 },
719 ], 721 ],
720 } 722 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/app_launcher_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698