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

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

Issue 1018643003: Removing chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing compilation issue Created 5 years, 9 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'manifest_types.json', 58 'manifest_types.json',
59 'mdns.idl', 59 'mdns.idl',
60 'media_galleries.idl', 60 'media_galleries.idl',
61 'metrics_private.json', 61 'metrics_private.json',
62 'notification_provider.idl', 62 'notification_provider.idl',
63 'notifications.idl', 63 'notifications.idl',
64 'omnibox.json', 64 'omnibox.json',
65 'page_capture.json', 65 'page_capture.json',
66 'permissions.json', 66 'permissions.json',
67 'preferences_private.json', 67 'preferences_private.json',
68 'push_messaging.idl',
69 'reading_list_private.json', 68 'reading_list_private.json',
70 'screenlock_private.idl', 69 'screenlock_private.idl',
71 'sessions.json', 70 'sessions.json',
72 'signed_in_devices.idl', 71 'signed_in_devices.idl',
73 'streams_private.idl', 72 'streams_private.idl',
74 'sync_file_system.idl', 73 'sync_file_system.idl',
75 'system_indicator.idl', 74 'system_indicator.idl',
76 'system_private.json', 75 'system_private.json',
77 'tab_capture.idl', 76 'tab_capture.idl',
78 'tabs.json', 77 'tabs.json',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'schema_files': [ 156 'schema_files': [
158 '<@(webrtc_schema_files)', 157 '<@(webrtc_schema_files)',
159 ], 158 ],
160 }], 159 }],
161 ], 160 ],
162 'cc_dir': 'chrome/common/extensions/api', 161 'cc_dir': 'chrome/common/extensions/api',
163 'root_namespace': 'extensions::api::%(namespace)s', 162 'root_namespace': 'extensions::api::%(namespace)s',
164 'impl_dir_': 'chrome/browser/extensions/api', 163 'impl_dir_': 'chrome/browser/extensions/api',
165 }, 164 },
166 } 165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698