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

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

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new enum values rather than renaming existing ones Created 7 years, 6 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 (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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'location.idl', 52 'location.idl',
53 'experimental_media_galleries.idl', 53 'experimental_media_galleries.idl',
54 'experimental_record.json', 54 'experimental_record.json',
55 'experimental_system_info_cpu.idl',
56 'experimental_system_info_memory.idl', 55 'experimental_system_info_memory.idl',
57 'experimental_system_info_storage.idl', 56 'experimental_system_info_storage.idl',
58 'extension.json', 57 'extension.json',
59 'file_browser_handler_internal.json', 58 'file_browser_handler_internal.json',
60 'file_system.idl', 59 'file_system.idl',
61 'font_settings.json', 60 'font_settings.json',
62 'history.json', 61 'history.json',
63 'i18n.json', 62 'i18n.json',
64 'identity.idl', 63 'identity.idl',
65 'identity_private.idl', 64 'identity_private.idl',
(...skipping 15 matching lines...) Expand all
81 'power.idl', 80 'power.idl',
82 'push_messaging.idl', 81 'push_messaging.idl',
83 'rtc_private.idl', 82 'rtc_private.idl',
84 'runtime.json', 83 'runtime.json',
85 'serial.idl', 84 'serial.idl',
86 'session_restore.json', 85 'session_restore.json',
87 'socket.idl', 86 'socket.idl',
88 'storage.json', 87 'storage.json',
89 'sync_file_system.idl', 88 'sync_file_system.idl',
90 'system_indicator.idl', 89 'system_indicator.idl',
90 'system_info_cpu.idl',
91 'system_info_display.idl', 91 'system_info_display.idl',
92 'system_private.json', 92 'system_private.json',
93 'tab_capture.idl', 93 'tab_capture.idl',
94 'tabs.json', 94 'tabs.json',
95 'terminal_private.json', 95 'terminal_private.json',
96 'test.json', 96 'test.json',
97 'top_sites.json', 97 'top_sites.json',
98 'usb.idl', 98 'usb.idl',
99 'wallpaper_private.json', 99 'wallpaper_private.json',
100 'web_navigation.json', 100 'web_navigation.json',
(...skipping 18 matching lines...) Expand all
119 ['OS!="chromeos"', { 119 ['OS!="chromeos"', {
120 'schema_files!': [ 120 'schema_files!': [
121 'file_browser_handler_internal.json', 121 'file_browser_handler_internal.json',
122 'rtc_private.idl', 122 'rtc_private.idl',
123 ], 123 ],
124 }], 124 }],
125 ], 125 ],
126 }, 126 },
127 ], 127 ],
128 } 128 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/experimental_system_info_cpu.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698