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

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

Issue 556563003: Move ExtensionOptionsGuest code from chrome to extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn 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 26 matching lines...) Expand all
37 'debugger.json', 37 'debugger.json',
38 'desktop_capture.json', 38 'desktop_capture.json',
39 'developer_private.idl', 39 'developer_private.idl',
40 'dial.idl', 40 'dial.idl',
41 'downloads.idl', 41 'downloads.idl',
42 'downloads_internal.idl', 42 'downloads_internal.idl',
43 'easy_unlock_private.idl', 43 'easy_unlock_private.idl',
44 'echo_private.json', 44 'echo_private.json',
45 'enterprise_platform_keys_private.json', 45 'enterprise_platform_keys_private.json',
46 'experience_sampling_private.json', 46 'experience_sampling_private.json',
47 'extension_options_internal.idl',
48 'feedback_private.idl', 47 'feedback_private.idl',
49 'file_manager_private.idl', 48 'file_manager_private.idl',
50 'file_manager_private_internal.idl', 49 'file_manager_private_internal.idl',
51 'file_system.idl', 50 'file_system.idl',
52 'file_system_provider.idl', 51 'file_system_provider.idl',
53 'file_system_provider_internal.idl', 52 'file_system_provider_internal.idl',
54 'font_settings.json', 53 'font_settings.json',
55 'gcd_private.idl', 54 'gcd_private.idl',
56 'gcm.json', 55 'gcm.json',
57 'hangouts_private.idl', 56 'hangouts_private.idl',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'schema_files': [ 174 'schema_files': [
176 '<@(webrtc_schema_files)', 175 '<@(webrtc_schema_files)',
177 ], 176 ],
178 }], 177 }],
179 ], 178 ],
180 'cc_dir': 'chrome/common/extensions/api', 179 'cc_dir': 'chrome/common/extensions/api',
181 'root_namespace': 'extensions::api::%(namespace)s', 180 'root_namespace': 'extensions::api::%(namespace)s',
182 'impl_dir_': 'chrome/browser/extensions/api', 181 'impl_dir_': 'chrome/browser/extensions/api',
183 }, 182 },
184 } 183 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_options_internal.idl ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698