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

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

Issue 1088593004: Add the IDL for chrome.instanceID API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync again Created 5 years, 8 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'gcd_private.idl', 45 'gcd_private.idl',
46 'gcm.json', 46 'gcm.json',
47 'hangouts_private.idl', 47 'hangouts_private.idl',
48 'history.json', 48 'history.json',
49 'hotword_private.idl', 49 'hotword_private.idl',
50 'i18n.json', 50 'i18n.json',
51 'identity.idl', 51 'identity.idl',
52 'identity_private.idl', 52 'identity_private.idl',
53 'image_writer_private.idl', 53 'image_writer_private.idl',
54 'inline_install_private.idl', 54 'inline_install_private.idl',
55 'instance_id.idl',
55 'launcher_page.idl', 56 'launcher_page.idl',
56 'location.idl', 57 'location.idl',
57 'manifest_types.json', 58 'manifest_types.json',
58 'mdns.idl', 59 'mdns.idl',
59 'media_galleries.idl', 60 'media_galleries.idl',
60 'metrics_private.json', 61 'metrics_private.json',
61 'notification_provider.idl', 62 'notification_provider.idl',
62 'notifications.idl', 63 'notifications.idl',
63 'omnibox.json', 64 'omnibox.json',
64 'page_capture.json', 65 'page_capture.json',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'schema_files': [ 161 'schema_files': [
161 '<@(webrtc_schema_files)', 162 '<@(webrtc_schema_files)',
162 ], 163 ],
163 }], 164 }],
164 ], 165 ],
165 'cc_dir': 'chrome/common/extensions/api', 166 'cc_dir': 'chrome/common/extensions/api',
166 'root_namespace': 'extensions::api::%(namespace)s', 167 'root_namespace': 'extensions::api::%(namespace)s',
167 'impl_dir_': 'chrome/browser/extensions/api', 168 'impl_dir_': 'chrome/browser/extensions/api',
168 }, 169 },
169 } 170 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/instance_id.idl ('k') | chrome/common/extensions/docs/templates/public/apps/instanceID.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698