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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 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': [
11 'accessibility_features.json', 11 'accessibility_features.json',
12 'accessibility_private.json', 12 'accessibility_private.json',
13 'activity_log_private.json', 13 'activity_log_private.json',
14 'audio_modem.idl', 14 'audio_modem.idl',
15 'autofill_private.idl',
15 'automation.idl', 16 'automation.idl',
16 'automation_internal.idl', 17 'automation_internal.idl',
17 'autotest_private.idl', 18 'autotest_private.idl',
18 'bookmark_manager_private.json', 19 'bookmark_manager_private.json',
19 'bookmarks.json', 20 'bookmarks.json',
20 'braille_display_private.idl', 21 'braille_display_private.idl',
21 'browser.idl', 22 'browser.idl',
22 'chrome_web_view_internal.json', 23 'chrome_web_view_internal.json',
23 'cloud_print_private.json', 24 'cloud_print_private.json',
24 'command_line_private.json', 25 'command_line_private.json',
25 'content_settings.json', 26 'content_settings.json',
26 'context_menus_internal.json', 27 'context_menus_internal.json',
27 'context_menus.json', 28 'context_menus.json',
28 'cookies.json', 29 'cookies.json',
29 'copresence.idl', 30 'copresence.idl',
30 'copresence_private.idl', 31 'copresence_private.idl',
31 'cryptotoken_private.idl', 32 'cryptotoken_private.idl',
32 'data_reduction_proxy.json', 33 'data_reduction_proxy.json',
33 'debugger.json', 34 'debugger.json',
34 'desktop_capture.json', 35 'desktop_capture.json',
35 'developer_private.idl', 36 'developer_private.idl',
36 'dial.idl', 37 'dial.idl',
37 'downloads.idl', 38 'downloads.idl',
38 'downloads_internal.idl', 39 'downloads_internal.idl',
39 'easy_unlock_private.idl', 40 'easy_unlock_private.idl',
40 'experience_sampling_private.json', 41 'experience_sampling_private.json',
41 'feedback_private.idl', 42 'feedback_private.idl',
42 'file_manager_private.idl',
43 'file_manager_private_internal.idl',
44 'file_system.idl', 43 'file_system.idl',
45 'font_settings.json', 44 'font_settings.json',
46 'gcd_private.idl', 45 'gcd_private.idl',
47 'gcm.json', 46 'gcm.json',
48 'hangouts_private.idl', 47 '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',
55 'instance_id.idl',
56 'launcher_page.idl', 56 'launcher_page.idl',
57 'location.idl', 57 'location.idl',
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 '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 18 matching lines...) Expand all
98 'top_sites.json', 99 'top_sites.json',
99 ], 100 ],
100 101
101 # ChromeOS-specific schemas. 102 # ChromeOS-specific schemas.
102 'chromeos_schema_files': [ 103 'chromeos_schema_files': [
103 'echo_private.json', 104 'echo_private.json',
104 'enterprise_platform_keys.idl', 105 'enterprise_platform_keys.idl',
105 'enterprise_platform_keys_internal.idl', 106 'enterprise_platform_keys_internal.idl',
106 'enterprise_platform_keys_private.json', 107 'enterprise_platform_keys_private.json',
107 'file_browser_handler_internal.json', 108 'file_browser_handler_internal.json',
109 'file_manager_private.idl',
110 'file_manager_private_internal.idl',
108 'file_system_provider.idl', 111 'file_system_provider.idl',
109 'file_system_provider_internal.idl', 112 'file_system_provider_internal.idl',
110 'first_run_private.json', 113 'first_run_private.json',
111 'input_ime.json', 114 'input_ime.json',
112 'launcher_search_provider.idl', 115 'launcher_search_provider.idl',
113 'log_private.idl', 116 'log_private.idl',
114 'platform_keys.idl', 117 'platform_keys.idl',
115 'platform_keys_internal.idl', 118 'platform_keys_internal.idl',
116 'terminal_private.json', 119 'terminal_private.json',
117 'wallpaper.json', 120 'wallpaper.json',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'schema_files': [ 161 'schema_files': [
159 '<@(webrtc_schema_files)', 162 '<@(webrtc_schema_files)',
160 ], 163 ],
161 }], 164 }],
162 ], 165 ],
163 'cc_dir': 'chrome/common/extensions/api', 166 'cc_dir': 'chrome/common/extensions/api',
164 'root_namespace': 'extensions::api::%(namespace)s', 167 'root_namespace': 'extensions::api::%(namespace)s',
165 'impl_dir_': 'chrome/browser/extensions/api', 168 'impl_dir_': 'chrome/browser/extensions/api',
166 }, 169 },
167 } 170 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/instance_id.idl ('k') | chrome/common/extensions/api/search_engines_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698