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

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

Issue 1951783003: Remove HangoutsPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove entry in known_broken_links.json Created 4 years, 7 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 27 matching lines...) Expand all
38 'developer_private.idl', 38 'developer_private.idl',
39 'dial.idl', 39 'dial.idl',
40 'downloads.idl', 40 'downloads.idl',
41 'downloads_internal.idl', 41 'downloads_internal.idl',
42 'easy_unlock_private.idl', 42 'easy_unlock_private.idl',
43 'experience_sampling_private.json', 43 'experience_sampling_private.json',
44 'feedback_private.idl', 44 'feedback_private.idl',
45 'file_system.idl', 45 'file_system.idl',
46 'font_settings.json', 46 'font_settings.json',
47 'gcm.json', 47 'gcm.json',
48 'hangouts_private.idl',
49 'history.json', 48 'history.json',
50 'hotword_private.idl', 49 'hotword_private.idl',
51 'i18n.json', 50 'i18n.json',
52 'identity.idl', 51 'identity.idl',
53 'identity_private.idl', 52 'identity_private.idl',
54 'image_writer_private.idl', 53 'image_writer_private.idl',
55 'inline_install_private.idl', 54 'inline_install_private.idl',
56 'instance_id.json', 55 'instance_id.json',
57 'language_settings_private.idl', 56 'language_settings_private.idl',
58 'launcher_page.idl', 57 'launcher_page.idl',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 '<@(webrtc_schema_files)', 200 '<@(webrtc_schema_files)',
202 ], 201 ],
203 }], 202 }],
204 ], 203 ],
205 'cc_dir': 'chrome/common/extensions/api', 204 'cc_dir': 'chrome/common/extensions/api',
206 'root_namespace': 'extensions::api::%(namespace)s', 205 'root_namespace': 'extensions::api::%(namespace)s',
207 'bundle_name': 'Chrome', 206 'bundle_name': 'Chrome',
208 'impl_dir_': 'chrome/browser/extensions/api', 207 'impl_dir_': 'chrome/browser/extensions/api',
209 }, 208 },
210 } 209 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/hangouts_private.idl ('k') | chrome/common/extensions/docs/server2/known_broken_links.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698