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

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

Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'reading_list_private.json', 68 'reading_list_private.json',
69 'screenlock_private.idl', 69 'screenlock_private.idl',
70 'search_engines_private.idl',
70 'sessions.json', 71 'sessions.json',
71 'settings_private.idl', 72 'settings_private.idl',
72 'signed_in_devices.idl', 73 'signed_in_devices.idl',
73 'streams_private.idl', 74 'streams_private.idl',
74 'sync_file_system.idl', 75 'sync_file_system.idl',
75 'system_indicator.idl', 76 'system_indicator.idl',
76 'system_private.json', 77 'system_private.json',
77 'tab_capture.idl', 78 'tab_capture.idl',
78 'tabs.json', 79 'tabs.json',
79 'types.json', 80 'types.json',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'schema_files': [ 159 'schema_files': [
159 '<@(webrtc_schema_files)', 160 '<@(webrtc_schema_files)',
160 ], 161 ],
161 }], 162 }],
162 ], 163 ],
163 'cc_dir': 'chrome/common/extensions/api', 164 'cc_dir': 'chrome/common/extensions/api',
164 'root_namespace': 'extensions::api::%(namespace)s', 165 'root_namespace': 'extensions::api::%(namespace)s',
165 'impl_dir_': 'chrome/browser/extensions/api', 166 'impl_dir_': 'chrome/browser/extensions/api',
166 }, 167 },
167 } 168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698