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

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: 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'rtc_private.idl', 87 'rtc_private.idl',
88 'runtime.json', 88 'runtime.json',
89 'serial.idl', 89 'serial.idl',
90 'session_restore.json', 90 'session_restore.json',
91 'socket.idl', 91 'socket.idl',
92 'storage.json', 92 'storage.json',
93 'sync_file_system.idl', 93 'sync_file_system.idl',
94 'system_indicator.idl', 94 'system_indicator.idl',
95 'system_info_cpu.idl', 95 'system_info_cpu.idl',
96 'system_info_display.idl', 96 'system_info_display.idl',
97 'system_info_storage.idl',
97 'system_private.json', 98 'system_private.json',
98 'tab_capture.idl', 99 'tab_capture.idl',
99 'tabs.json', 100 'tabs.json',
100 'terminal_private.json', 101 'terminal_private.json',
101 'test.json', 102 'test.json',
102 'top_sites.json', 103 'top_sites.json',
103 'usb.idl', 104 'usb.idl',
104 'wallpaper_private.json', 105 'wallpaper_private.json',
105 'web_navigation.json', 106 'web_navigation.json',
106 'web_request.json', 107 'web_request.json',
(...skipping 17 matching lines...) Expand all
124 ['OS!="chromeos"', { 125 ['OS!="chromeos"', {
125 'schema_files!': [ 126 'schema_files!': [
126 'file_browser_handler_internal.json', 127 'file_browser_handler_internal.json',
127 'rtc_private.idl', 128 'rtc_private.idl',
128 ], 129 ],
129 }], 130 }],
130 ], 131 ],
131 }, 132 },
132 ], 133 ],
133 } 134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698