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

Side by Side Diff: extensions/extensions.gyp

Issue 489753002: Added proper extension manifest parser for launcher_page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Blank line. Created 6 years, 3 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'common/manifest_handlers/externally_connectable.cc', 124 'common/manifest_handlers/externally_connectable.cc',
125 'common/manifest_handlers/externally_connectable.h', 125 'common/manifest_handlers/externally_connectable.h',
126 'common/manifest_handlers/file_handler_info.cc', 126 'common/manifest_handlers/file_handler_info.cc',
127 'common/manifest_handlers/file_handler_info.h', 127 'common/manifest_handlers/file_handler_info.h',
128 'common/manifest_handlers/icons_handler.cc', 128 'common/manifest_handlers/icons_handler.cc',
129 'common/manifest_handlers/icons_handler.h', 129 'common/manifest_handlers/icons_handler.h',
130 'common/manifest_handlers/incognito_info.cc', 130 'common/manifest_handlers/incognito_info.cc',
131 'common/manifest_handlers/incognito_info.h', 131 'common/manifest_handlers/incognito_info.h',
132 'common/manifest_handlers/kiosk_mode_info.cc', 132 'common/manifest_handlers/kiosk_mode_info.cc',
133 'common/manifest_handlers/kiosk_mode_info.h', 133 'common/manifest_handlers/kiosk_mode_info.h',
134 'common/manifest_handlers/launcher_page_info.cc',
135 'common/manifest_handlers/launcher_page_info.h',
134 'common/manifest_handlers/offline_enabled_info.cc', 136 'common/manifest_handlers/offline_enabled_info.cc',
135 'common/manifest_handlers/offline_enabled_info.h', 137 'common/manifest_handlers/offline_enabled_info.h',
136 'common/manifest_handlers/permissions_parser.cc', 138 'common/manifest_handlers/permissions_parser.cc',
137 'common/manifest_handlers/permissions_parser.h', 139 'common/manifest_handlers/permissions_parser.h',
138 'common/manifest_handlers/requirements_info.cc', 140 'common/manifest_handlers/requirements_info.cc',
139 'common/manifest_handlers/requirements_info.h', 141 'common/manifest_handlers/requirements_info.h',
140 'common/manifest_handlers/sandboxed_page_info.cc', 142 'common/manifest_handlers/sandboxed_page_info.cc',
141 'common/manifest_handlers/sandboxed_page_info.h', 143 'common/manifest_handlers/sandboxed_page_info.h',
142 'common/manifest_handlers/shared_module_info.cc', 144 'common/manifest_handlers/shared_module_info.cc',
143 'common/manifest_handlers/shared_module_info.h', 145 'common/manifest_handlers/shared_module_info.h',
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'browser/api/cast_channel/logging.proto' 958 'browser/api/cast_channel/logging.proto'
957 ], 959 ],
958 'variables': { 960 'variables': {
959 'proto_in_dir': 'browser/api/cast_channel', 961 'proto_in_dir': 'browser/api/cast_channel',
960 'proto_out_dir': 'extensions/browser/api/cast_channel', 962 'proto_out_dir': 'extensions/browser/api/cast_channel',
961 }, 963 },
962 'includes': [ '../build/protoc.gypi' ] 964 'includes': [ '../build/protoc.gypi' ]
963 }, 965 },
964 ] 966 ]
965 } 967 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_handlers/launcher_page_info.cc ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698