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

Side by Side Diff: extensions/extensions.gyp

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kalman's comments 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'common/manifest_handlers/icons_handler.cc', 129 'common/manifest_handlers/icons_handler.cc',
130 'common/manifest_handlers/icons_handler.h', 130 'common/manifest_handlers/icons_handler.h',
131 'common/manifest_handlers/incognito_info.cc', 131 'common/manifest_handlers/incognito_info.cc',
132 'common/manifest_handlers/incognito_info.h', 132 'common/manifest_handlers/incognito_info.h',
133 'common/manifest_handlers/kiosk_mode_info.cc', 133 'common/manifest_handlers/kiosk_mode_info.cc',
134 'common/manifest_handlers/kiosk_mode_info.h', 134 'common/manifest_handlers/kiosk_mode_info.h',
135 'common/manifest_handlers/launcher_page_info.cc', 135 'common/manifest_handlers/launcher_page_info.cc',
136 'common/manifest_handlers/launcher_page_info.h', 136 'common/manifest_handlers/launcher_page_info.h',
137 'common/manifest_handlers/offline_enabled_info.cc', 137 'common/manifest_handlers/offline_enabled_info.cc',
138 'common/manifest_handlers/offline_enabled_info.h', 138 'common/manifest_handlers/offline_enabled_info.h',
139 'common/manifest_handlers/options_page_info.cc',
140 'common/manifest_handlers/options_page_info.h',
139 'common/manifest_handlers/permissions_parser.cc', 141 'common/manifest_handlers/permissions_parser.cc',
140 'common/manifest_handlers/permissions_parser.h', 142 'common/manifest_handlers/permissions_parser.h',
141 'common/manifest_handlers/requirements_info.cc', 143 'common/manifest_handlers/requirements_info.cc',
142 'common/manifest_handlers/requirements_info.h', 144 'common/manifest_handlers/requirements_info.h',
143 'common/manifest_handlers/sandboxed_page_info.cc', 145 'common/manifest_handlers/sandboxed_page_info.cc',
144 'common/manifest_handlers/sandboxed_page_info.h', 146 'common/manifest_handlers/sandboxed_page_info.h',
145 'common/manifest_handlers/shared_module_info.cc', 147 'common/manifest_handlers/shared_module_info.cc',
146 'common/manifest_handlers/shared_module_info.h', 148 'common/manifest_handlers/shared_module_info.h',
147 'common/manifest_handlers/web_accessible_resources_info.cc', 149 'common/manifest_handlers/web_accessible_resources_info.cc',
148 'common/manifest_handlers/web_accessible_resources_info.h', 150 'common/manifest_handlers/web_accessible_resources_info.h',
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'browser/api/cast_channel/logging.proto' 1002 'browser/api/cast_channel/logging.proto'
1001 ], 1003 ],
1002 'variables': { 1004 'variables': {
1003 'proto_in_dir': 'browser/api/cast_channel', 1005 'proto_in_dir': 'browser/api/cast_channel',
1004 'proto_out_dir': 'extensions/browser/api/cast_channel', 1006 'proto_out_dir': 'extensions/browser/api/cast_channel',
1005 }, 1007 },
1006 'includes': [ '../build/protoc.gypi' ] 1008 'includes': [ '../build/protoc.gypi' ]
1007 }, 1009 },
1008 ] 1010 ]
1009 } 1011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698