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

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

Issue 494853004: Move guest_view_internal_api to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'extension_options_internal.idl', 54 'extension_options_internal.idl',
55 'feedback_private.idl', 55 'feedback_private.idl',
56 'file_browser_private.idl', 56 'file_browser_private.idl',
57 'file_browser_private_internal.idl', 57 'file_browser_private_internal.idl',
58 'file_system.idl', 58 'file_system.idl',
59 'file_system_provider.idl', 59 'file_system_provider.idl',
60 'file_system_provider_internal.idl', 60 'file_system_provider_internal.idl',
61 'font_settings.json', 61 'font_settings.json',
62 'gcd_private.idl', 62 'gcd_private.idl',
63 'gcm.json', 63 'gcm.json',
64 'guest_view_internal.json',
65 'hangouts_private.idl', 64 'hangouts_private.idl',
66 'history.json', 65 'history.json',
67 'hotword_private.idl', 66 'hotword_private.idl',
68 'i18n.json', 67 'i18n.json',
69 'identity.idl', 68 'identity.idl',
70 'identity_private.idl', 69 'identity_private.idl',
71 'idle.json', 70 'idle.json',
72 'image_writer_private.idl', 71 'image_writer_private.idl',
73 'input_ime.json', 72 'input_ime.json',
74 'location.idl', 73 'location.idl',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'schema_files': [ 187 'schema_files': [
189 '<@(webrtc_schema_files)', 188 '<@(webrtc_schema_files)',
190 ], 189 ],
191 }], 190 }],
192 ], 191 ],
193 'cc_dir': 'chrome/common/extensions/api', 192 'cc_dir': 'chrome/common/extensions/api',
194 'root_namespace': 'extensions::api::%(namespace)s', 193 'root_namespace': 'extensions::api::%(namespace)s',
195 'impl_dir_': 'chrome/browser/extensions/api', 194 'impl_dir_': 'chrome/browser/extensions/api',
196 }, 195 },
197 } 196 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/guest_view_internal.json ('k') | extensions/browser/api/guest_view/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698