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

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

Issue 696543002: Move the chrome.management API to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'hangouts_private.idl', 51 'hangouts_private.idl',
52 'history.json', 52 'history.json',
53 'hotword_private.idl', 53 'hotword_private.idl',
54 'i18n.json', 54 'i18n.json',
55 'identity.idl', 55 'identity.idl',
56 'identity_private.idl', 56 'identity_private.idl',
57 'idle.json', 57 'idle.json',
58 'image_writer_private.idl', 58 'image_writer_private.idl',
59 'input_ime.json', 59 'input_ime.json',
60 'location.idl', 60 'location.idl',
61 'management.json',
62 'manifest_types.json', 61 'manifest_types.json',
63 'mdns.idl', 62 'mdns.idl',
64 'media_galleries.idl', 63 'media_galleries.idl',
65 'media_galleries_private.idl', 64 'media_galleries_private.idl',
66 'metrics_private.json', 65 'metrics_private.json',
67 'networking_private.json', 66 'networking_private.json',
68 'notification_provider.idl', 67 'notification_provider.idl',
69 'notifications.idl', 68 'notifications.idl',
70 'omnibox.json', 69 'omnibox.json',
71 'page_capture.json', 70 'page_capture.json',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'schema_files': [ 176 'schema_files': [
178 '<@(webrtc_schema_files)', 177 '<@(webrtc_schema_files)',
179 ], 178 ],
180 }], 179 }],
181 ], 180 ],
182 'cc_dir': 'chrome/common/extensions/api', 181 'cc_dir': 'chrome/common/extensions/api',
183 'root_namespace': 'extensions::api::%(namespace)s', 182 'root_namespace': 'extensions::api::%(namespace)s',
184 'impl_dir_': 'chrome/browser/extensions/api', 183 'impl_dir_': 'chrome/browser/extensions/api',
185 }, 184 },
186 } 185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698