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

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

Issue 923463003: [Extensions] Remove the Infobar API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 10 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'windows.json', 90 'windows.json',
91 ], 91 ],
92 'main_schema_include_rules': [ 92 'main_schema_include_rules': [
93 'extensions/common/api:extensions::core_api::%(namespace)s', 93 'extensions/common/api:extensions::core_api::%(namespace)s',
94 ], 94 ],
95 'main_non_compiled_schema_files': [ 95 'main_non_compiled_schema_files': [
96 'browsing_data.json', 96 'browsing_data.json',
97 'chromeos_info_private.json', 97 'chromeos_info_private.json',
98 'extension.json', 98 'extension.json',
99 'idltest.idl', 99 'idltest.idl',
100 'infobars.json',
101 'media_player_private.json', 100 'media_player_private.json',
102 'music_manager_private.idl', 101 'music_manager_private.idl',
103 'principals_private.idl', 102 'principals_private.idl',
104 'top_sites.json', 103 'top_sites.json',
105 ], 104 ],
106 105
107 # ChromeOS-specific schemas. 106 # ChromeOS-specific schemas.
108 'chromeos_schema_files': [ 107 'chromeos_schema_files': [
109 'enterprise_platform_keys.idl', 108 'enterprise_platform_keys.idl',
110 'enterprise_platform_keys_internal.idl', 109 'enterprise_platform_keys_internal.idl',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'schema_files': [ 150 'schema_files': [
152 '<@(webrtc_schema_files)', 151 '<@(webrtc_schema_files)',
153 ], 152 ],
154 }], 153 }],
155 ], 154 ],
156 'cc_dir': 'chrome/common/extensions/api', 155 'cc_dir': 'chrome/common/extensions/api',
157 'root_namespace': 'extensions::api::%(namespace)s', 156 'root_namespace': 'extensions::api::%(namespace)s',
158 'impl_dir_': 'chrome/browser/extensions/api', 157 'impl_dir_': 'chrome/browser/extensions/api',
159 }, 158 },
160 } 159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698