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

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

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PermissionTest unittest. Created 7 years, 5 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'experimental_discovery.idl', 49 'experimental_discovery.idl',
50 'experimental_dns.idl', 50 'experimental_dns.idl',
51 'experimental_history.json', 51 'experimental_history.json',
52 'experimental_identity.idl', 52 'experimental_identity.idl',
53 'experimental_idltest.idl', 53 'experimental_idltest.idl',
54 'experimental_infobars.json', 54 'experimental_infobars.json',
55 'location.idl', 55 'location.idl',
56 'experimental_media_galleries.idl', 56 'experimental_media_galleries.idl',
57 'experimental_record.json', 57 'experimental_record.json',
58 'system_memory.idl', 58 'system_memory.idl',
59 'experimental_system_info_storage.idl',
60 'extension.json', 59 'extension.json',
61 'feedback_private.idl', 60 'feedback_private.idl',
62 'file_browser_handler_internal.json', 61 'file_browser_handler_internal.json',
63 'file_system.idl', 62 'file_system.idl',
64 'font_settings.json', 63 'font_settings.json',
65 'history.json', 64 'history.json',
66 'i18n.json', 65 'i18n.json',
67 'identity.idl', 66 'identity.idl',
68 'identity_private.idl', 67 'identity_private.idl',
69 'idle.json', 68 'idle.json',
(...skipping 16 matching lines...) Expand all
86 'rtc_private.idl', 85 'rtc_private.idl',
87 'runtime.json', 86 'runtime.json',
88 'serial.idl', 87 'serial.idl',
89 'session_restore.json', 88 'session_restore.json',
90 'socket.idl', 89 'socket.idl',
91 'storage.json', 90 'storage.json',
92 'sync_file_system.idl', 91 'sync_file_system.idl',
93 'system_indicator.idl', 92 'system_indicator.idl',
94 'system_cpu.idl', 93 'system_cpu.idl',
95 'system_display.idl', 94 'system_display.idl',
95 'system_storage.idl',
96 'system_private.json', 96 'system_private.json',
97 'tab_capture.idl', 97 'tab_capture.idl',
98 'tabs.json', 98 'tabs.json',
99 'terminal_private.json', 99 'terminal_private.json',
100 'test.json', 100 'test.json',
101 'top_sites.json', 101 'top_sites.json',
102 'usb.idl', 102 'usb.idl',
103 'wallpaper_private.json', 103 'wallpaper_private.json',
104 'web_navigation.json', 104 'web_navigation.json',
105 'web_request.json', 105 'web_request.json',
(...skipping 17 matching lines...) Expand all
123 ['OS!="chromeos"', { 123 ['OS!="chromeos"', {
124 'schema_files!': [ 124 'schema_files!': [
125 'file_browser_handler_internal.json', 125 'file_browser_handler_internal.json',
126 'rtc_private.idl', 126 'rtc_private.idl',
127 ], 127 ],
128 }], 128 }],
129 ], 129 ],
130 }, 130 },
131 ], 131 ],
132 } 132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698