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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'downloads_internal.idl', 42 'downloads_internal.idl',
43 'enterprise_platform_keys_private.json', 43 'enterprise_platform_keys_private.json',
44 'events.json', 44 'events.json',
45 'experimental_accessibility.json', 45 'experimental_accessibility.json',
46 'experimental_discovery.idl', 46 'experimental_discovery.idl',
47 'experimental_dns.idl', 47 'experimental_dns.idl',
48 'experimental_history.json', 48 'experimental_history.json',
49 'experimental_identity.idl', 49 'experimental_identity.idl',
50 'experimental_idltest.idl', 50 'experimental_idltest.idl',
51 'experimental_infobars.json', 51 'experimental_infobars.json',
52 'input_method_private.json',
52 'location.idl', 53 'location.idl',
53 'experimental_media_galleries.idl', 54 'experimental_media_galleries.idl',
54 'experimental_record.json', 55 'experimental_record.json',
55 'experimental_system_info_cpu.idl', 56 'experimental_system_info_cpu.idl',
57 'experimental_system_info_display.idl',
not at google - send to devlin 2013/05/24 19:09:18 why did you need to add these in here? have the c
cduvall 2013/05/30 00:50:51 I originally added them so they would be in the Ge
56 'experimental_system_info_memory.idl', 58 'experimental_system_info_memory.idl',
57 'experimental_system_info_storage.idl', 59 'experimental_system_info_storage.idl',
58 'extension.json', 60 'extension.json',
59 'file_browser_handler_internal.json', 61 'file_browser_handler_internal.json',
60 'file_system.idl', 62 'file_system.idl',
61 'font_settings.json', 63 'font_settings.json',
62 'history.json', 64 'history.json',
63 'i18n.json', 65 'i18n.json',
64 'identity.idl', 66 'identity.idl',
65 'identity_private.idl', 67 'identity_private.idl',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ['OS!="chromeos"', { 120 ['OS!="chromeos"', {
119 'schema_files!': [ 121 'schema_files!': [
120 'file_browser_handler_internal.json', 122 'file_browser_handler_internal.json',
121 'rtc_private.idl', 123 'rtc_private.idl',
122 ], 124 ],
123 }], 125 }],
124 ], 126 ],
125 }, 127 },
126 ], 128 ],
127 } 129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698