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

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

Issue 550403003: Move declarative api files to extensions/browser/api/declarative. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser tests. 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
« no previous file with comments | « chrome/common/extensions/api/events.json ('k') | extensions/BUILD.gn » ('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 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 # These duplicate other lists and are the only ones used on Android. They 10 # These duplicate other lists and are the only ones used on Android. They
(...skipping 25 matching lines...) Expand all
36 'copresence_private.idl', 36 'copresence_private.idl',
37 'debugger.json', 37 'debugger.json',
38 'desktop_capture.json', 38 'desktop_capture.json',
39 'developer_private.idl', 39 'developer_private.idl',
40 'dial.idl', 40 'dial.idl',
41 'downloads.idl', 41 'downloads.idl',
42 'downloads_internal.idl', 42 'downloads_internal.idl',
43 'easy_unlock_private.idl', 43 'easy_unlock_private.idl',
44 'echo_private.json', 44 'echo_private.json',
45 'enterprise_platform_keys_private.json', 45 'enterprise_platform_keys_private.json',
46 'events.json',
47 'experience_sampling_private.json', 46 'experience_sampling_private.json',
48 'extension_options_internal.idl', 47 'extension_options_internal.idl',
49 'feedback_private.idl', 48 'feedback_private.idl',
50 'file_manager_private.idl', 49 'file_manager_private.idl',
51 'file_manager_private_internal.idl', 50 'file_manager_private_internal.idl',
52 'file_system.idl', 51 'file_system.idl',
53 'file_system_provider.idl', 52 'file_system_provider.idl',
54 'file_system_provider_internal.idl', 53 'file_system_provider_internal.idl',
55 'font_settings.json', 54 'font_settings.json',
56 'gcd_private.idl', 55 'gcd_private.idl',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'schema_files': [ 175 'schema_files': [
177 '<@(webrtc_schema_files)', 176 '<@(webrtc_schema_files)',
178 ], 177 ],
179 }], 178 }],
180 ], 179 ],
181 'cc_dir': 'chrome/common/extensions/api', 180 'cc_dir': 'chrome/common/extensions/api',
182 'root_namespace': 'extensions::api::%(namespace)s', 181 'root_namespace': 'extensions::api::%(namespace)s',
183 'impl_dir_': 'chrome/browser/extensions/api', 182 'impl_dir_': 'chrome/browser/extensions/api',
184 }, 183 },
185 } 184 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/events.json ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698