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

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

Issue 1587913002: Use common generated file for inputMethodPrivate APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/common/extensions/api/input_method_private.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'enterprise_platform_keys.idl', 113 'enterprise_platform_keys.idl',
114 'enterprise_platform_keys_internal.idl', 114 'enterprise_platform_keys_internal.idl',
115 'enterprise_platform_keys_private.json', 115 'enterprise_platform_keys_private.json',
116 'file_browser_handler_internal.json', 116 'file_browser_handler_internal.json',
117 'file_manager_private.idl', 117 'file_manager_private.idl',
118 'file_manager_private_internal.idl', 118 'file_manager_private_internal.idl',
119 'file_system_provider.idl', 119 'file_system_provider.idl',
120 'file_system_provider_internal.idl', 120 'file_system_provider_internal.idl',
121 'first_run_private.json', 121 'first_run_private.json',
122 'input_ime.json', 122 'input_ime.json',
123 'input_method_private.json',
123 'launcher_search_provider.idl', 124 'launcher_search_provider.idl',
124 'log_private.idl', 125 'log_private.idl',
125 'platform_keys.idl', 126 'platform_keys.idl',
126 'platform_keys_internal.idl', 127 'platform_keys_internal.idl',
127 'terminal_private.json', 128 'terminal_private.json',
128 'users_private.idl', 129 'users_private.idl',
129 'wallpaper.json', 130 'wallpaper.json',
130 'wallpaper_private.json', 131 'wallpaper_private.json',
131 ], 132 ],
132 'chromeos_non_compiled_schema_files': [ 133 'chromeos_non_compiled_schema_files': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 '<@(webrtc_schema_files)', 195 '<@(webrtc_schema_files)',
195 ], 196 ],
196 }], 197 }],
197 ], 198 ],
198 'cc_dir': 'chrome/common/extensions/api', 199 'cc_dir': 'chrome/common/extensions/api',
199 'root_namespace': 'extensions::api::%(namespace)s', 200 'root_namespace': 'extensions::api::%(namespace)s',
200 'bundle_name': 'Chrome', 201 'bundle_name': 'Chrome',
201 'impl_dir_': 'chrome/browser/extensions/api', 202 'impl_dir_': 'chrome/browser/extensions/api',
202 }, 203 },
203 } 204 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/input_method_private.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698