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

Side by Side Diff: chrome/common/extensions/api/schemas.gypi

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'sources': [ 6 'sources': [
7 '<@(schema_files)', 7 '<@(schema_files)',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'main_schema_files': [ 10 'main_schema_files': [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 # WebRTC-specific bits and as such does not belong in 85 # WebRTC-specific bits and as such does not belong in
86 # the enable_webrtc==0 section below. 86 # the enable_webrtc==0 section below.
87 'webrtc_audio_private.idl', 87 'webrtc_audio_private.idl',
88 'webrtc_desktop_capture_private.idl', 88 'webrtc_desktop_capture_private.idl',
89 'webrtc_logging_private.idl', 89 'webrtc_logging_private.idl',
90 'webstore_private.json', 90 'webstore_private.json',
91 'webstore_widget_private.idl', 91 'webstore_widget_private.idl',
92 'windows.json', 92 'windows.json',
93 ], 93 ],
94 'main_schema_include_rules': [ 94 'main_schema_include_rules': [
95 'extensions/common/api:extensions::core_api::%(namespace)s', 95 'extensions/common/api:extensions::api::%(namespace)s',
96 ], 96 ],
97 'main_non_compiled_schema_files': [ 97 'main_non_compiled_schema_files': [
98 'browsing_data.json', 98 'browsing_data.json',
99 'extension.json', 99 'extension.json',
100 'idltest.idl', 100 'idltest.idl',
101 'music_manager_private.idl', 101 'music_manager_private.idl',
102 'principals_private.idl', 102 'principals_private.idl',
103 'top_sites.json', 103 'top_sites.json',
104 ], 104 ],
105 105
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 ], 163 ],
164 }], 164 }],
165 ['enable_webrtc==1', { 165 ['enable_webrtc==1', {
166 'schema_files': [ 166 'schema_files': [
167 '<@(webrtc_schema_files)', 167 '<@(webrtc_schema_files)',
168 ], 168 ],
169 }], 169 }],
170 ], 170 ],
171 'cc_dir': 'chrome/common/extensions/api', 171 'cc_dir': 'chrome/common/extensions/api',
172 'root_namespace': 'extensions::api::%(namespace)s', 172 'root_namespace': 'extensions::api::%(namespace)s',
173 'bundle_name': 'Chrome',
173 'impl_dir_': 'chrome/browser/extensions/api', 174 'impl_dir_': 'chrome/browser/extensions/api',
174 }, 175 },
175 } 176 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/common/extensions/chrome_extensions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698